From 0a682a00f79e71a470a11fe576261d37df06ef8a Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 8 Aug 2015 14:56:05 +0100 Subject: [PATCH] Show y axis labels in metrics. Closes #824 --- resources/views/partials/metrics.blade.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/views/partials/metrics.blade.php b/resources/views/partials/metrics.blade.php index 3fac24129..f84112869 100644 --- a/resources/views/partials/metrics.blade.php +++ b/resources/views/partials/metrics.blade.php @@ -62,7 +62,6 @@ new Chart(ctx).Line(data, { tooltipTemplate: "{!! $metric->name !!}: <%= value %> {!! $metric->suffix !!}", scaleShowVerticalLines: true, - scaleShowLabels: false, responsive: true, maintainAspectRatio: false });