Graph Chart

Visualize relationships and transitions between items

Render Types

Graph charts support the following render types.

Graph

Graph Chart

Sankey

Sankey Diagram

Specifications

Aggregation

Graph charts aggregate weights (metrics) for each source and target (dimensions) to visualize relationships between nodes.

Item
Role
Notes

Source

Dimension

Source node

Target

Dimension

Target node

Weight

Metric

Reflected in edge thickness and node size

Example Configurations

  • Show "Page transition counts" as a Sankey diagram

    • Source (Dimension): From page

    • Target (Dimension): To page

    • Weight (Metric): Sum of transition counts

  • Show "Mention relationships between users on social media" as a graph

    • Source (Dimension): Mentioning user

    • Target (Dimension): Mentioned user

    • Weight (Metric): Sum of mention counts

Render Type Specifications

Graph

Draws a graph where sources and targets are nodes, connected by edges weighted by metric values.

  • Directed/Undirected switching

    • In undirected mode, A→B and B→A are merged

  • Frame feature

    • Split the chart by specified column values and switch using a slider. Useful for visualizing time-series changes or category-based comparisons.

  • Heatmap display

    • Change colors based on node weight to visually represent importance.

Sankey

Draws a Sankey diagram where sources and targets are nodes, connected by edges weighted by metric values. Flow direction is visually clear.

Last updated

Was this helpful?