.. _ex_chart_area:

Example: Area Chart
===================

Example of creating Excel Area charts.

Chart 1 in the following example is a default area chart:

.. image:: _static/chart_area1.png
   :scale: 75 %
   
Chart 2 is a stacked area chart:

.. image:: _static/chart_area2.png
   :scale: 75 %

Chart 3 is a percentage stacked area chart:

.. image:: _static/chart_area3.png
   :scale: 75 %

.. literalinclude:: ../../../examples/chart_area.py
