Chart

Waterfall

Web not supportediOS not supportedAndroid supported

Show how positive and negative steps build a total.

Android
android-waterfall chart rendered on Android

drawWaterfall on a Compose Canvas · View source

Use it to explain how a starting value changes into a final value. Android only.

Configuration

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

NameTypeDefaultDescription
data*ChartWaterfallDatumAndroid[]Ordered positive and negative steps.
axisChartAxes{ x: true, y: true }Show or hide each axis.
xAxisNativeChartAxisOptionsHorizontal scale, domain, ticks, grid, and labels.
yAxisNativeChartAxisOptionsVertical scale, domain, ticks, grid, and labels.
heightnumber240 web / 320 nativeChart height in pixels or native points.
isLoadingbooleanfalseShows the built-in placeholder while data loads.
themeChartThemeColors and typography for this chart.