From fbfa62d0879742b0f51021217fd41eaeb80a3525 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 e348c5d0..9c6f1a98 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 });