benfred / venn.js

Area proportional Venn and Euler diagrams in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compatibility with d3-selection

daveisfera opened this issue · comments

d3 has moved to a modular setup,, but use of d3-selection isn't compatible with venn.js, so this is requesting it be updated to work.

Issue was that event was removed/replaced and after accounting for that, things are working again