{% extends "global/Page.html" %} {% load otree %} {% block title %} Graphs should be here {% endblock %} {% block content %} Blah blah {% next_button %} {% endblock %} {% block scripts %} Highcharts.chart('container', { chart: { type: 'column' }, title: { text: 'Monthly Average Rainfall' }, subtitle: { text: 'Source: WorldClimate.com' }, xAxis: { categories: [ 'Jan', 'Feb', ], crosshair: true }, yAxis: { min: 0, title: { text: 'Rainfall (mm)' } }, tooltip: { headerFormat: '{point.key}
Blah blah