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].
Fill opacity for both series
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'.
Options for data serie 1
Options for data serie 2
Generated using TypeDoc
Available differential plot serie options