Skip to content

Commit cd2280c

Browse files
docs(chart): stack groups are supported for bar and column (#210)
1 parent a760155 commit cd2280c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/chart/stacked-series.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Series stacking is available for "bar", "column", "line", "area" types of serie
2222

2323
Stack settings of the first series are inherited as a default value by the rest of the series, in case they are not overridden.
2424

25+
Named stacks are supported for "bar" and "column" charts. All line-type charts ("line" and "area") always stack together because there is no visual way to denote separate groups.
26+
2527
## Simple Stack
2628

2729
To stack all series together, set the `Enabled` property to `true` in the `ChartSeriesStack` tag of the first series in your chart.

0 commit comments

Comments
 (0)