Skip to content

Commit 5c1b6cd

Browse files
committed
update plotly
1 parent e1b6f1b commit 5c1b6cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/visionpy/static/whitelist.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ html_output/thirdparty/datatables/datatables.min.js
3434
html_output/thirdparty/jquery/jquery-2.1.4.min.js
3535
html_output/thirdparty/jszip/jszip.min.js
3636
html_output/thirdparty/lodash/lodash.min.js
37-
html_output/thirdparty/plotly/plotly.js-1.45.2/dist/plotly.min.js
37+
html_output/thirdparty/plotly/plotly.js-2.18.2/dist/plotly.min.js
3838
html_output/thirdparty/popper/popper.js/dist/umd/popper.min.js
3939
html_output/thirdparty/hsluv/hsluv-0.1.0.min.js

src/visionpy/templates/Results.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<script src="{{url_for('static', filename='thirdparty/bootstrap/bootstrap.bundle.min.js')}}"></script>
2929
<script src="{{url_for('static', filename='thirdparty/datatables/datatables.min.js')}}"></script>
3030
<script src="{{url_for('static', filename='thirdparty/popper/popper.js/dist/umd/popper.min.js')}}"></script>
31-
<script src="{{url_for('static', filename='thirdparty/plotly/plotly.js-1.45.2/dist/plotly.min.js')}}"></script>
31+
<script src="{{url_for('static', filename='thirdparty/plotly/plotly.js-2.18.2/dist/plotly.min.js')}}"></script>
3232
<script src="{{url_for('static', filename='thirdparty/hsluv/hsluv-0.1.0.min.js')}}"></script>
3333

3434
<script src="{{url_for('static', filename='src/ColorScatterPlotly.js')}}"></script>

0 commit comments

Comments
 (0)