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