None
Go to file
2012-09-20 14:04:04 -04:00
deprecated Issue #68 updated indentedTree model to standard format 2012-08-21 14:21:49 -04:00
examples Issue #189 fixed pie.html example 2012-09-10 17:55:32 -04:00
lib * First experience with crossfilter 2012-08-22 13:20:41 -03:00
src Fixed linePlusBarChart so that it uses the xAxis scale instead of inventing a new one. Also optimized the axis object a little by creating a format object once per axis draw, not once per tick mark draw. Also removed redundant calls to the formatter. 2012-09-20 14:02:42 -04:00
.gitignore Issue #38 let user set custom scales on the satckedAreaChart 2012-07-09 00:02:29 -04:00
build.bat Getting stuff ready to be cleaned, moving stuff that will be deleted into the deprecated folder 2012-06-16 07:02:45 -04:00
build.sh Fixed linePlusBarChart so that it uses the xAxis scale instead of inventing a new one. Also optimized the axis object a little by creating a format object once per axis draw, not once per tick mark draw. Also removed redundant calls to the formatter. 2012-09-20 14:02:42 -04:00
LICENSE.md Changing License to Apache v2 2012-05-23 15:58:25 -04:00
Makefile Added multiChart.js to Makefile and minifying 2012-07-27 15:37:40 -04:00
nv.d3.js Rebuilt nv.d3.js and nv.d3.min.js from previous commit. 2012-09-20 14:04:04 -04:00
nv.d3.min.js Rebuilt nv.d3.js and nv.d3.min.js from previous commit. 2012-09-20 14:04:04 -04:00
README.md update examples url 2012-07-02 00:05:23 -04:00

nvd3 - v0.0.1

A reusable chart library for d3.JS by Bob Monteverde of Novus Partners.

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.

You can also check out the examples page