series
abstract fun series(defaultBar: DefaultVerticalBarComposable<X, Y> = verticalSolidBar(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.