commonMain.com.aay.compose.donutChart.model.PieChartData.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chart Show documentation
Show all versions of chart Show documentation
Multiplatform library for desktop and android
The newest version!
package com.aay.compose.donutChart.model
import androidx.compose.ui.graphics.Color
data class PieChartData(
val data:Double,
val color: Color,
val partName:String
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy