datavisyn-scatterplot-react
v0.0.1
Published
a canvas based scatterplot implementation
Downloads
3
Readme
Scatterplot
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.
Installation
git clone https://github.com/datavisyn/datavisyn-scatterplot-react.git
cd datavisyn-scatterplot
npm install
NPM Commands
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
Building
npm run build