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

Basic Column Charts

Column Chart with Datalabels

Stacked Column Charts

100% Stacked Column Chart

Grouped Stacked Columns Chart

Dumbbell Chart

Column with Markers

Column with Group Label

Column Chart with rotated labels & Annotations

Column Chart with negative values

Distributed Column Charts

Range Column Charts

Dynamic Loaded Chart

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