Closed tyfoo closed 8 years ago
This is great but I don't think it's the requirement for most case in building chart. So I would choose to avoid adding another layer of dependency into this library.
Anyway thanks !
Thanks for the quick feedback.
I understand. Would you like me to do a version without the venn.js dependency?
understand. Would you like me to do a version without the venn.js dependency?
that would be awesome !
@yang-wei please see amended commit without the venn.js
dependency.
I've taken the functions used from venn.js and put them under venn.js
folder, including credit to @benfred and the original library / blog post. I hope that is okay.
@yang-wei I would say based on how much code is copy/pasted from venn.js
, just use the dependency. There is no reason to duplicate code, and, none of us are going to spend as much time maintaining and improving that code as the original author.
Added a
VennDiagram
using venn.js (see http://www.benfrederickson.com/venn-diagrams-with-d3.js/ for more details)