IScoreRange
@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
| Property | Type | Description |
|---|---|---|
max | number | Highest score on the axis. |
min | number | Lowest score on the axis. |