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:
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
Post a Comment