Chart types
Browse documentation pages for each chart type supported by BeCharts.
This page is an index for chart-type documentation. Each chart type has its own dedicated doc page.
Overview: data import and editing support
| Chart type | Import data (CSV/Excel/Paste/Google Sheets) | Edit data (table/tree/network, etc.) | Primary data shape |
|---|---|---|---|
| Line | ✅ | ✅ Table | 2D table: category + value columns |
| Bar | ✅ | ✅ Table | 2D table: category + value columns |
| Pie | ✅ | ✅ Table | 2D table: name + value |
| Combo | ✅ | ✅ Table | 2D table: category + multi-series values |
| Funnel | ✅ | ✅ Table | 2D table: stage + value |
| Candlestick | ✅ | ✅ Table | date + O/H/L/C (optional V) |
| Heatmap | ✅ | ✅ Heatmap data | [row, col, value] or matrix |
| Theme river | ✅ | ✅ Heatmap/river data | time + category + value |
| Radar | ❌ | ✅ Multi-variable | multiple dimensions + multi-series values |
| Scatter | ❌ | ✅ Scatter data | 2D/3D coords + optional dimension |
| Sunburst | ❌ | ✅ Tree | hierarchy: name, value, children |
| Treemap | ❌ | ✅ Tree | hierarchy: name, value, children |
| Tree | ❌ | ✅ Tree | hierarchical nodes and edges |
| Graph | ❌ | ✅ Network | nodes + links |
| Sankey | ❌ | ✅ Network | nodes + links (flow) |
| Chord | ❌ | ✅ Network | matrix or nodes/links |
| Gauge | ❌ | ❌ | single value configured in Series → Data |
| Boxplot | ❌ | ❌ | precomputed five-number summary or raw samples |
| Pictorial bar | ❌ | ❌ | similar to bar chart structure |
| Polar | ❌ | ❌ | angle + radius/value |
| Parallel | ❌ | ❌ | multi-dimensional vectors |
| Map | ❌ | ❌ | geography + value |
| Calendar | ❌ | ❌ | [date, value] |
| Matrix | ❌ | ❌ | matrix data |
Note: “Import data” refers to the Dataset tab (CSV/Excel/Google Sheets/Paste). “Edit data” refers to the Edit Data section (table/tree/network editors). For very large datasets (e.g. source > 500 rows), the edit UI may be hidden.
Next steps
- Start with a chart type link in the table above.
- If you’re new to BeCharts, read Getting started first.