Merge pull request #1469 from clbn/patch-1

Make the Y axis start at zero

Closes #1363
This commit is contained in:
Graham Campbell
2016-02-09 09:11:11 +00:00

View File

@@ -39,6 +39,7 @@
<script>
(function () {
Chart.defaults.global.pointHitDetectionRadius = 1;
Chart.defaults.global.scaleBeginAtZero = true;
var charts = JSON.parse(document.getElementById('metricData').text);