Skip to content

Commit

Permalink
fix(ux): -- cashflow height cause linux titlebars
Browse files Browse the repository at this point in the history
  • Loading branch information
18alantom committed Feb 8, 2022
1 parent b725267 commit 9830c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Charts/LineChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 9830c64

Please sign in to comment.