码迷,mamicode.com
首页 > 其他好文 > 详细

浙江省地图

时间:2017-08-10 14:38:45      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:style   round   ott   random   tooltip   tar   ems   max   数值   

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)}
            ]
        }
    ]
};
                    

 

浙江省地图

标签:style   round   ott   random   tooltip   tar   ems   max   数值   

原文地址:http://www.cnblogs.com/sexintercourse/p/7339090.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!