Stacked Area Graph


Graphs / Plots
Comparisons, Data over Time, Patterns

What is it?

Stacked Area Graphs work the same way as simple https://datavizcatalogue.com/methods/area_graph.html, except for displaying multiple data series that start each point from the point left by the previous data series.

The entire graph represents the total of all the data plotted. Stacked Area Graphs also use the areas to convey whole numbers, so they do not work for negative values. Overall, they are useful for comparing multiple variables changing over time.

When to use it?

 

Tools to create the Charts

Code-based:
https://www.amcharts.com/demos/stacked-area/https://docs.anychart.com/Basic_Charts/Stacked/Value/Area_Charthttps://echarts.apache.org/examples/en/editor.html?c=area-stackhttps://canvasjs.com/javascript-charts/stacked-area-chart/https://www.chartjs.org/docs/latest/charts/area.htmlhttps://d3-graph-gallery.com/stackedarea.htmlhttps://developers.google.com/chart/interactive/docs/gallery/areachart#stacking-areashttps://www.highcharts.com/demo/area-stackedhttps://jscharting.com/examples/chart-types/area/stacked-line/https://plotly.com/python/filled-area-plots/https://www.python-graph-gallery.com/stacked-area-plot/https://r-graph-gallery.com/stacked-area-graph.htmlhttps://vega.github.io/vega/examples/stacked-area-chart/https://vega.github.io/vega-lite/examples/stacked_area.htmlhttps://www.zingchart.com/docs/chart-types/area#stackedhttps://zoomcharts.com/en/chart-types-demo/stacked-area-chart-with-normal-stacking-using-timechart

Webapp:
https://datavisu.al/https://www.datawrapper.de/charts/area-charthttps://www.datylon.com/https://flourish.studio/https://docs.google.com/https://infogram.com/https://www.onlinecharttool.com/graph?selected_graph=areahttps://slemma.com/

Desktop App:
Apple Numbers
Microsoft Office
PowerBI
https://help.tableau.com/current/pro/desktop/en-us/qs_area_charts.htm

 

Similar Charts : Area Chart (Data%20Visualisation%20cfe04a5761eb434cace32c6033e3a4e3/Area%20Chart%206fde2301b01f4ca1bfc037499a7758df.csv), Line Graph (Data%20Visualisation%20cfe04a5761eb434cace32c6033e3a4e3/Line%20Graph%202ff1c3d5f3f449eb9fb65ff384947edd.csv), Stream Graph (Data%20Visualisation%20cfe04a5761eb434cace32c6033e3a4e3/Stream%20Graph%20bdb1a461aa874317ad3ba03f68a059f9.csv)