Series.stack
configurationA boolean value indicating if the series should be stacked. A string value is interpreted as series.stack.group.
The
stackoptions is supported when series.type is set to "bar", "column", "line", "area", "verticalLine", "verticalArea", "radarLine", "radarArea" or "radarColumn". All series in the stack must be of the same type.
Stack settings of the first series are inherited as a default value by the rest of the series, in case they are not overridden.
series.stack
Boolean|String|ObjectDefault: false
series.stack.group
StringIndicates that the series should be stacked in a group with the specified name.
The
groupoption is supported when series.type is set to "bar" or "column".
series.stack.type
StringThe type of stack to plot. The following types are supported:
- "normal" - the value of the stack is the sum of all points in the category (or group)
- "100%" - the value of the stack is always 100% (1.00). Points within the category (or group) are represented as percentages.
Default: "normal"