This repository contains a React wrapper for fast scatterplot. In addition, this repository contains plots build on on top of it a LocusZoom plot and QQPlot.
git clone https://github.com/datavisyn/datavisyn-scatterplot-react.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