Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 525 Bytes

File metadata and controls

13 lines (8 loc) · 525 Bytes

Home > @datashaper/schema > BinArgs > fixedcount

BinArgs.fixedcount property

Fixed number of bins. Note that the bin placements are inclusive of the bottom boundary and exclusive of the top boundary - this means there is always one extra bin for the max value when using fixed count.

Signature:

fixedcount?: number;