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 });