Commit 5421a710 authored by Kristian Tan's avatar Kristian Tan

format graph

parent 52327b5d
......@@ -92,7 +92,7 @@
}
// get bar chart canvas
var mychart = document.getElementById("chart").getContext("2d");
steps = 0.000001
steps = 0.00001
max = {{ max }}
// draw bar chart
new Chart(mychart).Bar(barData, {
......@@ -108,9 +108,5 @@
);
</script>
</body>
</html>
\ No newline at end of file
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