@pengchuzhang wrote:
After I built a sunburst graph, I would like to select a parent to get the parent name and its children. There are properties for sunburst graph:
[‘id’, ‘clickData’, ‘clickAnnotationData’, ‘hoverData’, ‘clear_on_unhover’, ‘selectedData’, ‘relayoutData’, ‘extendData’, ‘restyleData’, ‘figure’, ‘style’, ‘className’, ‘animate’, ‘animation_opt
ions’, ‘config’, ‘loading_state’]Where I can find the descriptions for the properties. I checked ‘https://plot.ly/python/reference/#sunburst’ and there are not property description for above properties.
I tried ‘clickData’, ‘selectedData’ and ‘extendData’, none of them returned information when I click the suuburst graph.
‘hoverData’ works but it is so sensitive, it is hard to use mouse to focus on one node. It is easily hover over to another node.
Posts: 2
Participants: 2