{% extends 'base.html' %} {% set mytitle="sometitle" %} {% block title %} {{ mytitle }} {% endblock %} {% block scripts %} {% endblock %} {% block content %}
This page contains visualizations of data using Javascript.
Visualizing multiple time series of CPU usage (CPU 0, 1, 2, 3) for a smartphone.
Visualizing time series data from a smartphone - CPU usage measured at 5 second intervals.
Visualizing live chemical reactor data using Rickshaw.
Demonstrating some basic time series charts using the Rickshaw library.
Demonstrating a simple time series chart using the Cubism library.
Creating Javascript controls to link buttons and button-clicking to bar chart data. This requires active filtering of data.
Simple multiple-series bar chart using the C3 library and loading arrays from a JSON file.
Simple donut chart using the C3 library and loading arrays from a JSON file.
Simple line chart using the C3 library and loading arrays from a JSON file.
Simple line chart using the C3 library and hard-coded arrays.