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

master
Tyler Wolf 11 years ago
commit 713df676f7

@ -3,7 +3,7 @@ apology, and commitment to its permanent status as an open-source
project. project.
[http://nvd3.org/statement.html](http://nvd3.org/statement.html) [http://nvd3.org/statement.html](http://nvd3.org/statement.html)
# nvd3 - v0.9 # nvd3 - v1.0.0-beta
A reusable chart library for d3.JS. A reusable chart library for d3.JS.
@ -16,28 +16,26 @@ You can also check out the [examples page](http://nvd3.org/ghpages/examples.html
# Current development focus # Current development focus
-Error bars in bar charts -Error bars in bar charts
-Unifying common API functions between charts
-Bug fixes all around -Bug fixes all around
--- ---
# Installation Instructions # Installation Instructions
d3.v2.js is a dependency of nv.d3.js. Be sure to include in in your project, then: d3.v3.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. 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. Also add a link to the nv.d3.css file.
Python & Django-wrapped versions available: See wiki -> Documentation for more detail
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. 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! We cannot honor all pull requests, but we will review all of them.
Please do not aggregate pull requests. Aggregated pull requests are actually more difficult to review.
We are currently changing our branch structure so that master will be gauranteed stable. In addition, there is now a "development" branch. This branch reflects the latest changes to nvd3 and is not necessarily stable. We are currently changing our branch structure so that master will be gauranteed stable. In addition, there is now a "development" branch. This branch reflects the latest changes to nvd3 and is not necessarily stable.

Loading…
Cancel
Save