Bug 275454 - drawLimitLine(0) needed for report charts
Summary: drawLimitLine(0) needed for report charts
Status: REPORTED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: SVN
Platform: MacPorts Linux
: NOR wishlist
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2011-06-12 11:29 UTC by Marko Käning
Modified: 2014-10-23 14:09 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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