Plots data in order and stacked by category to represent 100%.
Joins data with lines and a filled area below.
Track changes or trends over time.
Data Format
- x-axis: Categories (e.g. years)
- Data must have an order.
- Categories are distributed evenly along the horizontal axis.
- Equal intervals, like months, quarters, or fiscal years, are preferable.
- Chart handles multiple categories stacked on top of each other.
- Chart shows all data points.
- y-axis: Data Series (e.g. net overseas development assistance received)
- Series are distributed along the vertical axis.
- Chart handles multiple series which are stacked to total 100% for all categories.
- Becomes visually complex as more series are added.
- Chart handles positive and negative values but interpretation can be difficult.
- Use a data table instead of data labels to limit the complexity of the chart.
Series 1 | Series 2 | Series 3 | Series 4 | Series 5 | |
---|---|---|---|---|---|
Category 1 | # | # | # | # | # |
Category 2 | # | # | # | # | # |
Try it now!
- Select a region from the dropdown list to view net overseas development assistance received (current US$).
- The chart, title and values adjust to reflect the data for each country or region.
- This chart was built using data validation lists, named ranges, conditional statements and the IF, IFERROR, MATCH, OFFSET, SUM and SUMIF functions.
Related Line and Area Charts