Is there a sample on how to do Venn diagram using d3.js? I know about the two samples:
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.
It is working fine.