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

Line & Column Chart

Multiple Y-Axis Chart

Line & Area Chart

Line, Column & Area Chart

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