We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378f9aa commit 1107450Copy full SHA for 1107450
doc/python/sankey-diagram.md
@@ -49,7 +49,7 @@ fig = go.Figure(data=[go.Sankey(
49
pad = 15,
50
thickness = 20,
51
line = dict(color = "black", width = 0.5),
52
-# label = ["A1", "A2", "A1", "B2", "C1", "C2"],
+ label = ["A1", "A2", "B1", "B2", "C1", "C2"],
53
color = "blue"
54
),
55
link = dict(
0 commit comments