Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Venn diagram layout with d3.js

Is there a sample on how to do Venn diagram using d3.js? I know about the two samples:

enter image description here

enter image description here

that are provided on D3 website. However they force me to calculate by myself the x.y position of the circles. I am hoping to feed just the data (circle sizes and overlap size) to a function/chart and it should do the layout for me.

like image 273
Yaron Naveh Avatar asked Sep 22 '12 15:09

Yaron Naveh


1 Answers

Venn Diagrams with D3.js

enter image description here

enter image description here

It is working fine.

like image 60
fgborja Avatar answered Sep 20 '22 21:09

fgborja