StackedBars
Name: Stacked Bars Chart
Description: Suitable for comparing multiple sets of aggregated data
params$
Type:
Partial<StackedBarsParams>
Fields:
Name Description Type barWidth Width of each Bar number
barGroupPadding Combined width of all Bars in a Group number
barRadius Combined width of all Bars in a Group boolean
Default values:
{
barWidth: 0,
barGroupPadding: 10,
barRadius: false
}