Create a bar chart from your own labels and values. Switch vertical or horizontal, pick a colour scheme, export as SVG or download CSV. All client-side.
Paste your labels and values, pick a colour and an orientation, and the Bar Chart Generator draws the chart in your browser. No account, no upload, no wait for a server. Monthly traffic figures, survey results, budget breakdowns, step counts: anything that maps a category name to a number is a bar chart waiting to happen. The lead sample loads six months of website traffic (Jan to Jun 2026: 12,400 / 15,800 / 18,200 / 16,900 / 21,300 / 24,700), a growth trend with a mid-April dip that shows up immediately on first render.
The chart is a real SVG element. It scales without blurring at any screen size and downloads at its native resolution. Five colour schemes (Terracotta, Blue, Green, Purple, and Mixed) cycle across bars automatically, so a ten-bar chart never repeats a hue for adjacent bars in the Mixed palette. Switching between vertical bars and horizontal bars takes one click; horizontal mode is easier to read when label text is longer than a few characters.
Jan, Feb, Mar or Software, Services, Training, Support.12400, 15800, 18200.Everything runs inside the browser tab. No data is sent to a server and no files are uploaded. The SVG is generated by the page itself using the Web API XMLSerializer, and the CSV download is a Blob created in memory. Both leave your device only when you explicitly choose to save them.
Chart Options
| # | Label | Value | % of Max |
|---|---|---|---|
| 1 | Jan | 12,400 | 50.2% |
| 2 | Feb | 15,800 | 64.0% |
| 3 | Mar | 18,200 | 73.7% |
| 4 | Apr | 16,900 | 68.4% |
| 5 | May | 21,300 | 86.2% |
| 6 | Jun | 24,700 | 100.0% |