{% extends 'layouts/vertical.html' %} {% load static i18n %} {% block title %}Apex Area Charts{% endblock title %} {% block page_content %}
{% include 'partials/page-title.html' with title='Area Apexchart' subtitle='Charts' %}

Basic Area Chart

Spline Area

Area Chart - Datetime X-axis

Area with Negative Values

Selection - Github Style

Stacked Area

Irregular TimeSeries

Area Chart with Null values

{% endblock page_content %} {% block extra_javascript %} {% endblock extra_javascript %}