Skip to content

Commit 7d4141b

Browse files
committed
Update plotly
1 parent 173fa25 commit 7d4141b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

haupt/haupt/common/apis/templates/base/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<script src="{% static 'vendors/js/react.production.18.0.2.min.js' %}"></script>
8080
<script src="{% static 'vendors/js/react-dom.production.18.0.2.min.js' %}"></script>
8181
<script src="{% static 'vendors/js/moment.2.30.1.min.js' %}"></script>
82-
<script src="{% static 'vendors/js/plotly.2.28.0.min.js' %}"></script>
82+
<script src="{% static 'vendors/js/plotly.3.1.1.min.js' %}"></script>
8383
<script src="{% static 'vendors/js/create-plotly-component.2.6.0.min.js' %}"></script>
8484
<script src="{% static 'vendors/js/bokeh.3.2.0.min.js' %}"></script>
8585
<script src="{% static 'vendors/js/vega@5.min.js' %}"></script>
@@ -89,7 +89,7 @@
8989
<script src="https://unpkg.com/react@18.2.0/umd/react.production.min.js"></script>
9090
<script src="https://unpkg.com/react-dom@18.2.0/umd/react-dom.production.min.js"></script>
9191
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.30.1/moment.min.js"></script>
92-
<script src="https://cdnjs.cloudflare.com/ajax/libs/plotly.js/2.28.0/plotly.min.js"></script>
92+
<script src="https://cdnjs.cloudflare.com/ajax/libs/plotly.js/3.1.1/plotly.min.js"></script>
9393
<script src="https://unpkg.com/react-plotly.js@2.6.0/dist/create-plotly-component.min.js"></script>
9494
<script src="https://cdnjs.cloudflare.com/ajax/libs/bokeh/3.2.0/bokeh.min.js"></script>
9595
<script src="https://cdn.jsdelivr.net/npm/vega@5.25.0/build/vega.min.js"></script>

0 commit comments

Comments
 (0)