Donut Chart With Labels
fun DonutChartWithLabels(data: List<DonutChartData>, modifier: Modifier = Modifier, donutSize: Dp = 200.dp, donutStrokeWidth: Float = 50.0f)
Parameters
data
a list of Triples where
first = name of the entity
second = it's value
third = it's color (optional)