This repository contains a scalable scatterplot implementation based on HTML Canvas and SVG.
git clone https://github.com/datavisyn/datavisyn-scatterplot.git
cd datavisyn-scatterplot
npm install
npm run buildbuild the library using webpack 2npm startstarts webpack server for development, access at: http://localhost:8080/npm testtests the library using Karma
npm run build
