-
Notifications
You must be signed in to change notification settings - Fork 2
Switch day buttons #23
base: master
Are you sure you want to change the base?
Conversation
this.day = true; | ||
break; | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know that i can dedupe this, will follow up with a another PR.
realized that this is is not changing the granularity or the view window, only changing the interval of time that the left and right buttons move the graph, still only viewing a day at a time though. is that what was intended or if you click "month" should you see an entire months worth of data? @aadabi |
Yeah entire month worth of data with 15 min granularity. |
thats 2920 data points in the view window, seems like too many. normally we do it so the granularity matches 150 data points in the view window, then on zoom the granularity gets smaller |
They have this in stock charts too, https://www.google.com/search?q=google+stock&rlz=1CDGOYI_enUS691US691&oq=google+stoc&aqs=chrome.1.69i57j0l3.13669j0j4&hl=en-US&sourceid=chrome-mobile&ie=UTF-8 |
The date picker doesn't seem to be working correctly when selecting dates. Im getting inconsistent graphs |
This adds the ability to switch between days, weeks and months with some easy backwards and forwards buttons to control the data in the graph.