PieChartView

fun PieChartView(dataSet: ChartDataSet, style: PieChartStyle = PieChartDefaults.style())

A composable function that displays a Pie Chart.

Parameters

dataSet

The data set to be displayed in the chart.

style

The style to be applied to the chart. If not provided, the default style will be used.