option = {
title : {
text: '同比增速',
x: 'center',
textStyle: {
fontFamily: 'Microsoft Yahei'
},
link: 'javascript:f_open(option02)', target:'self'
},
tooltip : {
trigger: 'axis'
},
legend: {
x : 'right',
y : '35',
textStyle : {
fontFamily: 'Microsoft Yahei',
fontSize : '12'
},
data:['大港街','小港街','商务区']
},
calculable : true,
xAxis : [
{
type : 'category',
boundaryGap : true,
axisLabel: {
textStyle:{fontFamily:'Microsoft Yahei'}
},
data : ['2015-02','2015-03','2015-04','2015-05','2015-06']
}
],
yAxis : [
{
type : 'value',
axisLabel : {
formatter: '{value}%',
textStyle:{fontFamily:'Microsoft Yahei'}
},
min:50,
splitArea : {show : true}
}
],
series : [
{
name:'大港街',
type:'line',
itemStyle: {
normal: {
lineStyle: {
shadowColor : 'rgba(0,0,0,0.4)',
shadowBlur: 5,
shadowOffsetX: 3,
shadowOffsetY: 3
}
}
},
data:['3.5','3.6','3.7','3.8','4']
},
{
name:'小港街',
type:'line',
itemStyle: {
normal: {
lineStyle: {
shadowColor : 'rgba(0,0,0,0.4)',
shadowBlur: 5,
shadowOffsetX: 3,
shadowOffsetY: 3
}
}
},
data:['4.3 ','4.6','4.7','4.9','5']
},
{
name:'商务区',
type:'line',
itemStyle: {
normal: {
lineStyle: {
shadowColor : 'rgba(0,0,0,0.4)',
shadowBlur: 5,
shadowOffsetX: 3,
shadowOffsetY: 3
}
}
},
data:['5.1','5.2','5.6','5.8','6.2']
}
]
};
title : {
text: '同比增速',
x: 'center',
textStyle: {
fontFamily: 'Microsoft Yahei'
},
link: 'javascript:f_open(option02)', target:'self'
},
tooltip : {
trigger: 'axis'
},
legend: {
x : 'right',
y : '35',
textStyle : {
fontFamily: 'Microsoft Yahei',
fontSize : '12'
},
data:['大港街','小港街','商务区']
},
calculable : true,
xAxis : [
{
type : 'category',
boundaryGap : true,
axisLabel: {
textStyle:{fontFamily:'Microsoft Yahei'}
},
data : ['2015-02','2015-03','2015-04','2015-05','2015-06']
}
],
yAxis : [
{
type : 'value',
axisLabel : {
formatter: '{value}%',
textStyle:{fontFamily:'Microsoft Yahei'}
},
min:50,
splitArea : {show : true}
}
],
series : [
{
name:'大港街',
type:'line',
itemStyle: {
normal: {
lineStyle: {
shadowColor : 'rgba(0,0,0,0.4)',
shadowBlur: 5,
shadowOffsetX: 3,
shadowOffsetY: 3
}
}
},
data:['3.5','3.6','3.7','3.8','4']
},
{
name:'小港街',
type:'line',
itemStyle: {
normal: {
lineStyle: {
shadowColor : 'rgba(0,0,0,0.4)',
shadowBlur: 5,
shadowOffsetX: 3,
shadowOffsetY: 3
}
}
},
data:['4.3 ','4.6','4.7','4.9','5']
},
{
name:'商务区',
type:'line',
itemStyle: {
normal: {
lineStyle: {
shadowColor : 'rgba(0,0,0,0.4)',
shadowBlur: 5,
shadowOffsetX: 3,
shadowOffsetY: 3
}
}
},
data:['5.1','5.2','5.6','5.8','6.2']
}
]
};