We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922adfb commit a5bdeb1Copy full SHA for a5bdeb1
en-us/assets_host.md
@@ -23,6 +23,7 @@ pyecharts provides a shortcut to change the global HOST. The following is an exa
23
24
```python
25
# Just declare CurrentConfig.ONLINE_HOST at the top
26
+ # Note: If using pyecharts 2.x version, use http://127.0.0.1:8000/assets/v5 for loading.
27
from pyecharts.globals import CurrentConfig
28
CurrentConfig.ONLINE_HOST = "http://127.0.0.1:8000/assets/"
29
0 commit comments