2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00

fix(ux): -- cashflow height cause linux titlebars

This commit is contained in:
18alantom 2022-02-08 13:49:50 +05:30
parent b725267789
commit 9830c648ef

View File

@ -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 },