Commit 9126f245 authored by Kristian Tan's avatar Kristian Tan

Removed unneeded value

parent 0efa93bf
......@@ -67,7 +67,7 @@
{% endif %}
</div>
<canvas id="chart" width="600" height="400"></canvas>
<script>
// bar chart data
......@@ -92,7 +92,7 @@
// get bar chart canvas
var mychart = document.getElementById("chart").getContext("2d");
steps = 10
max = {{max}}
max = 17000
// draw bar chart
new Chart(mychart).Bar(barData, {
scaleOverride: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment