{% extends 'layouts/vertical.html' %} {% block title %}Mixed Apexchart{% endblock title %} {% block page_content %}
{% set title='Mixed Apexchart' %} {% set subtitle='Charts' %} {% include 'partials/page-title.html' %}

Line & Column Chart

Multiple Y-Axis Chart

Line & Area Chart

Line, Column & Area Chart

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