From e12b5e62c4e6be1916462fbfa60c275a0dbbf582 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Mon, 14 Oct 2024 21:26:30 -0300 Subject: [PATCH] fix: networth charts starting on bottom --- app/templates/net_worth/net_worth.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/templates/net_worth/net_worth.html b/app/templates/net_worth/net_worth.html index a625e5d..bb9ff2a 100644 --- a/app/templates/net_worth/net_worth.html +++ b/app/templates/net_worth/net_worth.html @@ -126,7 +126,6 @@ ...Object.fromEntries(currencies.map((currency, i) => [ `y${i}`, { - beginAtZero: true, type: 'linear', display: true, grid: { @@ -180,7 +179,6 @@ ...Object.fromEntries(accounts.map((account, i) => [ `y-axis-${i}`, { - beginAtZero: true, type: 'linear', display: true, position: i % 2 === 0 ? 'left' : 'right',