Chart
Waterfall
Web not supportediOS not supportedAndroid supported
Show how positive and negative steps build a total.
Chart
Show how positive and negative steps build a total.
Use it to explain how a starting value changes into a final value. Android only.
Keys accepted inside zyplot(z => ({...})). Required keys are marked with an asterisk.
| Name | Type | Default | Description |
|---|---|---|---|
data* | ChartWaterfallDatumAndroid[] | — | Ordered positive and negative steps. |
axis | ChartAxes | { x: true, y: true } | Show or hide each axis. |
xAxis | NativeChartAxisOptions | — | Horizontal scale, domain, ticks, grid, and labels. |
yAxis | NativeChartAxisOptions | — | Vertical scale, domain, ticks, grid, and labels. |
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. |