Full-screen graphs
Reported by Virgil Dupras | January 3rd, 2010 @ 02:03 PM | in v2.5 (closed)
From email:
I'm still missing better graphs. I’d like to have a button in the toolbar that shows a full screen image with barcharts per month and the total expenditure by assigned categories. At the moment I only see the total. Some stacked column would be great. And it should be on the full screen as it would look squeezed otherwise;
I think a good way to have fullscreen graphs would be to improve the visibility toggling feature. There's already a View Options dialog, but it doesn't allow to make the tables/sheet invisible. If it was possible to make both the tables/sheet and the pie charts invisible, we'd end up with a full-screen graph.
In addition to that, I think there should be "Quick visibility buttons" at the bottom of the main window. It would be 3 little buttons with little icons of a table, a graph and a pie chart, respectively toggling visibility of the table/sheet, the graph and the pie chart for the current view.
Comments and changes to this ticket
-
Virgil Dupras April 30th, 2010 @ 09:04 AM
- State changed from new to accepted
Yes, that would be cool.
-
Virgil Dupras October 7th, 2011 @ 09:19 PM
- Milestone set to 2.4.0
- Milestone order changed from 0 to 0
-
Virgil Dupras October 10th, 2011 @ 06:22 PM
- State changed from accepted to invalid
-
Virgil Dupras October 24th, 2011 @ 03:19 PM
- State changed from invalid to accepted
- Milestone cleared.
That's a lot of flip flopping, but when you think about it, full screen graphs only make sense with improved (more detailed) graphs. Since this improvement hasn't been done yet and isn't scheduled for 2.4, I will not do this as part of #182.
-
Virgil Dupras January 24th, 2012 @ 10:20 PM
- Milestone set to v2.5
- Milestone order changed from 5 to 0
Let's do that for v2.5. I don't think I'll go with all graph improvements in one shot, but we could start with the pie chart ones ( #277 ).
-
Virgil Dupras January 30th, 2012 @ 07:22 PM
- Assigned user set to Virgil Dupras
-
Virgil Dupras January 30th, 2012 @ 07:39 PM
(from [5f36babcb311]) [#105] In Cocoa, instead of using a different image for disabled graph/pie chart, simply use the selected state of NSSegmentedControl. https://bitbucket.org/hsoft/moneyguru/changeset/5f36babcb311/
-
Virgil Dupras January 30th, 2012 @ 07:44 PM
Introducing the possibility to make the main table/sheet invisible is not very complicated, but it still introduces a significant amount of complexity in terms of visibility logic (don't do stupid stuff in, for example, views where there's only a table). Moreover, all actions would probably need to be disabled when there's no visible table. There's probably something I'm forgetting too.
All of this for cases where there's not enough space for charts. Rather than introducing complexity for this case, why not try the obvious, simpler choice of having a split view?
I'll start with that and wait for a use case where the split view isn't enough.
-
Virgil Dupras January 30th, 2012 @ 11:38 PM
(from [a31145ba5ef2]) [#105] Added split views to networth/profit panes under Cocoa. https://bitbucket.org/hsoft/moneyguru/changeset/a31145ba5ef2/
-
Virgil Dupras January 31st, 2012 @ 03:38 PM
(from [8577557e6ae2]) [#105] Added split views to the account pane under Cocoa. https://bitbucket.org/hsoft/moneyguru/changeset/8577557e6ae2/
-
Virgil Dupras January 31st, 2012 @ 08:35 PM
- State changed from accepted to fixed
(from [15e13c61af84]) [#105 state:fixed] Added splitters in Qt's networth, profit and account views. https://bitbucket.org/hsoft/moneyguru/changeset/15e13c61af84/
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
People watching this ticket
Referenced by
- 277 More useful pie charts Adding slices dynamically based on the chart size will, I...