'd3-circle-text' on zoomable circle-pack
The 'd3-circle-text' plug-in works great on a static circle-pack (many thanks to musically-ut for contributing https://github.com/musically-ut/d3-circle-text ). However, on a zoomable circle-pack, labels fly about the place (in the fiddle, they stay static not repositioning on zoom). Is it possible to get the circle-text to zoom with the circles? (If the plug-in isn't zoomable, that's ok. I'll try another labelling approach.) Here's the code section I'm working on: ////////////Circle text var circleText = d3.circleText() .radius(function(d) { return d.r - 5; }) .value(function(d) { return d