Skip to content
Irene Ros edited this page Feb 13, 2014 · 5 revisions

Installation

Download

You can download d3.chart from the from here:

Basic Script Inclusion

d3.chart depends on D3.js version 3, so include it only after D3.js has been defined in the document, e.g. You can download the latest version of d3 here: http://d3js.org

<meta charset="utf-8">
<!-- Dependencies. -->
<script src="scripts/lib/d3.v3.min.js"></script>

<!-- d3.chart -->
<script src="scripts/lib/d3.chart.min.js"></script>
Clone this wiki locally