-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Force z index on labels #2
Comments
@AidanDaniel97 I'm afraid that because of the way the SVG is structured (circle layers are stacked on top of each other, including their labels), it's not possible to pop one of the labels to the front. But, you can manipulate the color opacity of the circles to allow some degree of see-through, so that the nested labels are still visible. |
Hi @vasturiano, first of all thanks for your nice job here! I am facing the same issue, but instead of changing the stack order, another solution would be to display only labels at a certain level. Basically exactly like here: https://observablehq.com/@d3/zoomable-circle-packing. Do you think it would be doable with your project? |
@dz0l038 you can chose to set labels only on certain nodes. Just leave the |
When the chart is rendered the parent labels show underneath all the child circles - is there a way to have the label show on top?
The text was updated successfully, but these errors were encountered: