Package-level declarations

Functions

Link copied to clipboard
fun BarChartView(dataSet: ChartDataSet, style: BarChartStyle = BarChartDefaults.style())

A composable function that displays a Bar Chart.

Link copied to clipboard
fun LineChartView(dataSet: ChartDataSet, style: LineChartStyle = LineChartDefaults.style())

A composable function that displays a Line Chart for a single data set.

fun LineChartView(dataSet: MultiChartDataSet, style: LineChartStyle = LineChartDefaults.style())

A composable function that displays a Line Chart for multiple data sets.

Link copied to clipboard
fun PieChartView(dataSet: ChartDataSet, style: PieChartStyle = PieChartDefaults.style())

A composable function that displays a Pie Chart.

Link copied to clipboard
fun StackedBarChartView(dataSet: MultiChartDataSet, style: StackedBarChartStyle = StackedBarChartDefaults.style())

A composable function that displays a Stacked Bar Chart.