Skip to content

Documentation / @ripl/charts / BinOptions

Interface: BinOptions

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

Options for bin.

Properties

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