ChartRangeColorProps
Defines configuration options for applying Y-value–based color mapping.
Props
The following table outlines the props for the ChartRangeColorProps:
| Name | Type | Default | Description |
|---|---|---|---|
| end | number | 0 | Specifies the inclusive ending value of the color-mapped range. |
| fill | string | '' | Defines the fill color applied to points within the specified range. |
| label | string | '' | Specifies the text displayed for this range in the legend. |
| start | number | 0 | Specifies the inclusive starting value of the color-mapped range. |