Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 574 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 574 Bytes

SL-CC-01

An interactive Scatterplot graph based on React & Create-React-App

Installation

$ npm i
$ npm run build
$ npm start

Development

For nicer evelopment experience, run $ npm react-start in a separate session to the above and point your browser to http://localhost:4000/dev. This way you can enjoy React's development server proxied through the backend Express server

Known Issues

  • Only visually tetsed on a MBA 11" (Chrome + Safari)
  • Probably won't perform very well on large data sets since no resize-throttling is implemented.