Skip to content

Commit daf0884

Browse files
committed
disable logging in image server
so geo_choropleth-text doesn't barf on its unrecognized locations
1 parent 97c0898 commit daf0884

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/image/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<!-- this index file gets copied in to the image server docker -->
55
<script type="text/javascript" src="../plotly.js/dist/extras/mathjax/MathJax.js?config=TeX-AMS-MML_SVG"></script>
66
<script type="text/javascript" src="../plotly.js/build/plotly.js" charset="utf-8"></script>
7+
<script type="text/javascript">
8+
Plotly.setPlotConfig({logging: 0});
9+
</script>
710
<script type="text/javascript" src="../plotly.js/dist/plotly-geo-assets.js" charset="utf-8"></script>
811
<script type="text/javascript" src="./main.js"></script>
912
</body>

0 commit comments

Comments
 (0)