Merge pull request #1469 from clbn/patch-1
Make the Y axis start at zero Closes #1363
This commit is contained in:
@@ -39,6 +39,7 @@
|
|||||||
<script>
|
<script>
|
||||||
(function () {
|
(function () {
|
||||||
Chart.defaults.global.pointHitDetectionRadius = 1;
|
Chart.defaults.global.pointHitDetectionRadius = 1;
|
||||||
|
Chart.defaults.global.scaleBeginAtZero = true;
|
||||||
|
|
||||||
var charts = JSON.parse(document.getElementById('metricData').text);
|
var charts = JSON.parse(document.getElementById('metricData').text);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user