Closed akhchan99 closed 5 years ago
On the demo, change the radius of the node doesn't take effect reactively (new radius only updated when the tree is collapsed then expanded.
And when the radius is large (like 10 in the demo), it covered the Text, are there anyway to adjust the spacing between the node and text.
1) Currently radius is reactive 2) Use nodeTextMagin and leafTextMargin props to adjust margin
On the demo, change the radius of the node doesn't take effect reactively (new radius only updated when the tree is collapsed then expanded.
And when the radius is large (like 10 in the demo), it covered the Text, are there anyway to adjust the spacing between the node and text.