From d4d31efeb758f529fa9952564f2e5b2f0fc897b8 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 10 Mar 2016 08:54:22 +0000 Subject: [PATCH] Show the y-axis scale bars. Closes #1600 --- resources/views/partials/metrics.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/metrics.blade.php b/resources/views/partials/metrics.blade.php index 22381fe1..7acd8c52 100644 --- a/resources/views/partials/metrics.blade.php +++ b/resources/views/partials/metrics.blade.php @@ -95,7 +95,7 @@ chart.chart = new Chart(chart.context).Line(chartConfig, { tooltipTemplate: $el.data('metric-name') + ": <{{ '%' }}= value %> " + $el.data('metric-suffix'), scaleShowVerticalLines: true, - scaleShowLabels: false, + scaleShowLabels: true, responsive: true, maintainAspectRatio: false });