Merge branch 'master' of https://github.com/novus/nvd3 into development

master
Tyler Wolf 11 years ago
commit da6427cd0f

@ -7,7 +7,7 @@ project.
A reusable chart library for d3.JS.
Currently in an early stage of development, but will be a very active project. It may change quite a bit from its current state, but will always try to follow the style in which d3.js was done.
NVD3 may change from its current state, but will always try to follow the style of d3.js.
You can also check out the [examples page](http://nvd3.org/ghpages/examples.html)
@ -20,6 +20,21 @@ You can also check out the [examples page](http://nvd3.org/ghpages/examples.html
---
# Installation Instructions
d3.v2.js is a dependency of nv.d3.js. Be sure to include in in your project, then:
Add a script tag to include nv.d3.js OR nv.d3.min.js in your project.
Also add a link to the nv.d3.css file.
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/
---
If one of [the existing models](https://github.com/novus/nvd3/tree/master/src/models) doesn't meet your needs, fork the project, implement the model and an example using it, send us a pull request, for consideration for inclusion in the project.
Please do not aggregate pull requests. Aggregated pull requests are actually more difficult to review!

Loading…
Cancel
Save