# 数据可视化
# Echarts
# 相关资料
中国地图echarts https://github.com/xiaofan9/echarts-china-map
vue项目添加map https://www.cnblogs.com/steamed-twisted-roll/p/14378535.html
地域数据 https://datav.aliyun.com/tools/atlas/index.html
Echarts基本配置 https://www.runoob.com/echarts/echarts-setup.html
Echarts市级地图以及给个区块的自定义颜色完整版 https://zhuanlan.zhihu.com/p/360006745
Echarts官网 https://echarts.apache.org/zh/
# 相关问题
- 解决vue中echarts图用v-if控制显示隐藏时显示空白: 使用v-show就解决了