You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/sunburst-charts.md
+80Lines changed: 80 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -155,5 +155,85 @@ fig.update_layout(
155
155
fig.show()
156
156
```
157
157
158
+
### Sunburst chart with a continuous colorscale
159
+
160
+
The example below visualizes a breakdown of sales (corresponding to sector width) and call success rate (corresponding to sector color) by region, county and salesperson level. For example, when exploring the data you can see that although the East region is behaving poorly, the Tyler county is still above average -- however, its performance is reduced by the poor success rate of salesperson GT.
161
+
162
+
In the right subplot which has a `maxdepth` of two levels, click on a sector to see its breakdown to lower levels.
0 commit comments