Skip to content

Commit a5bdeb1

Browse files
Update en-us/assets_host.md
1 parent 922adfb commit a5bdeb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

en-us/assets_host.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ pyecharts provides a shortcut to change the global HOST. The following is an exa
2323
2424
```python
2525
# 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.
2627
from pyecharts.globals import CurrentConfig
2728
CurrentConfig.ONLINE_HOST = "http://127.0.0.1:8000/assets/"
2829

0 commit comments

Comments
 (0)