The Sunburst diagram is a space-filling visualization that uses a radial rather than a rectangular layout. In Sunburst, items in a hierarchy are laid out radially, with the top of the hierarchy at the center and deeper levels farther away from the center.
The circle in the center represents the root node, with the hierarchy moving outward from the center.
The Method To Use
The method is s.plt.sunburst()
It must contain the following input variables:
order:int,data: Union[str, Dict, List],
And accepts the following input variable as optional: