a canvas based scatterplot implementation
npm install datavisyn-scatterplotdatavisyn-scatterplot
===========
[![Target Discovery Platform][tdp-image]][tdp-url] [![NPM version][npm-image]][npm-url] [![Build Status][circleci-image]][circleci-url]
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
------------
* D3
* TypeScript
*
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.
[tdp-image]: https://img.shields.io/badge/Target%20Discovery%20Platform-Client%20Plugin-F47D20.svg
[tdp-url]: http://datavisyn.io
[npm-image]: https://badge.fury.io/js/datavisyn-scatterplot.svg
[npm-url]: https://npmjs.org/package/datavisyn-scatterplot
[circleci-image]: https://circleci.com/gh/datavisyn/datavisyn-scatterplot.svg?style=shield
[circleci-url]: https://circleci.com/gh/datavisyn/datavisyn-scatterplot