I have drawn a sunburst plot and it’s working fine except for color of nodes.
I am expecting the color of node to be mean of its children’s. But I am getting it as sum.
Hi @kausti, thanks for the report, this looks like a bug. If you use a different column for values and for color it works fine ie the color corresponds to the average of the children. So as a workaround you can add a new column as in the code below. I opened https://github.com/plotly/plotly.py/issues/2567 to track the problem