/dave-js

JavaScript / HTML5 Graphing library

Primary LanguageJavaScript

Dave.js

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.

  1. git clone --recursive https://github.com/wrexroad/dave-app
  2. cd dave-app
  3. npm install
  4. 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 wrexroad@gmail.com