Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions components/chart/stacked-series.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Series stacking is available for "bar", "column", "line", "area" types of serie

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

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.

## Simple Stack

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