@urban-toolkit/autk-plot / ReduceSeriesTransformConfig
Type Alias: ReduceSeriesTransformConfig
ReduceSeriesTransformConfig =
object
Defined in: api.ts:167
Reduce-series preset config.
The series array column is read from PlotConfig.attributes.axis[0]. Use '@transform' in axis[1] to mark the output slot. timestamp and value are sub-fields within each series point. Unlike binning-events, timestamps are used as-is with no resolution bucketing.
Properties
options?
optionaloptions?:object
Defined in: api.ts:169
reducer?
optionalreducer?:TransformReducer
Reducer applied across features sharing the same timestamp. Defaults to 'avg'.
timestamp?
optionaltimestamp?:string
Field within each series point that holds the timestamp. Defaults to 'timestamp'.
value?
optionalvalue?:string
Field within each series point that holds the numeric value. Defaults to 'value'.
preset
preset:
"reduce-series"
Defined in: api.ts:168