1st question
How can I hide the hover effect of sunburst chart?
I provided the screenshot and highlight portion in which I would like to remove hover effect for all sections of sunburst chart.
2nd question
In JSON file, what does “value” mean? I tried to change some value to 1 or 2 from their original value, then I noticed that those data cannot be displayed already.
As for the other question, I guess I don’t know what the value “means”, since I don’t know anything about the data. I can see that it’s used twice in the code, though:
That sum statement assigns values to all the nodes (not just the leaves), which is then used by sort to set the layout. You can read more about it here: