aggie-coding-club / stocks-frontend

0 stars 0 forks source link

Feature: Line graph for the dashboard/main page #6

Closed nhwn closed 3 years ago

nhwn commented 3 years ago

We'll probably need to tweak the example at https://nivo.rocks/line/ to suit our needs. I'm thinking of a simple line graph showing price as a function of time, with each security represented by a different color. Changing the time frame (i.e. looking at price by day/month/year) would be a nice bonus.

This should probably wait until Ryan's PR addressing #2 lands to ensure the components don't mess with each other.