CSV format that works best
Chart Maker expects a rectangular table. The first row contains column names. The first column contains labels such as products, dates, or regions. Every additional column contains numeric values for one series.
| Month | Revenue | Costs |
|---|---|---|
| January | 42,000 | 28,000 |
| February | 47,000 | 30,000 |
How to visualize a CSV
- Open the main chart maker or a specific chart tool.
- Select Choose File and pick a
.csvfile. - Review the imported table in Manual Entry.
- Choose the chart type and colors, then add a descriptive title.
- Download PNG for slides and documents or SVG for scalable editing.
Choose the chart before decorating it
Use bars for categories, a line or area chart for ordered trends, a scatter plot for paired measurements, and pie or donut only for a small number of parts that form one total. A clear analytical question is more important than a decorative palette.
Frequently asked questions
Is my CSV uploaded to a server?
No. Chart Maker parses the selected file in your browser. The chart data is not sent to a Chart Maker database.
How should the CSV be organized?
Use the first row for column headers, the first column for labels, and the remaining columns for numeric series.
What can I download?
Download the chart as a high-resolution PNG or a scalable SVG.