第一个echarts galleryecharts map3D配置项内容和展示

配置项如下
      option = {
    series: [{
        type: 'map3D',
        map: 'china'
    }]
};
    
截图如下