From 9830c648ef1389f2c0210c5b8e5c3d753ab19e05 Mon Sep 17 00:00:00 2001 From: 18alantom <2.alan.tom@gmail.com> Date: Tue, 8 Feb 2022 13:49:50 +0530 Subject: [PATCH] fix(ux): -- cashflow height cause linux titlebars --- src/components/Charts/LineChart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Charts/LineChart.vue b/src/components/Charts/LineChart.vue index 73426789..fe937637 100644 --- a/src/components/Charts/LineChart.vue +++ b/src/components/Charts/LineChart.vue @@ -143,7 +143,7 @@ export default { drawAxis: { type: Boolean, default: false }, drawXGrid: { type: Boolean, default: true }, viewBoxHeight: { type: Number, default: 500 }, - aspectRatio: { type: Number, default: 3.5 }, + aspectRatio: { type: Number, default: 4 }, axisPadding: { type: Number, default: 30 }, pointsPadding: { type: Number, default: 24 }, xLabelOffset: { type: Number, default: 20 },