This example is an extension of Mike Bostock’s tutorial Lets Make a Map that implements automatic label placement using the force layout and multiple foci. The centroid of each feature will define a foci of the force. This foci will attract the label that correspond to that feature (and ignore the others). The labels will repel themselves to avoid overlapping.
forked from pnavarrc's block: Automatic Label Placement
https://d3js.org/d3.v3.min.js
https://d3js.org/topojson.v1.min.js