Quick start - mwasiluk/ODC-d3 GitHub Wiki
Installation
Download d3.js. This is the only required dependency.
Include odc-d3.min.js and odc-d3.min.css from 'dist' folder in your document.
odc-d3.min.js must be included after d3.js.
Bower
You can also install odc-d3.js with bower:
bower install odc-d3 --save
D3.js will be downloaded automatically to your 'bower_components' directory (as a dependency).