You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A value indicating if the series should be stacked. String value indicates that the series should be stacked in a group with the specified name.
11156
+
A value indicating if the series should be stacked.
11157
11157
11158
-
> The `stack` option is supported when [series.type](#configuration-series.type) is set to "bar" or "column".
11158
+
> The `stack` options is supported when [series.type](#configuration-series.type) is set to "bar", "column", "line", "area", "verticalLine" and "verticalArea".
11159
+
11160
+
String value indicates that the series should be stacked in a group with the specified name.
11161
+
11162
+
> The named `stack` option is supported when [series.type](#configuration-series.type) is set to "bar" or "column".
11159
11163
11160
11164
#### Example - enable chart series stacking
11161
11165
@@ -13522,9 +13526,13 @@ The space between the chart series as proportion of the series width.
A value indicating if the series should be stacked. String value indicates that the series should be stacked in a group with the specified name.
13529
+
A value indicating if the series should be stacked.
13530
+
13531
+
> The `stack` options is supported when [series.type](#configuration-series.type) is set to "bar", "column", "line", "area", "verticalLine" and "verticalArea".
13532
+
13533
+
String value indicates that the series should be stacked in a group with the specified name.
13526
13534
13527
-
> The `stack` option is supported when [series.type](#configuration-series.type) is set to "bar" or "column".
13535
+
> The named `stack` option is supported when [series.type](#configuration-series.type) is set to "bar" or "column".
0 commit comments