Stroke color
Dash array
Plot data accessor function when used with GraphTrack
Set condition for what data to plot. Default is v => v !== null
Y axis (range) for plot data. Default is [0, 100].
Used to control how much overlap or excess is added when filtering data compared to the current domain. Ex. if the current domain is [100, 200], and with an overlap factor of 0.5, data will be filtered using the extended domain [50, 250], leaving an excess of 50 units in both ends. This improves the user experience during panning.
Automatically filter data to current scale. This may increase performance for larger datasets, as data outside the current domain is not passed to the plots. Overlap may be controlled by the filterOverlapFactor option. Filtering is off (false) by default.
Flag to hide/show a plot. Default is false.
Set plot orientation. Default is true (horizontally).
The number of rows in the legend section (if used with LogController) this particular plot requires
offset position to draw the plot
Scale type: 'linear' or 'log'. Default is 'linear'.
Stroke width
Generated using TypeDoc
Available line plot options