You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 weeks ago | |
|---|---|---|
| .. | ||
| map | 2 months ago | |
| readme | 2 months ago | |
readme
1、执行完npm install后需要将map文件夹拷贝到node_modules/echarts/文件夹下,
因为echarts v5.0之后的版本不在包含map文件夹
2、执行完1之后需要修改 report-ui/node_modules/echarts目录下的package.json
在“sideEffects”追加 "map/js/*.js" 和 "map/js/province/*.js"
不明白可参考:https://blog.csdn.net/m0_45159572/article/details/130077091