@urban-toolkit/autk-plot / ReduceSeriesBucketRow
Type Alias: ReduceSeriesBucketRow
ReduceSeriesBucketRow =
object
Defined in: transforms/presets/reduce-series.ts:41
A single reduce-series bucket row ready for plot rendering.
bucket is either the array index (plain-number series) or the normalised timestamp string for object-based series.
Properties
autkIds
autkIds:
number[]
Defined in: transforms/presets/reduce-series.ts:49
Merged source feature ids represented by the bucket.
bucket
bucket:
string
Defined in: transforms/presets/reduce-series.ts:43
Timestamp or index key identifying the reduced bucket.
count
count:
number
Defined in: transforms/presets/reduce-series.ts:47
Number of source points collapsed into the bucket.
value
value:
number
Defined in: transforms/presets/reduce-series.ts:45
Reduced numeric result for the bucket.