An interactive Scatterplot graph based on React & Create-React-App
$ npm i
$ npm run build
$ npm start
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
- 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.