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 9afb014 commit 55b9336Copy full SHA for 55b9336
devtools/test_dashboard/index.html
@@ -12,11 +12,13 @@
12
<script type="text/javascript" src="../../dist/extras/mathjax/MathJax.js?config=TeX-AMS-MML_SVG"></script>
13
14
<script type="text/javascript" src="../../dist/plotly.js" charset="utf-8"></script>
15
- <script>PLOTLYENV = { TOPOJSON_URL: '../../src/assets/topojson/' };</script>
+
16
+ <!-- use local topojson files -->
17
+ <script>Plotly.setPlotConfig({ topojsonURL: '../../dist/topojson/' });</script>
18
19
<script type="text/javascript" src="../../build/test_dashboard-bundle.js"></script>
20
- <!-- helper functions to manipulate graph div -->
21
+ <!-- helper functions to manipulate the graph div -->
22
<script>
23
var Tabs = {
24
getGraph: function() {
0 commit comments