Show y axis labels in metrics. Closes #824

This commit is contained in:
James Brooks
2015-08-08 14:56:05 +01:00
committed by Graham Campbell
parent 1c7fb1a434
commit fbfa62d087

View File

@@ -62,7 +62,6 @@
new Chart(ctx).Line(data, {
tooltipTemplate: "{!! $metric->name !!}: <%= value %>{!! $metric->suffix !!}",
scaleShowVerticalLines: true,
scaleShowLabels: false,
responsive: true,
maintainAspectRatio: false
});