Top "Circle-pack" questions

In geometry, circle packing is the study of the arrangement of circles (of equal or varying sizes) on a given surface such that no overlapping occurs and so that all circles touch another.

D3: Substituting d3.svg.diagonal() with d3.svg.line()

I have implemented the following graph with the edges rendered with d3.svg.diagonal(). However, when I try substituting the …

javascript d3.js svg circle-pack
D3.js can't load json file

I am trying to create a D3.js packed circle diagram. When I embed the data in the HTML file, …

javascript json apache d3.js circle-pack
D3 bubble chart / pack layout - How to make bubbles radiate out from the largest bubbles to the smallest?

So I am using the same code as this D3 gallery example (with my own data): http://bl.ocks.org/…

javascript sorting svg d3.js circle-pack
D3js filter selection

I am creating an interactive bubble chart of fortune 500 data. I am trying to reduce a selection but can't figure …

javascript d3.js filtering circle-pack
Click event for d3.js circle pack

I am able to draw bubble chart in d3.js. Also when I clicked to any circle, I am getting …

javascript svg d3.js circle-pack