简易世界地图echarts toolbox'],      pixelRatio: 2      }    } }, backgroundColor: '#EEF0F1配置项内容和展示

简易世界地图

配置项如下
      option = {
    "series": [{
        "data": [],
        "itemStyle": {
            "emphasis": {
                "areaColor": "#ffffff"
            },
            "normal": {
                "areaColor": "#ffffff",
                "borderColor":"#ECEFF1",
                "borderWidth":1
            }
        },
        "label": {
            "normal": {
                "show": false
            }
        },
        "mapType": "china",
        "map": 'world',
        "type": "map",
        zoom: 1.2,
        
    }],
    toolbox: {

      show: true,

      feature: {

        saveAsImage: {

        show:true,

        excludeComponents :['toolbox'],

        pixelRatio: 2

        }

          }

        },
    backgroundColor:  '#EEF0F1',
};
    
截图如下