Set Chart.Line.scaleShowLabel to false
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user