SCCapstone / Social-Monomania

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

Test Chart.js shows random data that has nothing to do with the actual search results #96

Closed ghost closed 6 years ago

ghost commented 6 years ago

The chart looks and works great, but it does not have any labels on the x or y axis, so it is hard to tell what information the graph is displaying exactly.

josemvidal commented 6 years ago

This is just random data. It has nothing to do with the search results.

results 2018-04-16 19-39-44

Nekomian44 commented 6 years ago

New pie chart with Sentiment Analysis functionality has been implemented, since these posts are retrieved so frequently it makes no sense to graph them on a linear time scale and displaying every single post entry with a "favorite" or "retweet" count isn't feasible given the volume limitations.

Commit is: https://github.com/SCCapstone/Social-Monomania/commit/84597c1cfac6df9a3fa6f20e37721cdaf783bbf3.