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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ For those interested in a fork of NVD3 that is being actively maintained by a co
16
16
- 'renderWatch' functionality added to supported charts.
17
17
- 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.
18
18
- Basic unit tests added. They are in the test/mocha folder.
19
+
- Removed d3.v2.js from the lib/ folder.
20
+
- Removed everything from the deprecated/ folder. If you need something from it, checkout an older version.
0 commit comments