novus / nvd3

A reusable charting library written in d3.js
http://nvd3.org/
Other
7.22k stars 2.14k forks source link

multiBarChart click fails with d3 v3 #71

Closed jd closed 11 years ago

jd commented 11 years ago

Building a multiBarChart with d3v3.js works, but clicking on a button returns an error. Using d3v2.js makes thing works.

twolfnovus commented 11 years ago

Check out the branch d3v3_Upgrade. I've made all charts work with d3 v3. The branch reflects master. Just needs some testing. Let me know if you run into any issues!