{% extends "coachreports/base.html" %}
{% comment %}
This template is a basic skeleton around a d3 plot. It has the following parts:
* Loads scripts necessary for d3 Visualizations (locally)
* Has a div for plotting, and a div for status message (loading)
You must:
* Implement js function drawJsonChart(chart_div, json, xaxis, yaxis);
- Get a JSON blob
- Create the visualization chart and options
- Dump to the chart div (by default: chart_div)
* Implement template block axis_dropdown that contains: