MultiStackedBars
Name: Multi Stacked Bars Chart
Description: Functions similarly to the
StackedBarsin the Grid data category, but corresponds to one of the grid data in the MultiGrid data category, defaulting to the first grid data indata$(i.e.,data$array index [0]). Usually used with another plugin to draw charts with two sets of grid data (e.g., usingMultiLinesto present the second set -data$array index [1]).
params$
Type:
Partial<MultiStackedBarsParams>Fields:
Name Description Type barWidth Width of each Bar numberbarGroupPadding Combined width of all Bars in a group numberbarRadius Combined width of all Bars in a group booleangridIndexes Corresponding data$grid data index, can correspond to one or more grid datanumber[] | 'all'Default values:
{
barWidth: 0,
barGroupPadding: 10,
barRadius: false,
gridIndexes: [0]
}