StairstepChart

fun <X, Y> XYChartScope<X, Y>.StairstepChart(data: List<Point<X, Y>>, lineStyle: LineStyle, modifier: Modifier = Modifier, symbol: @Composable HoverableElementAreaScope.(Point<X, Y>) -> Unit? = null, areaStyle: AreaStyle? = null, areaBaseline: AreaBaseline<X, Y>? = null, animationSpec: AnimationSpec<Float> = KoalaPlotTheme.animationSpec)

Deprecated

Replace with the version that uses XYGraphScope as receiver

Replace with

XYGraphScope.StairstepPlot