Summary: | Investment Price Graph is very slow | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | David Houlden <djhoulden> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | asoliverez |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
David Houlden
2009-12-02 15:33:38 UTC
SVN commit 1057637 by asoliverez: Load model after the rows are load to avoid unnecessary recalculation BUG:217071 M +7 -6 kreportchartview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1057637 After Alvaro's change the chart opens only displaying the axes and title. There are no data lines. Clicking on the report button then on the chart button causes the data lines to be displayed. Other graphs are also affected such as the Income and Expenses graph. I don't see it happen in the Investment Price Graph, but I do see it in the case of the Income and Expense Graph. I'm not sure it is related to this fix, but I'll keep looking into it. SVN commit 1059197 by asoliverez: Changed the order when the chart is shown BUG:217071 M +1 -3 kreportsview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1059197 |