You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will keep these charts in the library, but won't continue updating them. Pull requests for them will be ignored.
nv.utils.optionsFunc has been deprecated. Will be removed on next release. It not really a 'd3' way of handling chart settings, and it also introduced compatibility issues with Internet Explorer and PhantomJS.
transitionDuration has been deprecated. It will be removed on next release. On supported charts, it has been replaced with 'duration'.
pie.description is no longer a valid option.
'renderWatch' functionality added to supported charts.
What is 'renderWatch'? Basically, it's a dispatch fired from the chart when all its components are done transitioning. This feature is useful for printing charts in headless browsers, like PhantomJS. See an example of it being used in examples/lineChart.html.
Basic unit tests added. They are in the test/mocha folder.
Removed d3.v2.js from the lib/ folder.
Removed everything from the deprecated/ folder. If you need something from it, checkout an older version.