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 e2f7ef1 commit ca07f8fCopy full SHA for ca07f8f
components/dash-core-components/tests/integration/graph/test_graph_varia.py
@@ -641,7 +641,7 @@ def test_grva007_external_plotlyjs_prevents_lazy(dash_dcc):
641
app = Dash(
642
__name__,
643
eager_loading=False,
644
- external_scripts=["https://unpkg.com/plotly.js/dist/plotly.min.js"],
+ external_scripts=["https://unpkg.com/plotly.js-dist-min/plotly.min.js"],
645
)
646
647
app.layout = html.Div(id="div", children=[html.Button(id="btn")])
0 commit comments