letmyChart=echarts.init(this.$refs.myChart); letoptions={ series: [ // 中国地图-外轮廓 { type:"map", map:"chinaMapOutline", // 不响应鼠标交互 silent:true, //调整以下3个配置项与页面地图重合 aspectScale:0.75,// 地图的长宽比 center: [104.2,35.9],//设置可见中心坐标,以此坐标来放大和...