Skip to content

Commit 02cf1b1

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

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
@@ -276,7 +276,7 @@ fig=px.scatter(df,
276276
color='continent',
277277
size=np.sqrt(df['pop']),
278278
# Specifying data to make available to the hovertemplate
279-
# The px custom_data parameter has an underscore, whike the analogous graph objects customdata parameter has no underscore.
279+
# The px custom_data parameter has an underscore, while the analogous graph objects customdata parameter has no underscore.
280280
# The px custom_data parameter is a list of column names in the data frame, while the graph objects customdata parameter expects a data frame or a numpy array.
281281
custom_data=['country', 'continent', 'pop'],
282282
)

0 commit comments

Comments
 (0)