Skip to main content
Version: 1.1.0

IScoreRange

@spartanfx/react v1.1.0


@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.