Sadly the original developer of nvd3 has long since moved on to other things, and the last maintainer said he does not have time anymore. Thanks to both of them for all the great work put into the project thus far, and with the magic of open source licensing we can keep on improving it!
Latest version is 1.6.0 ( view | zip | tar.gz )
You can demo the examples here: http://liquidpele.github.io/nvd3/
NOTE: The announced 2.0.0 refactor from the original project was never finished and wasn't brought over. Robin suggested I start with his development branch, which I did.
- Clean things up
- Merge in pull requests and bugfixes
If one of the existing 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.
A few rules for pull requests to help my sanity ;)
- Please commit to the "development" branch
- ONLY edit things under the "src" and "examples" directories!
- Do NOT check in anything under the "build" directory, it clutters up the commit and just gets overwritten later.
After you make changes, run "grunt production" to build the items into the "build" directory. You must do this before your changes how up in the examples, as they link to the build directory in order to properly show off the finished product.
I'll do my best to review all pull requests within a few days.
- First clone the repository and checkout the "development" branch
- make sure nodejs is installed via your system's package manager.
- have node download it's required modules with: npm install
- install grunt globally: sudo npm install -g grunt
- build with: grunt production
You should now have a "build" directory with the js and css files within.
NVD3 runs best on WebKit based browsers.
- Google Chrome: latest version
- Opera 15+ (i.e. webkit version)
- Safari: latest version
- Firefox: latest version
- Internet Explorer: 10+