Bug 321987 - add option for logarithmic axes to the various report graphs
Summary: add option for logarithmic axes to the various report graphs
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: 4.6.3
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-05 11:03 UTC by Robby Engelmann
Modified: 2017-03-04 08:44 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robby Engelmann 2013-07-05 11:03:01 UTC
I would like to see the option for logarithmic axes to the various report graphs, because changes in e.g. investments with large different values are hardly to recognize on a linear scale (e.g. change of 20 to 10 if you have a graph changing from 150 to 70)

Reproducible: Always
Comment 1 NSLW 2017-03-04 08:44:22 UTC
Git commit 5116e77bc3cd843d579028adfe5e98efcb8a56c9 by Łukasz Wojniłowicz.
Committed on 04/03/2017 at 08:35.
Pushed by wojnilowicz into branch 'master'.

Add range tab to reports

Range tab allows setting X and Y range of chart on one tab.
Differential Revision: https://phabricator.kde.org/D4655

Signed-off-by: Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>

M  +2    -1    kmymoney/dialogs/CMakeLists.txt
A  +139  -0    kmymoney/dialogs/daterangedlg.cpp     [License: GPL (v2+)]
A  +99   -0    kmymoney/dialogs/daterangedlg.h     [License: GPL (v2+)]
A  +63   -0    kmymoney/dialogs/daterangedlgdecl.ui
M  +2    -1    kmymoney/dialogs/kbalancechartdlg.cpp
M  +9    -60   kmymoney/dialogs/kfindtransactiondlg.cpp
M  +2    -35   kmymoney/dialogs/kfindtransactiondlg.h
M  +5    -56   kmymoney/dialogs/kfindtransactiondlgdecl.ui
M  +106  -60   kmymoney/dialogs/kreportconfigurationfilterdlg.cpp
M  +4    -1    kmymoney/dialogs/kreportconfigurationfilterdlg.h
M  +41   -8    kmymoney/mymoney/mymoneyreport.cpp
M  +83   -10   kmymoney/mymoney/mymoneyreport.h
M  +149  -77   kmymoney/reports/kreportchartview.cpp
M  +4    -0    kmymoney/reports/kreportchartview.h
M  +2    -1    kmymoney/views/kforecastview.cpp
M  +2    -1    kmymoney/views/khomeview.cpp
M  +44   -9    kmymoney/views/kreportsview.cpp
M  +1    -0    kmymoney/views/kreportsview.h
M  +1    -0    kmymoney/widgets/CMakeLists.txt
M  +226  -266  kmymoney/widgets/kmymoneyreportconfigtab2decl.ui
M  +50   -36   kmymoney/widgets/kmymoneyreportconfigtabchartdecl.ui
M  +141  -0    kmymoney/widgets/kmymoneyreportconfigtabimpl.cpp
M  +63   -2    kmymoney/widgets/kmymoneyreportconfigtabimpl.h
A  +224  -0    kmymoney/widgets/kmymoneyreportconfigtabrangedecl.ui

https://commits.kde.org/kmymoney/5116e77bc3cd843d579028adfe5e98efcb8a56c9