Replies: 1 comment 1 reply
-
I should probably not use just the ID for hierarchical data, and concatenate it with ancestors' ids, which would make keys unique. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(@nivo/sunburst: ^0.80.0)
I have a ReactiveSunburst chart with the following data structure. React puts large errors in the console:
I tried adding a key to each object, but that didn't work. Anyone have ideas? I'd prefer the tooltip for each slice to show "Foo" and not have to make that unique somewhow.
Beta Was this translation helpful? Give feedback.
All reactions