We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5f2bf commit 3cd01a4Copy full SHA for 3cd01a4
packages/python/plotly/plotly/io/_html.py
@@ -135,7 +135,7 @@ def to_html(
135
fig_dict = validate_coerce_fig_to_dict(fig, validate)
136
137
# ## Generate div id ##
138
- plotdivid = str(uuid.uuid4())
+ plotdivid = "plotly-root"
139
140
# ## Serialize figure ##
141
jdata = to_json_plotly(fig_dict.get("data", []))
0 commit comments