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

Simple Pie Chart

Simple Donut Chart

Monochrome Pie Chart

Gradient Donut Chart

Patterned Donut Chart

Pie Chart with Image fill

Donut Update

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