Bar Scope
Functions
Link copied to clipboard
A simplified DefaultVerticalBar that uses a Solid Color color and default RectangleShape.
fun BarScope.DefaultBar(brush: Brush, modifier: Modifier = Modifier, shape: Shape = RectangleShape, border: BorderStroke? = null, hoverElement: @Composable () -> Unit = {})
A default implementation of a bar for bar charts.
Link copied to clipboard