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
/
polygon
polygon
@
Composable
fun
polygon
(
fillVisible
:
Boolean
=
true
,
fillAlpha
:
Float
=
defaultChartAlpha(light = 0.25f, dark = 0.2f)
,
lineColor
:
Color
=
MaterialTheme.colorScheme.primary
,
lineColors
:
List
<
Color
>
=
emptyList()
,
lineWidth
:
Float
=
3.0f
)
:
RadarPolygonStyle
(
source
)