Bug 275454

Summary: drawLimitLine(0) needed for report charts
Product: [Applications] kmymoney Reporter: Marko Käning <mk-lists>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: REPORTED ---    
Severity: wishlist CC: onet.cristian
Priority: NOR Keywords: junior-jobs
Version: SVN   
Target Milestone: ---   
Platform: MacPorts   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Marko Käning 2011-06-12 11:29:56 UTC
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