We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41fa4b4 + 9b517c7 commit 1d13213Copy full SHA for 1d13213
doc/python/sankey-diagram.md
@@ -53,7 +53,7 @@ fig = go.Figure(data=[go.Sankey(
53
color = "blue"
54
),
55
link = dict(
56
- source = [0, 1, 0, 2, 3, 3], # indices correspond to labels, eg A1, A2, A2, B1, ...
+ source = [0, 1, 0, 2, 3, 3], # indices correspond to labels, eg A1, A2, A1, B1, ...
57
target = [2, 3, 3, 4, 4, 5],
58
value = [8, 4, 2, 8, 4, 2]
59
))])
0 commit comments