charts
Toggle table of contents
3.0.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
charts
charts
/
io.github.hdcharts.charts.style
/
RadarChartDefaults
/
grid
grid
@
Composable
fun
grid
(
visible
:
Boolean
=
true
,
color
:
Color
=
MaterialTheme.colorScheme.onSurface.copy(alpha = 0.22f)
,
lineWidth
:
Float
=
1.0f
,
steps
:
Int
=
5
)
:
RadarGridStyle
(
source
)