Graph (relationship) chart

Create graph charts (nodes and links) for relationships in BeCharts.

Back to Chart types.

Graph charts visualize relationships between entities using nodes and links (edges).

Data format

  • nodes: list of entities (id/name, optional value/category)
  • links: list of edges (source, target, optional value/label)

Import and edit support

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

Customize highlights

  • Series: layout (force/circular), symbol size, edge style, labels
  • Emphasis: highlight connected nodes/edges
  • Tooltip: display node/link details

Tips

  • Use categories/colors to group node types.
  • For flow quantities between nodes, consider a Sankey chart instead.