Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.49 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.49 KB

fortune-500-analysis

Data sampled on Nov 14, 2018. See Demo Page Here.

TODO

  • Have to handle case when there's only one result, gd page will be different.
  • We also need review # for reliability
  • Have to handle company names have spaces when querying
  • Handle overflow problem - clipping is still not a good choice since axis will not show. This guy somehow did what we want.
  • Making d3 chart responsive
  • Deploy to github by npm run deploy
  • Scroll down to load more of the list
  • Scatter Plot
  • Zoom

Dependencies (Frontend React)

  • Create react app
  • npm i d3 gh-pages d3-selection-multi node-sass
  • Setup d3 dom / node

Dependencies (Backend Data)