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

Basic Bar Chart

Grouped Bar Chart

Stacked Bar Chart

100% Stacked Bar Chart

Bar with Negative Values

Reversed Bar Chart

Bar with Image Fill

Custom DataLabels Bar

Patterned Bar Chart

Bar with Markers

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