Skip to content

Commit 4b4f375

Browse files
authored
Update sunburst-charts.md
1 parent 7520abc commit 4b4f375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/sunburst-charts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ fig.show()
196196

197197
With branchvalues "total", the value of the parent represents the width of its wedge. In the example below, "Enoch" is 4 and "Awan" is 6 and so Enoch's width is 4/6ths of Awans. With branchvalues "remainder", the parent's width is determined by its own value plus those of its children. So, Enoch's width is 4/10ths of Awan's (4 / (6 + 4)).
198198

199-
Note that this means that the sum of the values of the children cannot exceed the value of their parent when branchvalues "total". When branchvalues "relative" (the default), children will not take up all of the space below their parent (unless the parent is the root and it has a value of 0).
199+
Note that this means that the sum of the values of the children cannot exceed the value of their parent when branchvalues "total". When branchvalues "remainder" (the default), children will not take up all of the space below their parent (unless the parent is the root and it has a value of 0).
200200

201201
```python
202202
import plotly.graph_objects as go

0 commit comments

Comments
 (0)