I want to achieve this result but with plotly sunburst.
I can not find any parameter that controls the inner circle diameter in the documentation. It is any way to achieve that?
I want to achieve this result but with plotly sunburst.
I can not find any parameter that controls the inner circle diameter in the documentation. It is any way to achieve that?
Unfortunately you can set only root_color
. There is no attribute root_size
. Just print help(go.sunburst.Root)
.