Created attachment 373755 [details] The expense over time graph has an empty, extra Bar at the end The expense over time graph has an empty, extra row. on the screenshot notice the 4 data rows, but 5 slots for data, including an extra, empty one Version: 4.0 Build ID: 4.0+(2020-06-27) Finance::Quote: - Mac 10.15.5
This is probably caused by html-chart edge cases. Can you describe the report options? Selects expense accounts? It may be easier to locate saved-reports-2.8 and copy the relevant section.
Ok I've reproduced this bug which is definitely only cosmetic. You can safely ignore the blank column. All numbers should match up. You can modify category-barchart.scm as follows: just replace "let" with "let*". Alternatively this will be fixed for 4.1 onwards, or in the regular nightlies. https://github.com/Gnucash/gnucash/commit/7d02897dd222ea71b597674327a76b4e9cd2057a
thanks. I'll have a look at changing the .scm file