Old school D3 from simpler times

rodtheovip

#Venn Layout - Using d3.layout.force and foci Example of d3.layout.venn plugin.

Note the way the layout is defined :

  var layout = d3.layout.venn()
    .packingStragegy(d3.layout.venn.force)

forked from christophe-g's block:

forked from anonymous's block:

forked from anonymous's block: