javascript - How can I add a background circle to a sunburst plot? -


how add background circle sunburst plot in d3? i'm using standard zoomable sunburst example:

enter image description here

i want full circle of specified color, highlight 'jaggy-ness' of particular display.

all need append circle svg first thing after creating it:

svg.append("circle").attr("r", radius).style("fill", "pink"); 

complete example here.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -