{% extends "django_sb_admin/base.html" %}{% load static %}{% block sb_admin_title %}Charts{% endblock sb_admin_title %} {% block sb_admin_custom_css %} {% endblock sb_admin_custom_css %} {% block sb_admin_subheading %}{% endblock sb_admin_subheading %} {% block sb_admin_breadcrumb %} Dashboard{% endblock sb_admin_breadcrumb %} {% block sb_admin_breadcrumb_active %}
  • Charts
  • {% endblock sb_admin_breadcrumb_active %} {% block sb_admin_content %}

    Flot is a pure JavaScript plotting library for jQuery, with a focus on simple usage, attractive looks and interactive features. For full usage instructions and documentation for Flot Charts, visit http://www.flotcharts.org/.

    Line Graph Example with Tooltips

    Pie Chart Example with Tooltips

    Multiple Axes Line Graph Example with Tooltips and Raw Data

    Moving Line Chart

    Bar Graph with Tooltips

    Morris.js is a very simple API for drawing line, bar, area and donut charts. For full usage instructions and documentation for Morris.js charts, visit http://morrisjs.github.io/morris.js/.

    Area Line Graph Example with Tooltips

    Donut Chart Example

    Line Graph Example with Tooltips

    Bar Graph Example

    {% endblock sb_admin_content %} {% block sb_admin_custom_js %} {% endblock sb_admin_custom_js %}