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 build
build the library using webpack 2npm start
starts webpack server for development, access at: http://localhost:8080/npm test
tests the library using Karma
npm run build
This repository is part of the Target Discovery Platform (TDP). For tutorials, API docs, and more information about the build and deployment process, see the documentation page.