Grouped Vertical Bar Plot Scope
Receiver scope used by GroupedVerticalBarPlot.
Functions
Link copied to clipboard
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.