Plots data in order and joins with lines stacked by category.
Track changes or trends over time.
100% Stacked Line option is also available.
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 shows all data points.
- y-axis: Data Series (e.g. land use as % of land area)
- Series are distributed along the vertical axis.
- Chart handles multiple series which are stacked.
- Chart handles positive and negative values.
- Line shown with or without markers.
Series 1 | Series 2 | Series 3 | Series 4 | Series 5 | |
---|---|---|---|---|---|
Category 1 | # | # | # | # | # |
Category 2 | # | # | # | # | # |
Try it now!
- Select a country/region from the dropdown list to view land use.
- The chart, title and values adjust to reflect the data for each country or region.
- The top line is with marker; the bottom line is without marker.
- This chart was built using data validation lists, named ranges, conditional statements and the INDEX and MATCH functions.
Related Line and Area Charts