Dave.js is a general purpose plotting library written for modern browsers.
##Building
Dave.js has one external dependency (Big.js).
Using the --recursive
flag, git will automatically include it in your clone.
git clone --recursive https://github.com/wrexroad/dave-app
cd dave-app
npm install
grunt dist
This will minify the Dave.js library and make it ready for use in your Dave app. The build product will be ready in the 'dist/' folder.
##Contact Send complaints to [email protected]