Skip to content
This repository was archived by the owner on Mar 21, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 1010 Bytes

File metadata and controls

21 lines (16 loc) · 1010 Bytes

An example of using dolly.js to drive a virtual camera view of a line chart.

View demo

Build

  1. Install node/npm
  2. Install gulp globally: npm install -g gulp
  3. run npm install to install necessary npm modules
  4. compile JavaScript
    • for development using "eval" for source maps: gulp dev
    • for distribution, generating a minified file: gulp dist

License

Original code is made avalable under MIT License, Copyright (c) 2015 American Documentary Inc.

Author