use name instead of id (BREAKING!)
timelyportfolio opened this issue · 0 comments
timelyportfolio commented
As I integrate d3_nest
with more functions, I realize that many of the examples use id
to imply uniqueness and name
without implicit uniqueness. Rework id
to name
to avoid this potential confusion. Later, I will open a different issue to allow custom key for name
and children
.