You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/express/_doc.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -199,8 +199,8 @@
199
199
"Values from this column or array_like appear in bold in the hover tooltip.",
200
200
],
201
201
hover_data=[
202
-
"list of str or int, or Series or array-like, or dict",
203
-
"Either a list of names of columns in `data_frame`, or pandas Series,",
202
+
"str, or list of str or int, or Series or array-like, or dict",
203
+
"Either a name or list of names of columns in `data_frame`, or pandas Series,",
204
204
"or array_like objects",
205
205
"or a dict with column names as keys, with values True (for default formatting)",
206
206
"False (in order to remove this column from hover information),",
@@ -211,8 +211,8 @@
211
211
"Values from these columns appear as extra data in the hover tooltip.",
212
212
],
213
213
custom_data=[
214
-
colref_list_type,
215
-
colref_list_desc,
214
+
"str, or list of str or int, or Series or array-like",
215
+
"Either name or list of names of columns in `data_frame`, or pandas Series, or array_like objects",
216
216
"Values from these columns are extra data, to be used in widgets or Dash callbacks for example. This data is not user-visible but is included in events emitted by the figure (lasso selection etc.)",
0 commit comments