Skip to content

Commit 7c4b954

Browse files
Update doc/python/hover-text-and-formatting.md
Co-authored-by: Adam <[email protected]>
1 parent 02cf1b1 commit 7c4b954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/hover-text-and-formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ fig=px.scatter(df,
281281
custom_data=['country', 'continent', 'pop'],
282282
)
283283
284-
# Plotly express does not have a hovertemplate paramter in the graph creation function, so we apply the template with update_traces
284+
# Plotly express does not have a hovertemplate parameter in the graph creation function, so we apply the template with update_traces
285285
fig.update_traces(
286286
hovertemplate =
287287
"<b>%{customdata[0]}</b><br>" +

0 commit comments

Comments
 (0)