A JavaScript wrapper library for the CREATE Lab Grapher and the BodyTrack Grapher.
The Examples illustrate a number of common usage scenarios. Read the source code for the examples and see the API docs for full details on how to use this library.
To generate the API docs, first make sure you have the JSDoc Node.js module installed:
$ npm install jsdoc
Then, do the following to generate the JSDocs:
$ ./node_modules/.bin/jsdoc js/org/bodytrack/grapher/PlotManager.js -d docs
You'll find the generated docs in the docs
directory.