Here I am presenting how to design Sunburst Chart with practical considerations, such as:
- Labels inside
- Categorical sequential colors with dynamic data.
Turn off Map Background
- This is actually the last step. After you have done all the following steps, turn off the map background: set Menu Map>Background Maps to None. Once it's off, you can't add layers.
Size the View
- Use Ctrl-Shift-B/Ctrl-B to increase/decrease the size of the entire view (all layers included)
- Use the Size card to the max
Create Center
- Use the formula MAKEPOINT(0,0) to create a field called Center.
Create Subcategory Pie Layer
- Size the view with Ctrl-Shift-B as big as you can.
- Place Category above Subcategory.
- Sort either of them by the field Sales descendingly.
- Place Sum(Sales) in Color. Edit Color using deep gray to create sequential color.
- Click Color card and set the color opacity to be ~55%
Create Category Pie Layer
- Size the pie with the Size card and make it smaller than the Subcategory pie. Leave enough spaces for labels.
- Place Category above Subcategory.
- Sort either of them by the field Sales descendingly.
- Place Category in Color and Subcategory in Label.
- Set the Label font color to white (showing labels in black for illustrative purpose only )
Create White Circle Layer
- Size the pie with the Size card and make it smaller than the Category pie. Leave enough spaces for labels.
- Place Category in Label.
- Sort Category by the field Sales descendingly.
- Set Color to white. (showing black border for illustrative purpose only)
- Set the Label font color to be white (showing labels in black for illustrative purpose only )
Create Background Layer
- Size the pie with the Size card to the Max.
- Sort Category by the field Sales descendingly.
- Place Category in Color.

Add a comment