Bar Scope
Functions
Link copied to clipboard
abstract fun Modifier.hoverableElement(element: @Composable () -> Unit): Modifier
Content copied to clipboard
Extensions
Link copied to clipboard
fun BarScope.DefaultVerticalBar( brush: Brush, modifier: Modifier = Modifier, shape: Shape = RectangleShape, border: BorderStroke? = null, hoverElement: @Composable () -> Unit = {})
Content copied to clipboard
A default implementation of a bar for bar charts.