I’m trying to use the output of d3.nest() to populate my tree - but it appears the tree can only use a property named label and children, rather than the key and values that d3.nest() outputs?
Is there a simple way to do this?
M
Latest posts made by MarkStacey
-
Tree component - use different names for label and children