Chart
Range
Web not supportediOS supportedAndroid not supported
Plot a low-to-high interval for each category.
Chart
Plot a low-to-high interval for each category.
Use it for confidence intervals, forecasts, or min/max ranges. iOS only.
Keys accepted inside zyplot(z => ({...})). Required keys are marked with an asterisk.
| Name | Type | Default | Description |
|---|---|---|---|
data* | ChartRangeDatumIos[] | — | Low and high values for each category. |
height | number | 240 web / 320 native | Chart height in pixels or native points. |
isLoading | boolean | false | Shows the built-in placeholder while data loads. |
theme | ChartTheme | — | Colors and typography for this chart. |