diff --git a/.zenodo.json b/.zenodo.json index eb7341d1f..e7a7307de 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -779,6 +779,12 @@ { "name": "Patrick Jaap", "type": "Other" + }, + { + "affiliation": "European XFEL", + "name": "James Wrigley", + "orcid": "0009-0003-6525-7413", + "type": "Other" } ], "upload_type": "software" diff --git a/src/backends/plotly.jl b/src/backends/plotly.jl index b2c33a85c..675babdcd 100644 --- a/src/backends/plotly.jl +++ b/src/backends/plotly.jl @@ -1109,10 +1109,13 @@ function plotly_html_body(plt, style = nothing) uuid = UUIDs.uuid4() html = """
+ """ html diff --git a/src/init.jl b/src/init.jl index e36285dba..237bc17a3 100644 --- a/src/init.jl +++ b/src/init.jl @@ -24,6 +24,8 @@ use fixed version of Plotly instead of the latest one for stable dependency """ const _plotly_min_js_filename = "plotly-2.6.3.min.js" +const _requirejs_version = v"2.3.7" + """ Whether to use local embedded or local dependencies instead of CDN. """