Commit 93ffcc1b authored by Kristian Tan's avatar Kristian Tan

format graph

parent 378d071e
......@@ -92,7 +92,7 @@
}
// get bar chart canvas
var mychart = document.getElementById("chart").getContext("2d");
steps = 1
steps = 0.1
max = {{ max }}
// draw bar chart
new Chart(mychart).Bar(barData, {
......
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