Skip to content

Commit 3a1f2d8

Browse files
committed
fix whitespace in sunburst example
1 parent 991559e commit 3a1f2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/sunburst-charts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ data = dict(
4848
parent=["", "Eve", "Eve", "Seth", "Seth", "Eve", "Eve", "Awan", "Eve" ],
4949
value=[10, 14, 12, 10, 2, 6, 6, 4, 4])
5050

51-
fig =px.sunburst(
51+
fig = px.sunburst(
5252
data,
5353
names='character',
5454
parents='parent',

0 commit comments

Comments
 (0)