{% extends "partials/base.html" %} {% load static %} {% block title %}Apex Area Chart{% endblock title %} {% block extra_css %} {% endblock extra_css %} {% block pagetitle %} {% include "partials/page-title.html" with pagetitle="Apex" title="Area Charts" %} {% endblock pagetitle %} {% block content %}

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 content %} {% block extra_js %} {% endblock extra_js %}