benfred / venn.js

Area proportional Venn and Euler diagrams in JavaScript
MIT License
1.04k stars 218 forks source link

D3 4.0? #75

Closed skosch closed 8 years ago

skosch commented 8 years ago

A more modularized version of d3 has come out – is there a chance you'll be able to provide an upgraded version of this amazing little library?

benfred commented 8 years ago

We changed this to use the new d3 plugin architecture (https://bost.ocks.org/mike/d3-plugin/) late last year: https://github.com/benfred/venn.js/pull/54

I haven't tested out with d3 4.0 yet, or even looked into whats involved. It shouldn't be too hard to get going though

benfred commented 8 years ago

I've switched over to using d3 4.0 here: https://github.com/benfred/venn.js/commit/a308b391aece84cda82f8ae58521251f3021f97c

skosch commented 8 years ago

Whoa, nice – I hadn't even seen your other reply yet, but that's impressive. Thank you!