I have tested various graphics and they seem to work fine, but the drilldown feature is not functioning. Url:
Within my template, I include the following code:
{% block javascript %}
//code snippet here http://jsfiddle.net/yw4Vh/
{% endblock javascript %}
{% block content %}
<script src="http://github.highcharts.com/bdf6471/highcharts.js"></script>
<script src="http://github.highcharts.com/bdf6471/modules/drilldown.src.js"></script>
<div id="container1" style="height: 300px"></div>
<div id="container2" style="height: 300px; width: 600px; margin: 0 auto"></div>
{% endblock content %}
The graphs are not displaying in the div with the id "container2".