computationalmystic / augur-group29

MIT License
0 stars 1 forks source link

Event handler able to dynamically change graph #4

Closed bwtthf closed 5 years ago

bwtthf commented 5 years ago

For TimeParameters.vue, I'm confused on how to have the event handlers change the graph dynamically. I'm trying to decide on to tackle it.

Ideas currently -Send a query to the database and have it select and show the data based on the time-parameters/button chosen -Change the javascript of the tableview to only show the data within the time-parameters

TimeParameters.vue

bwtthf commented 5 years ago

Brent will work on this, I have decided to change the startdate that is sent to augur.js, this will change the startdate that is given on the graph. This will dynamically change the graph data with this new startdate.