Set Chart.Line.scaleShowLabel to false

This commit is contained in:
James Brooks
2015-05-19 15:24:04 +01:00
parent 0928251673
commit f714176f39

View File

@@ -57,6 +57,7 @@
var ctx = document.getElementById("metric-{{ $metric->id }}").getContext("2d");
new Chart(ctx).Line(data, {
scaleShowVerticalLines: true,
scaleShowLabels: false,
pointDot: false,
responsive: true
});