a scalable scatterplot implementation
TypeScript HTML JavaScript CSS
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.circleci
build
src
.editorconfig
.gitattributes
.gitignore
.travis.yml
LICENSE
README.md
karma.conf.js
package.json
tests.webpack.js
tsconfig.json
tsd.d.ts
tslint.json
typedoc.json
webpack.config.js

README.md

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

Building

npm run build

Dependencies