{% extends "global/Page.html" %} {% load otree static %} {% block scripts %} {% endblock %} {% block content %}


Interactive Charts Demo -- QM1



Demo 1: Pie charts



Interactive Charts Demo -- QM1




Demo 2: Line Chart



Explanations

This is how the website work:


  1. The website is build on a Python framework called oTree.
  2. The charts are build from Google Chart, a JavaScript library.
  3. The website is hosted on Heroku, a cloud application platform.
{% endblock %}