react-vis
react-vis copied to clipboard
parent label on Treemap
How to show parent node label in the center of the parent rectangle along with its children node's title at their center?
Seem the parent title is under children's rectangle. And if I set children node opacity to be 1, parent title could not be seen. It can be seen if children opacity is set something like 0.6. However it is not a good solution.
Thanks
I am facing the same problem. Its almost as if all the labels except the leaves get irrelevant and only the children get shown on the UI (as leaves override the parent name)
I am having the same question, anyone has a solution yet?