Pie Chart Scope
interface PieChartScope
Scope for configuring a PieChart.
Functions
Link copied to clipboard
abstract fun item(value: Float, key: Any? = null, label: @Composable () -> Unit = {}, connector: @Composable LabelConnectorScope.() -> Unit = { StraightLineConnector() }, slice: @Composable PieSliceScope.() -> Unit? = null)
Adds an item to the PieChart.