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 typeImport data
(CSV/Excel/Paste/Google Sheets)
Edit data
(table/tree/network, etc.)
Primary data shape
Line✅ Table2D table: category + value columns
Bar✅ Table2D table: category + value columns
Pie✅ Table2D table: name + value
Combo✅ Table2D table: category + multi-series values
Funnel✅ Table2D table: stage + value
Candlestick✅ Tabledate + O/H/L/C (optional V)
Heatmap✅ Heatmap data[row, col, value] or matrix
Theme river✅ Heatmap/river datatime + category + value
Radar✅ Multi-variablemultiple dimensions + multi-series values
Scatter✅ Scatter data2D/3D coords + optional dimension
Sunburst✅ Treehierarchy: name, value, children
Treemap✅ Treehierarchy: name, value, children
Tree✅ Treehierarchical nodes and edges
Graph✅ Networknodes + links
Sankey✅ Networknodes + links (flow)
Chord✅ Networkmatrix or nodes/links
Gaugesingle value configured in Series → Data
Boxplotprecomputed five-number summary or raw samples
Pictorial barsimilar to bar chart structure
Polarangle + radius/value
Parallelmulti-dimensional vectors
Mapgeography + value
Calendar[date, value]
Matrixmatrix 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.