From e5e002497f2978aa802476e315958c226f349717 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sun, 17 Nov 2024 11:10:21 -0300 Subject: [PATCH] feat: display more decimal places when needed on net worth --- app/templates/net_worth/net_worth.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/templates/net_worth/net_worth.html b/app/templates/net_worth/net_worth.html index 0254261..dd9b8c8 100644 --- a/app/templates/net_worth/net_worth.html +++ b/app/templates/net_worth/net_worth.html @@ -174,7 +174,8 @@ drawOnChartArea: i === 0, }, ticks: { - display: false + display: false, + format: { maximumFractionDigits: 40, minimumFractionDigits: 0 } }, border: { display: false @@ -228,7 +229,8 @@ drawOnChartArea: i === 0, }, ticks: { - display: false + display: false, + format: { maximumFractionDigits: 40, minimumFractionDigits: 0 } }, border: { display: false