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

Basic Column Chart

Column Chart with Datalabels

Stacked Column Chart

100% Stacked Column Chart

Column with Markers

Column with Group Label

Column Chart with rotated labels & Annotations

Column Chart with negative values

Distributed Column Chart

Range Column Chart

Dynamic Loaded Chart

{% endblock content %} {% block extra_js %} {% endblock extra_js %}