Commit 52327b5d authored by Kristian Tan's avatar Kristian Tan

format graph

parent 2aa6c063
......@@ -92,7 +92,7 @@
}
// get bar chart canvas
var mychart = document.getElementById("chart").getContext("2d");
steps = 0.0000001
steps = 0.000001
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