LineChart

fun <X, Y> XYChartScope<X, Y>.LineChart(data: List<Point<X, Y>>, modifier: Modifier = Modifier, lineStyle: LineStyle? = null, 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.LinePlot