{% 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 %}

Interpolation

Line

Multi-Axes

Point Styling

Line Segment

Stepped

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