Package-level declarations
Functions
Link copied to clipboard
BarChart compose method for drawing bar chart.
Link copied to clipboard
GroupBarChart compose method for drawing group bar chart.
Link copied to clipboard
fun HorizontalBarChart(barChartData: BarChartData, modifier: Modifier, scope: CoroutineScope, accessibilitySheetState: ModalBottomSheetState, isTalkBackEnabled: Boolean)
compose method for drawing Horizontal bar chart
Link copied to clipboard
fun StackedBarChart(modifier: Modifier, groupBarChartData: GroupBarChartData, isTalkBackEnabled: Boolean = LocalContext.current.collectIsTalkbackEnabledAsState().value)
StackedBarChart compose method for drawing stacked bar chart.
Link copied to clipboard
fun VerticalBarChart(barChartData: BarChartData, modifier: Modifier, scope: CoroutineScope, accessibilitySheetState: ModalBottomSheetState, isTalkBackEnabled: Boolean)
composable for drawing Vertical bar chart