SCCapstone / Social-Monomania

Webapp designed to analyze social media posts!
https://socialmonomania.herokuapp.com/
MIT License
7 stars 0 forks source link

Line Graph Implementation #26

Closed malBaskin closed 6 years ago

Nekomian44 commented 7 years ago

Utilization of jCanvas on the page to graph, in real(or close to) time, datasets retrieved from the APIs. The API handler can also re-format these CSV files into something readable to the graph, since the data will most likely not be uniform across said APIs.

Depends on #29 completion.

phileepae commented 6 years ago

Possible concept for graph

image

Nekomian44 commented 6 years ago

Line Graph has been implemented, using dummy dataset for the time being; the stylesheet application of it, however, is extremely buggy and will require a separate issue.