Skip to content

Commit 6cf5f6c

Browse files
committed
Some more readme notes
1 parent f51da12 commit 6cf5f6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ For those interested in a fork of NVD3 that is being actively maintained by a co
1616
- 'renderWatch' functionality added to supported charts.
1717
- 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.
1818
- 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.
1921

2022
## Overview
2123
A reusable chart library for d3.js.

0 commit comments

Comments
 (0)