DonutChartWithLabels

fun DonutChartWithLabels(data: List<DonutChartData>, modifier: Modifier = Modifier, donutSize: Dp = 200.dp, donutStrokeWidth: Float = 50.0f)

Parameters

data

a list of Triples where

  1. first = name of the entity

  2. second = it's value

  3. third = it's color (optional)