Skip to content

Commit bf38291

Browse files
committed
doc for custom data
1 parent 87c3bc1 commit bf38291

File tree

1 file changed

+4
-0
lines changed
  • packages/python/plotly/plotly/express

1 file changed

+4
-0
lines changed

packages/python/plotly/plotly/express/_doc.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@
111111
colref_list,
112112
"Values from these columns appear as extra data in the hover tooltip.",
113113
],
114+
custom_data=[
115+
colref_list,
116+
"Values from these columns are extra data, to be used in widgets or Dash callbacks for example.",
117+
],
114118
text=[colref, "Values from this column appear in the figure as text labels."],
115119
locationmode=[
116120
"(string, one of 'ISO-3', 'USA-states', 'country names')",

0 commit comments

Comments
 (0)