We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4f248 commit 922adfbCopy full SHA for 922adfb
zh-cn/assets_host.md
@@ -23,6 +23,7 @@ pyecharts 提供了更改全局 HOST 的快捷方式,下面以开发者启动
23
24
```python
25
# 只需要在顶部声明 CurrentConfig.ONLINE_HOST 即可
26
+ # 注意:如果使用 pyecharts 2.x 版本,则使用 http://127.0.0.1:8000/assets/v5 进行加载
27
from pyecharts.globals import CurrentConfig
28
CurrentConfig.ONLINE_HOST = "http://127.0.0.1:8000/assets/"
29
0 commit comments