Skip to content

Commit 07e2837

Browse files
committed
Update sankey-diagram.md
1 parent 2011af8 commit 07e2837

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/python/sankey-diagram.md

+2
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ fig.show()
162162

163163
### Link Hover Color
164164

165+
*New in 5.19*
166+
165167
Set `link.hovercolor` to change the colors of links on hover. `link.hovercolor` accepts either one color, specified as a string, that will apply to all links, or a list of colors to specify different colors for each link. Here, we use a list to specify a different color for each link:
166168

167169
```python

0 commit comments

Comments
 (0)