Library
Module
Module type
Parameter
Class
Class type
A line chart
A line chart can show either timeseries data or arbitrary values on the X axis.
Create an unrendered line chart, showing either `Timeseries or `XY data. The ?x_format is a format string for the labels on the x axis.
Add a group of line segments to an unrendered line chart. By grouping line segments they will be rendered stacked.
Dynamically extend a rendered line chart by adding a list of segments. The ?flow_to parameter customises how the chart will be added.