Skip to content

[slope-basic] Basic Slope Chart (Slopegraph) #981

@MarkusNeusinger

Description

@MarkusNeusinger

Description

A slope chart (slopegraph) shows changes between two or more time points by connecting values with lines. It emphasizes the direction and magnitude of change rather than absolute values, making it easy to spot increases, decreases, and rank changes.

Key Features

  • Two or more vertical axes representing time points
  • Lines connecting same entity across time points
  • Slope direction shows increase/decrease
  • Great for comparing before/after scenarios

Applications

  • Showing changes between two time periods
  • Comparing rankings before and after an event
  • Visualizing paired data transformations
  • Highlighting which items improved or declined

Data Requirements

  • entity (categorical) - Items being compared
  • value_start (numeric) - Value at first time point
  • value_end (numeric) - Value at second time point
  • Size: 5-20 entities for readability

Visual Elements

  • Labeled vertical axes at each time point
  • Lines connecting each entity's values
  • Color coding for direction (up/down) optional
  • Labels at line endpoints for identification

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions