schema.binargs.fixedcount.md

November 8, 2023 ยท View on GitHub

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;