GroupBarData

constructor(label: String, dataPoints: List<Float>, colors: List<Color> = List(dataPoints.count()) { Color.Transparent })

Parameters

label

The label for the group bar.

dataPoints

The list of data points for each bar in the group.

colors

The list of colors for each bar in the group. Defaults to Color.Transparent if not provided explicitly.