RadarChartColors

constructor(lineColor: List<Color>, dotColor: List<Color>, fillColor: List<Color> = lineColor.map { it.copy(alpha = 0.5F) })