Created attachment 373809 [details] Expenses pie chart showing both fractions and long decimal representations. The issue is that when displaying an expense pie chart that uses averaging (weekly, monthly, or yearly), the values displayed are sometimes shown as fractions (e.g. $123 + 123 / 4567) and also as long decimals (e.g. $123.4567890123456). See the attached screenshot for an example. I first encountered this bug as reported in https://bugs.gnucash.org/show_bug.cgi?id=797861#c3 -- While the original issue reported there is resolved now that I have updated to Gnucash 4.1, the issue reported in this bug remains for me. Version info (MacOS, installed via Homebrew) Version: 4.1 Build ID: 4.1+(2020-07-25) Finance::Quote: 1.47
Fixed in maint. All amounts are rounded prior to rendering.
Created attachment 373810 [details] fixed account-piecharts.scm resulting account-piecharts.scm
Thanks!