datavisyn-scatterplot
v4.0.0
Published
a canvas based scatterplot implementation
Downloads
23
Readme
datavisyn-scatterplot
This repository contains a scalable scatterplot implementation based on HTML Canvas and SVG.
Installation
git clone https://github.com/datavisyn/datavisyn-scatterplot.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
Dependencies
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.