Skip to content

Documentation / @ripl/charts / BinOptions

Interface: BinOptions ​

Defined in: charts/src/core/statistics.ts:27

Options for bin.

Properties ​

PropertyTypeDescriptionDefined in
bins?numberTarget number of bins (ignored when thresholds is given).charts/src/core/statistics.ts:29
domain?[number, number]Value extent to bin over (defaults to the data extent).charts/src/core/statistics.ts:31
thresholds?number[]Explicit bin boundaries; overrides bins.charts/src/core/statistics.ts:33