I would like to create a Sunburst chart, corresponding to the following:
Where:
- B is 70% of A
- C is 20% of B
- D is 50% of B
I looked at the plotly documentation but the examples provided only used either use a dataset or a values
argument which I don't understand how it works.
Do someone have an example I can rely on, that is similar to what I'm looking for?