Chart Wrapper
object ChartWrapper
Functions
Link copied to clipboard
fun DrawChart(modifier: Modifier, plotType: PlotType, pieChartData: PieChartData, pieChartConfig: PieChartConfig, onSliceClick: (PieChartData.Slice) -> Unit = {})
Wrapper compose method for drawing Pie Chart and Donut chart.