@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Renders data as a stacked (cumulative) vertical bar chart.

    Each X position gets one bar whose segments are stacked vertically, one segment per series. The total bar height is the cumulative sum of all series values at that position. Enable normalised to display 100 % stacked bars.

    Output kind: svg.

    const strategy = new StackedBarGraphStrategy();
    

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    name: "Stacked Bar"

    Human-readable name shown in legends / tooltips when identifying the active strategy.

    Methods