Skip to content

Harshit2012/Graphonize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphonize

Turns your json into graph.

MIT License GitHub Release Forks Stars

Features

  • Convert JSON data into a bar graph.
  • Download the generated graph as a PNG image.
  • Responsive design for compatibility across devices.

Technologies Used

  • HTML
  • CSS
  • JS
  • Chart.js

How to Use

  1. Enter JSON data into the provided textarea in the format: {"label1": value1, "label2": value2, ...}
  2. Click on the "Create Graph" button to generate the graph.
  3. Use the "Download Chart" button to download the generated graph as a PNG image.

Example JSON Data

Here's an example of valid JSON data:-

{
"Category 1": 50,
"Category 2": 80,
"Category 3": 120,
"Category 4": 200,
"Category 5": 90
}

License

This repository is under MIT License