diff --git a/resources/views/partials/metrics.blade.php b/resources/views/partials/metrics.blade.php index abae22c2..f9a7a1ee 100644 --- a/resources/views/partials/metrics.blade.php +++ b/resources/views/partials/metrics.blade.php @@ -61,7 +61,8 @@ tooltipTemplate: "{{ $metric->name }}: <%= value %>{{ $metric->suffix }}", scaleShowVerticalLines: true, scaleShowLabels: false, - responsive: true + responsive: true, + maintainAspectRatio: false }); }());