Version: SVN trunk (using KDE 4.6.3) OS: Linux In SVN r1234119 Cristian inserted + // always draw the y axis zero value line + chartWidget->drawLimitLine(0); into kmymoney/dialogs/kbalancechartdlg.cpp to make sure that the eye can spot the bottom of an account (https://bugs.kde.org/show_bug.cgi?id=256927). But this only displays the line in the balance chart being called from the main window. Reports still do not show the zero line. I suggest these to be changed also. Reproducible: Always Steps to Reproduce: Open a chart report with negative balance values... Actual Results: ... and one won't see the Y=0-line ... Expected Results: ... as one would like to. More details as well as example kmy file in closed issue https://bugs.kde.org/show_bug.cgi?id=256927