Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add graph visualization for net worth at least #7

Closed
1 of 2 tasks
evangipson opened this issue Jun 27, 2016 · 0 comments
Closed
1 of 2 tasks

Add graph visualization for net worth at least #7

evangipson opened this issue Jun 27, 2016 · 0 comments
Labels

Comments

@evangipson
Copy link
Owner

evangipson commented Jun 27, 2016

Types of graphs needed:

  • _Line:_ Cash, Net Worth, Portfolio, Resource Value
  • _Donut:_ Location? (time spent)

Love this library, with the mouse overs with data and such: http://morrisjs.github.io/morris.js/

I'd like to have each resource have a graph visualization of it's cost over time.

The pop up when you click the stock will have a button that says: "Statistics" or "History" that will show a crude graph of where it's been, in addition to the "buy" "sell" and "cancel" button.

  • Maybe even drop the "cancel" button in favor of the "X" and make the "X" close the previous modals for buy/sell/stats?
  • Also I could attach that pop-up behavior (if I write it as a method) to the "resource-decrease" and "resource-increase" classes in the log (showing when resource prices are falling and rising). If you hover over them (change cursor to pointer!) you will get a graph of their history!
  • I'm going to need to have a large "data" module (sort of like the morris library uses) which I will extend anytime updateInventory is called to store historical data, so creating graphs will be easy. I should have measured (not sure where all this info will be present on the website, but I forsee all this data being useful):
    • Cash
    • Portfolio
    • Total Worth
    • Each Resources Value
    • Total Market Value

Maybe even try to forecast future stock prices after I implement the different types in issue #17.

@evangipson evangipson modified the milestone: Version 1.1.0 Jun 27, 2016
This was referenced Jul 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant