diff --git a/resources/views/partials/metrics.blade.php b/resources/views/partials/metrics.blade.php index 3fac2412..f8411286 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 });