数据分析与信息可视化echarts scatter配置项内容和展示

配置项如下
      option = { 
    series: [{
        type: 'scatter',
        coordinateSystem: 'bmap',
        data: [{
            name: 'aaa',
            value: [121.15, 31.89, 100]
        }]
    }],
    bmap: {
       center: [104.114129, 37.550339]
    }
};
    
截图如下