소스 검색

fix plotly CDN link

wangweimin 2 년 전
부모
커밋
8d07dbaf95
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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",
         },
     });