Construction options for {@link injectChartBuffer}ChartBufferOptions
Interface
projects/common/chart/buffer/inject-chart-buffer.ts
Import#
import { ChartBufferOptions } from '@cngx/common/chart'
Instance Properties#
Readonly
Ring capacity - the maximum rows retained before eviction.
ReadonlyOptional
When set and the ring holds more than this many rows, points is
LTTB-downsampled to exactly this length. Omit to emit the raw window.
Readonly
Projects a row to its numeric X for the LTTB triangle area.
Readonly
Projects a row to its numeric Y for the LTTB triangle area.