Scatter chart for huge dataset.
Please read the wiki.
# Install dependencies.
$ npm install
# Create and edit configuration files.
$ cp config/default.js config/development.js
$ vi config/development.js
$ cp config/default.js config/production.js
$ vi config/production.js
# Serve with hot reload at localhost:3000.
$ npm run dev
# Test your app.
$ npm test
# Build for production.
$ npm run build
$ npm start