sexintercourse
option = {
    title : {
        text: \'全省各市区消费情况分布\',
        x:\'center\'
    },
    tooltip : {
        trigger: \'item\'
    },
    dataRange: {
        min: 0,
        max: 2500,
        x: \'left\',
        y: \'bottom\',
        text:[\'高\',\'低\'],           // 文本,默认为数值文本
        calculable : true
    },
    toolbox: {
        show: true,
        orient : \'vertical\',
        x: \'right\',
        y: \'center\' 
    },
    
    series : [
        {
            name: \'iphone3\',
            type: \'map\',
            mapType: \'浙江\',
            roam: false,
            itemStyle:{
                normal:{label:{show:true}},
                emphasis:{label:{show:true}}
            },
            data:[
                {name: \'湖州市\',value: Math.round(Math.random()*1000)},
                {name: \'绍兴市\',value: Math.round(Math.random()*1000)},
                {name: \'丽水市\',value: Math.round(Math.random()*1000)},
                {name: \'金华市\',value: Math.round(Math.random()*1000)},
                {name: \'宁波市\',value: Math.round(Math.random()*1000)},
                {name: \'台州市\',value: Math.round(Math.random()*1000)},
                {name: \'舟山市\',value: Math.round(Math.random()*1000)},
                {name: \'温州市\',value: Math.round(Math.random()*1000)},
                {name: \'杭州市\',value: Math.round(Math.random()*1000)},
                {name: \'嘉兴市\',value: Math.round(Math.random()*1000)},
                {name: \'衢州市\',value: Math.round(Math.random()*1000)}
            ]
        }
    ]
};
                    

 

分类:

技术点:

相关文章:

  • 2022-01-01
  • 2022-01-07
  • 2022-12-23
  • 2022-01-01
  • 2022-03-05
  • 2022-02-13
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-30
  • 2022-01-05
  • 2022-12-23
  • 2022-12-23
  • 2021-10-06
  • 2022-01-18
  • 2021-10-02
相关资源
相似解决方案