Chart

Range

Web not supportediOS supportedAndroid not supported

Plot a low-to-high interval for each category.

iOS
ios-range chart rendered on iOS

Swift Charts RectangleMark · View source

Use it for confidence intervals, forecasts, or min/max ranges. iOS only.

Configuration

Keys accepted inside zyplot(z => ({...})). Required keys are marked with an asterisk.

NameTypeDefaultDescription
data*ChartRangeDatumIos[]Low and high values for each category.
heightnumber240 web / 320 nativeChart height in pixels or native points.
isLoadingbooleanfalseShows the built-in placeholder while data loads.
themeChartThemeColors and typography for this chart.