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 can be switched between directed and undirected; in undirected mode A→B and B→A are merged

  • Sankey is drawn to make flow direction visually clear

Graph

Draws a graph where sources and targets are nodes, and weights are edges.

Sankey

Draws a Sankey diagram where sources and targets are nodes, and weights are edges.

Last updated

Was this helpful?