charty
androidJvm
charty
/
com.himanshoe.charty.radar.config
/
RadarChartColors
/
RadarChartColors
Radar
Chart
Colors
constructor
(
lineColor
:
List
<
Color
>
,
dotColor
:
List
<
Color
>
,
fillColor
:
List
<
Color
>
=
lineColor.map { it.copy(alpha = 0.5F) }
)