Fix metric chart heights on mobile
This commit is contained in:
@@ -61,7 +61,8 @@
|
|||||||
tooltipTemplate: "{{ $metric->name }}: <%= value %>{{ $metric->suffix }}",
|
tooltipTemplate: "{{ $metric->name }}: <%= value %>{{ $metric->suffix }}",
|
||||||
scaleShowVerticalLines: true,
|
scaleShowVerticalLines: true,
|
||||||
scaleShowLabels: false,
|
scaleShowLabels: false,
|
||||||
responsive: true
|
responsive: true,
|
||||||
|
maintainAspectRatio: false
|
||||||
});
|
});
|
||||||
}());
|
}());
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user