Chart Generator

Format: Label, Value (one per line)
FAQ
What data format does Manual Input accept?

For bar, line, and pie charts, enter one data point per line using "Label, Value" format β€” for example "January, 120". For scatter plots, enter X and Y coordinates separated by a comma, such as "10, 45". Empty lines and extra spaces are ignored.

What JSON formats are supported?

Three formats are supported: (1) Array of objects with name/label/key + value fields β€” e.g. [{"name":"A","value":10}]; (2) A plain key-value object β€” e.g. {"Jan":120,"Feb":200}; (3) An array of two-element arrays β€” e.g. [["A",10],["B",20]]. The "Auto Detect" mode inspects the structure and picks the best chart type automatically.

Is my data uploaded to a server?

No. All chart rendering is done entirely in your browser using Apache ECharts. Your data never leaves your device.

About Chart Generator
Create interactive bar, line, pie, and scatter charts by pasting your data in a simple "Label, Value" format. Powered by Apache ECharts 5. All rendering happens in your browser β€” no data is sent to any server. Download the finished chart as a high-resolution PNG.