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

Basic RadialBar Chart

Multiple RadialBars

Circle Chart - Custom Angle

Circle Chart with Image

Stroked Circular Guage

Gradient Circular Chart

Semi Circle Gauge

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