Skip to content

Commit 7ed972a

Browse files
committed
Update chart docs.
1 parent 342eb3f commit 7ed972a

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

api/dataviz/chart.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11153,9 +11153,13 @@ The space between the chart series as proportion of the series width.
1115311153

1115411154
### series.stack `Boolean|String` *(default: false)*
1115511155

11156-
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.
1115711157

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".
1115911163

1116011164
#### Example - enable chart series stacking
1116111165

@@ -13522,9 +13526,13 @@ The space between the chart series as proportion of the series width.
1352213526

1352313527
### seriesDefaults.stack `Boolean` *(default: false)*
1352413528

13525-
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.
1352613534

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".
1352813536

1352913537
#### Example - enable chart series stacking
1353013538

0 commit comments

Comments
 (0)