updated README and tagged nvd3 v0.9 #117 #126

master-patched
Tyler Wolf 11 years ago
parent ba44aa3053
commit 5d0c538957

@ -3,11 +3,11 @@ apology, and commitment to its permanent status as an open-source
project.
[http://nvd3.org/statement.html](http://nvd3.org/statement.html)
# nvd3 - v0.0.1
# nvd3 - v0.9
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)
@ -19,6 +19,20 @@ Upgrade to d3.v3 in progress!
---
# Installation Instructions
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