Skip to main content

IScoreRange

@spartanfx/react v1.2.2


@spartanfx/react / index / IScoreRange

Interface: IScoreRange

Inclusive numeric range for an axis. Defaults are { min: 1, max: 100 }. The component sanitises pathological input (min > max, min === max) so normalisation never divides by zero.

Properties

PropertyTypeDescription
maxnumberHighest score on the axis.
minnumberLowest score on the axis.