jamesward / koober

336 stars 105 forks source link

Data Visualization #11

Closed jamesward closed 7 years ago

jamesward commented 7 years ago

To visualize the prediction data it would be nice to have a chart that showed actual demand and predicted demand.

We can use Flot for the visualization.

But we will need a way to get the actual demand over a given period. There might be a way to do this via PIO (fetch the events and process and serve them). Otherwise we will need to come up with something else.

jamesward commented 7 years ago

Fixed by #13