You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In above given example, you can see, third layer child are overlap. In my case, on third layer counts around 10 and more.. How it is possible to render without touch each other? I tried to given padding, but it's not working at all.
On second thought, I don't think what you need is possible. The space is divided for each node based on its immediate children count. It does not take sub-children into account, and it cannot make sub-child nodes go under non-own parents.
Sorry, but we won't be able to to suggest anything for it.
https://codepen.io/team/amcharts/pen/OJmBxXo
In above given example, you can see, third layer child are overlap. In my case, on third layer counts around 10 and more.. How it is possible to render without touch each other? I tried to given padding, but it's not working at all.
See attached screenshot from my local. I want to avoid overlap.. I really need it for my running product.
The text was updated successfully, but these errors were encountered: