benkeen / d3pie

A configurable pie chart lib and generator built on d3.js
MIT License
371 stars 203 forks source link

Not operated with d3.js v4.1.0 #109

Closed withsmilo closed 7 years ago

withsmilo commented 8 years ago

New d3.js version(v4.1.0) maybe is not suitable to latest d3pie version(v0.1.9). :sob:

mojoaxel commented 8 years ago

@withsmilo What kind of error do you get?

lyndon160 commented 8 years ago

I get this problem too. Just get various "cannot read property" errors within the d3pie.js file.

mojoaxel commented 8 years ago

There are breaking changes from d3@3.5.17 to d3@4.0.0 see jsbin. D3pie needs to be updated!

rols2015 commented 7 years ago

having the same problem with d3js V4. TypeError: a.svg.selectAll(...).data(...).enter(...).append(...).text(...).attr(...) is null[Learn More] I am using V4, How can i fix it? Any ideas?

ColeDCrawford commented 7 years ago

Use this branch - still some issues with titles, etc but it's working alright. https://github.com/benkeen/d3pie/pull/112

benkeen commented 7 years ago

That branch has been merged in and I've patched a few other issues. I'll release 0.2.0 this weekend.