Tree chart

Create tree charts for hierarchical structures in BeCharts.

Back to Chart types.

Tree charts visualize hierarchical relationships (parent → child) as a node-link diagram.

Data format

  • Hierarchical structure with name and children
  • Each node can include additional properties depending on preset/config

Import and edit support

  • Import: ❌
  • Edit: ✅ (tree editor)

Customize highlights

  • Series: orientation/layout, node symbols, edge style, labels
  • Tooltip: show node details on hover

Tips

  • Use concise labels to avoid overlap.
  • If the hierarchy is very wide, consider a treemap or sunburst instead.