{% extends "base.html" %} {% block pagetitle %} {{config['DASHBOARD_APPNAME']}} {{title}} {% endblock %} {% block content %}
nvd3 renders interactive charts using D3.js and SVG. It supports particularly nice interactive features on stacked area charts, but can bog down the browser when there are a large number of charts or a long time period being rendered.
flot renders interactive charts using HTML canvas. It does not support stream graphs, but can be a better choice for rendering large numbers of graphs or lengthy time periods.