{% extends "layout/base_exemplo.html" %} {% load staticfiles %} {% block extrahead %} {% endblock extrahead %} {% block content %}

Morris.js Charts

Area Chart Example
Bar Chart Example
Line Chart Example
Donut Chart Example
Morris.js Usage

Morris.js is a jQuery based charting plugin created by Olly Smith. In SB Admin, we are using the most recent version of Morris.js which includes the resize function, which makes the charts fully responsive. The documentation for Morris.js is available on their website, http://morrisjs.github.io/morris.js/.

View Morris.js Documentation
{% endblock content %} {% block extrajs %} {% endblock extrajs %}