We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991559e commit 3a1f2d8Copy full SHA for 3a1f2d8
doc/python/sunburst-charts.md
@@ -48,7 +48,7 @@ data = dict(
48
parent=["", "Eve", "Eve", "Seth", "Seth", "Eve", "Eve", "Awan", "Eve" ],
49
value=[10, 14, 12, 10, 2, 6, 6, 4, 4])
50
51
-fig =px.sunburst(
+fig = px.sunburst(
52
data,
53
names='character',
54
parents='parent',
0 commit comments