MultiStackedBars
Name: Multi Stacked Bars Chart
Description: Functions similarly to the
StackedBars
in 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., usingMultiLines
to present the second set -data$
array index [1]).
params$
Type:
Partial<MultiStackedBarsParams>
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
gridIndexes Corresponding data$
grid data index, can correspond to one or more grid datanumber[] | 'all'
Default values:
{
barWidth: 0,
barGroupPadding: 10,
barRadius: false,
gridIndexes: [0]
}