地球echarts 配置项内容和展示

草稿

配置项如下
      
option = {
    backgroundColor: '#000',
    globe: {
        displacementScale: 0.04,
        shading: 'realistic',
        realisticMaterial: {
            roughness: 0.9
        },
        postEffect: {
            enable: true
        },
        light: {
            main: {
                intensity: 5,
                shadow: true
            },
            ambientCubemap: {
                diffuseIntensity: 0.2
            }
        }
    }
};
    
截图如下