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

Bubble

DONUT

Pie

Polar Area

Radar

Scatter

Stacked Bar/Line

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