series

abstract fun series(defaultBar: @Composable BarScope.() -> Unit = solidBar(Color.Blue), content: VerticalBarPlotScope<X, Y>.() -> Unit)

Starts a new series of bars to be plotted, with a defaultBar to use for rendering all bars in this series.