@urban-toolkit/autk-plot / Binning1dBinRow
Type Alias: Binning1dBinRow
Binning1dBinRow =
object
Defined in: transforms/presets/binning-1d.ts:38
A single bin row ready for plot rendering.
label is either a category string or a formatted numeric range such as "1k-2k". order is the numeric sort key for the bin (bin index for quantitative, insertion order for categorical).
Properties
autkIds
autkIds:
number[]
Defined in: transforms/presets/binning-1d.ts:48
Merged source feature ids from all rows in this bin, used for selection linking.
count
count:
number
Defined in: transforms/presets/binning-1d.ts:46
How many rows fell into this bin.
label
label:
string
Defined in: transforms/presets/binning-1d.ts:40
Bin label — category string or formatted numeric range such as "1k-2k".
order
order:
number
Defined in: transforms/presets/binning-1d.ts:42
Numeric sort key for this bin (bin index for quantitative, insertion order for categorical).
value
value:
number
Defined in: transforms/presets/binning-1d.ts:44
The reduced numeric result (count, sum, avg, min, or max) for this bin.