StackedAreaChart

fun <X, Y> XYChartScope<X, Y>.StackedAreaChart(data: List<MultiPoint<X, Y>>, styles: List<StackedAreaStyle>, firstBaseline: AreaBaseline.ConstantLine<X, Y>, modifier: Modifier = Modifier, animationSpec: AnimationSpec<Float> = KoalaPlotTheme.animationSpec)

Deprecated

Replace with the version that uses XYGraphScope as receiver

Replace with

XYGraphScope.StackedAreaPlot