Sfoglia il codice sorgente

fix plotly CDN link

wangweimin 2 anni fa
parent
commit
8d07dbaf95
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pywebio/platform/tpl/index.html

+ 1 - 1
pywebio/platform/tpl/index.html

@@ -77,7 +77,7 @@
 
     require.config({
         paths: {
-            'plotly': "https://cdn.plot.ly/plotly-latest.min",
+            'plotly': "https://cdn.plot.ly/plotly-2.12.1.min",
         },
     });