Getting Started - novus/nvd3 GitHub Wiki

##NVD3 Installation

Download nv.d3.js and src/nv.d3.css. You will also need the D3.js library. Use the version in lib/d3.v3.js.

  • Include d3.v3.js.
  • Include nv.d3.js (development version) or nv.d3.min.js (minified version) in your HTML source file.
  • Include nv.d3.css.

Example lines that should be in your HTML source code.

    <link href="styles/nv.d3.css" rel="stylesheet" type="text/css">

    <script src="lib/d3.v3.js"></script>

    <script src="src/nv.d3.js"></script>

Python & Django-wrapped versions available:
https://github.com/areski/python-nvd3
https://github.com/areski/django-nvd3

R package version available:
http://ramnathv.github.io/rCharts/r2js/

[Next: Your first chart](Sample chart (your first nvd3 chart!))

⚠️ **GitHub.com Fallback** ⚠️