Skip to content

Version 1.2.0

Compare
Choose a tag to compare
@robinfhu robinfhu released this 03 Feb 21:11
· 1663 commits to master since this release
  • The following charts are no longer being actively supported in NVD3:
    • indentedTree
    • horizon
    • linePlusBar, linePlusBarWithFocus, lineWithFishEye, lineWithFocus
    • multiChart
    • ohlcBar
    • parallelCoordinates
  • 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.