Skip to content

Commit bb09a1a

Browse files
committed
see also link to hover tutorial
1 parent 3ed402d commit bb09a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/sankey-diagram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ fig.show()
145145

146146
### Hovertemplate and customdata of Sankey diagrams
147147

148-
Links and nodes have their own hovertemplate, in which link- or node-specific attributes can be displayed. To add more data to links and nodes, it is possible to use the `customdata` attribute of `link` and `nodes`, as in the following example.
148+
Links and nodes have their own hovertemplate, in which link- or node-specific attributes can be displayed. To add more data to links and nodes, it is possible to use the `customdata` attribute of `link` and `nodes`, as in the following example. For more information about hovertemplate and customdata, please see the [tutorial on hover text](/python/hover-text-and-formatting/).
149149

150150
```python
151151
import plotly.graph_objects as go

0 commit comments

Comments
 (0)