Plots data in order and joins with a line and a filled area below.
Track changes or trends over time.
2D and 3D options are 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 handles multiple categories. Data from one series can be hidden behind another series if areas are not stacked.
- Chart shows all data points.
- y-axis: Data Series (e.g. population growth)
- Series are distributed evenly along the vertical axis.
- Chart handles positive and negative values.
- Drop lines can be used for visual clarity.
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 population growth (%) data.
- 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 MATCH and INDEX functions.
Related Line and Area Charts