ReadonlynameHuman-readable name shown in legends / tooltips when identifying the active strategy.
Render one or more data series into a chart.
Array of named, colour-assigned data series.
Target dimensions in CSS pixels.
An SVG element or raw ImageData.
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
normalisedto display 100 % stacked bars.Output kind: svg.
Example