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

Basic Range Area

Range Area With Line

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