How to create a sunburst chart
The sunburst chart is great for showing relationships of hierarchical data and their sizes. Each ring corresponds to a level in the hierarchy. A sunburst chart is more advanced than the doughnut chart as it not only shows the sizes but also shows the relationships in the hierarchy.
The data labels make the sunburst chart quickly quite big if you have much data to graph, a smaller sunburst chart hides the data labels. The treemap is a better choice if you want to more easily compare their sizes.
The image above shows the largest city populations in Africa and Asia.
How to build
- Select the data set.
- Go to tab "Insert" on the ribbon.
- Click the "Insert Hierarchy chart" button.
- Click the "Sunburst chart" button.
Sort outer ring categories based on value
The sunburst chart will break if you try to sort the data based only on population, you need to have the first hierarchy level sorted and then sort on population. Follow these steps:
Leave a Reply
How to comment
How to add a formula to your comment
<code>Insert your formula here.</code>
Convert less than and larger than signs
Use html character entities instead of less than and larger than signs.
< becomes < and > becomes >
How to add VBA code to your comment
[vb 1="vbnet" language=","]
Put your VBA code here.
[/vb]
How to add a picture to your comment:
Upload picture to postimage.org or imgur
Paste image link to your comment.