Skip to content

Quick start

Michał edited this page Jun 28, 2016 · 6 revisions

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).

Clone this wiki locally