quantmind / giotto

d3 based visualization library - svg & canvas
https://giottojs.org
BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

Fix hidden text in parents elements of sunBurst #1

Closed lsbardel closed 10 years ago

lsbardel commented 10 years ago

When the text of a parent elements is longer than the arc radial length, the text is hidden by the child path element. Maybe text and path should live in a separate g to fix the problem

g -sunburst
    g - path
    g - text