Hi, is there already some development on sunburst graph in Plotly ? I start developing a genealogy dashboard and a sunburst/ or nested donut representation would be a very nice representation for this purpose ? Many thanks in advance!
Not at the moment, though you can hack something in using pie trace (example: Coffee Taster's Flavor Wheel | pie made by Phyllistay91 | plotly)
If youβre looking to sponsor development, please see Consulting, Training & Open-Source Development
1 Like
Thanks to a commercial customer that sponsored this work (https://plot.ly/products/consulting-and-oem/), this is now in progress and will be released in a few weeks. Track our progress here: https://github.com/plotly/plotly.js/pull/3594#issuecomment-471104418
Hi @Matthieu,
I am using plotly express to plot sunburst chart. but itβs too slow compared to using go.Sunburst. but the go.Sunburst syntax is too complicated. Is there any solution for this problem?