D3 JS Circle with Text
0
I'm trying to modify a bubble chart (https://usabilityetc.github.io/d3-country-bubble-chart/demo/) to include some text on top of each circle, i've understand the text can't be attached to the circle itself so i've been trying various things to get it working but don't have a lot of JS experience. Here is a link to the Plnkr project: http://next.plnkr.co/edit/a4r9hxN9JhQxSPDC In the browser console i can see the text is being bound to the circle but i'm not sure if this is right as nothing appears on the page. Screenshot Any advice would be appreciated.
d3.js
share | improve this question
edited Nov 22 '18 at 23:11
...