Scale.Normalize¶
Map a value from one value scale to another Used for scaling values to fit within SVG dimensions
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| inputValue | NUMERIC VAL | The value to map | ||
| fromMin | NUMERIC VAL | The minimum value of the original scale | ||
| fromMax | NUMERIC VAL | The maximum value of the original scale | ||
| toMin | NUMERIC VAL | The minimum value of the new scale | ||
| toMax | NUMERIC VAL | The maximum value of the new scale |
DECIMAL mapped value