Protected
constructorStatic
runDownsamples a table so that the data can be used for a time-series line plot. The downsampled table should have the same visual fidelity as the original table, but with fewer rows.
The table to downsample.
The name of the X column to downsample. Must be an Instant or long.
The names of the Y columns to downsample.
The width of the visible area in pixels.
Optional
xRange: LongWrapper[]The visible range as [start, end]
or null to always use all data.
A promise that resolves to the downsampled table.
Helper class for plot downsampling methods.