-
Notifications
You must be signed in to change notification settings - Fork 2
Quick start
Michał edited this page Jun 28, 2016
·
6 revisions
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.
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).