You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've been looking everywhere on the web, and it appears that sorting for Sunburst charts can be set either True or False
(cf plotly/plotly.js#4823 and plotly/plotly.js#5164)
Would it be possible to add the possibility to set it independantly for the different "onion layers"
as it is the case for many parameters?
something like sort=[True, False, False] (which would be the thing specifically needed in my case )