Skip to content
Snippets Groups Projects
Verified Commit 89e0eb08 authored by Ruben van Dijk's avatar Ruben van Dijk
Browse files

Use CDN for plotly.

parent 07301ea2
Branches
No related tags found
No related merge requests found
Pipeline #13365 passed
......@@ -76,4 +76,4 @@ fig.update_xaxes(title_text="Date", row=len(booleans) + 1, col=1)
fig.update_xaxes(range=[co2.index[0], co2.index[-1]], row=2, col=1)
fig.write_html("output/all.html")
fig.write_html("output/all.html", include_plotlyjs='cdn')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment