commonMain.com.aay.compose.radarChart.model.RadarChartConfig.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.radarChart.model
import androidx.compose.ui.geometry.Offset
internal data class RadarChartConfig(
val center: Offset,
val netCornersPoints: List,
val stepsEndPoints: List,
val stepsStartPoints: List,
val polygonPoints: List,
val labelsPoints: List
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy