regionalMap();
function regionalMap(){
var myChartFour = echarts.init(document.getElementById('regionalMap'));
optionFour = {
title: {
textStyle:{color:'#92b1d8',fontSize:'14'},
y:'bottom',
right:'34',
text: '单位:万人'
},
grid: {
left: '4%',
right: '2%',
top: '8%',
},
legend: {
textStyle:{color:'#92b1d8',},
y:'bottom',
right:'134',
data:[{name:'连网用户',icon : 'bar',textStyle:{fontWeight:'bold', color:'#24573b'}},
{name:'上网人数',icon : 'bar',textStyle:{fontWeight:'bold', color:'#722f2f'}},
{name:'有效认证',icon : 'bar',textStyle:{fontWeight:'bold', color:'#32446b'}},
]
function regionalMap(){
var myChartFour = echarts.init(document.getElementById('regionalMap'));
optionFour = {
title: {
textStyle:{color:'#92b1d8',fontSize:'14'},
y:'bottom',
right:'34',
text: '单位:万人'
},
grid: {
left: '4%',
right: '2%',
top: '8%',
},
legend: {
textStyle:{color:'#92b1d8',},
y:'bottom',
right:'134',
data:[{name:'连网用户',icon : 'bar',textStyle:{fontWeight:'bold', color:'#24573b'}},
{name:'上网人数',icon : 'bar',textStyle:{fontWeight:'bold', color:'#722f2f'}},
{name:'有效认证',icon : 'bar',textStyle:{fontWeight:'bold', color:'#32446b'}},
]