Fix metric chart heights on mobile

This commit is contained in:
James Brooks
2015-05-26 08:16:21 +01:00
parent f7d9f8237c
commit 430f580b47

View File

@@ -61,7 +61,8 @@
tooltipTemplate: "{{ $metric->name }}: <%= value %>{{ $metric->suffix }}",
scaleShowVerticalLines: true,
scaleShowLabels: false,
responsive: true
responsive: true,
maintainAspectRatio: false
});
}());
</script>