None
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Lee Gillentine a89a5ce29a Grammar police: fixing typos 12 years ago
deprecated Issue #68 updated indentedTree model to standard format 12 years ago
examples Grammar police: fixing typos 12 years ago
lib Upgrade to d3 v2.10.2 12 years ago
src Grammar police: fixing typos 12 years ago
.gitignore Issue #38 let user set custom scales on the satckedAreaChart 12 years ago
LICENSE.md Changing License to Apache v2 12 years ago
Makefile Added scatterPlusLine model to Makefile and minifying 12 years ago
README.md Merging in upstream changes 12 years ago
build.bat Getting stuff ready to be cleaned, moving stuff that will be deleted into the deprecated folder 12 years ago
nv.d3.js #33, plus added flatTestData() for testing with flat data to cumulativeLineChart example 12 years ago
nv.d3.min.js #41 Putting back nv.d3.min.js 12 years ago

README.md

Please see Novus' official statement on nvd3 with an explanation, apology, and commitment to its permanent status as an open-source project. http://nvd3.org/statement.html

nvd3 - v0.0.1

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.

You can also check out the examples page


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.


Minifying your fork:

The Makefile requires UglifyJS.

The easiest way to install is to install via npm. Run npm install uglify-js from your home directory, then add the output from npm bin into your path so that you have access to uglifyjs from the command line (remember to restart your terminal window when adding to the path.)

Once you have uglifyjs command available, running make from your fork's root directory will rebuild both nv.d3.js and nv.d3.min.js.

Without UglifyJS, you won't get the minified version when running make.

**We ask that you DO NOT minify pull requests... If you need to minify please build pull request in separate branch, and merge and minify in yout master.