Package-level declarations

Functions

Link copied to clipboard
fun AccessibilityBottomSheetDialog(content: @Composable ColumnScope.() -> Unit, modifier: Modifier = Modifier, backgroundColor: Color, popUpTopRightButtonTitle: String, popUpTopRightButtonDescription: String, sheetState: ModalBottomSheetState)

Bottom sheet to show items in vertical list view with a close button at top

Link copied to clipboard
fun BarInfo(axisLabelDescription: String, barDescription: String, barColor: Color, titleTextSize: TextUnit, descriptionTextSize: TextUnit)

Composable to display each bar item for given bar chart

Link copied to clipboard
fun BubblePointInfo(axisLabelDescription: String, pointDescription: String, bubbleColor: Color, titleTextSize: TextUnit, descriptionTextSize: TextUnit)

Composable to display each Bubble point data for given bubble chart.

Link copied to clipboard
fun CombinedChartInfo(pointsList: List<Point>, lineColor: List<Color>, groupBar: GroupBar?, axisLabelDescription: String, barColorPaletteList: List<Color>, dividerColor: Color, titleTextSize: TextUnit, descriptionTextSize: TextUnit)

Composable to display each combined chart item for given combined chart.

Link copied to clipboard
fun GroupBarInfo(groupBar: GroupBar, axisLabelDescription: String, barColorPaletteList: List<Color>, titleTextSize: TextUnit, descriptionTextSize: TextUnit)

Composable to display each group bar item for given group bar chart.

Link copied to clipboard
fun LinePointInfo(axisLabelDescription: String, pointDescription: String, lineColor: Color, titleTextSize: TextUnit, descriptionTextSize: TextUnit)

Composable to display each line point data for given line chart.

Link copied to clipboard
fun SliceInfo(slice: PieChartData.Slice, slicePercentage: Int, textSize: TextUnit)

Composable to display each slice for a given pie chart.