|
|
|
@ -180,76 +180,12 @@ Page({
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
showChart: true,
|
|
|
|
|
positiveOption: {
|
|
|
|
|
grid:{
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
yAxis: [
|
|
|
|
|
{
|
|
|
|
|
type: 'value',
|
|
|
|
|
axisTick:{
|
|
|
|
|
show:false //去除刻度线
|
|
|
|
|
},
|
|
|
|
|
axisLine:{
|
|
|
|
|
show:false //去除轴线
|
|
|
|
|
},
|
|
|
|
|
axisLabel: {
|
|
|
|
|
color: '#999999',//y轴文本颜色
|
|
|
|
|
textStyle: {
|
|
|
|
|
fontSize : 9
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
splitLine: { //分割线
|
|
|
|
|
// lineStyle:{
|
|
|
|
|
// // color:"#2d3436"
|
|
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
show: true,
|
|
|
|
|
lineStyle: {
|
|
|
|
|
type: 'dashed',
|
|
|
|
|
color: '#E8E8E8',
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
xAxis: [
|
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
data: ['12月', '1月', '2月', '3月', '4月', '5月', '6月'],
|
|
|
|
|
axisTick:{
|
|
|
|
|
show:false //去除刻度线
|
|
|
|
|
},
|
|
|
|
|
axisLine:{
|
|
|
|
|
show:false, //去除轴线
|
|
|
|
|
},
|
|
|
|
|
axisLabel: {
|
|
|
|
|
color: '#999999',//x轴文本颜色
|
|
|
|
|
textStyle: {
|
|
|
|
|
fontSize : 9
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
series: {
|
|
|
|
|
type: 'line',
|
|
|
|
|
symbol:'none', //去圆点
|
|
|
|
|
data: [100, 200, 300, 500, 700, 500, 300],
|
|
|
|
|
itemStyle: {
|
|
|
|
|
normal:{
|
|
|
|
|
color: '#0084FF',
|
|
|
|
|
lineStyle: {
|
|
|
|
|
color: '#0084FF'
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}}
|
|
|
|
|
},
|
|
|
|
|
option :{
|
|
|
|
|
grid:{
|
|
|
|
|
left:45,
|
|
|
|
|
left:30,
|
|
|
|
|
top:25,
|
|
|
|
|
height:168,
|
|
|
|
|
width:343
|
|
|
|
|
height:146,
|
|
|
|
|
width:323
|
|
|
|
|
},
|
|
|
|
|
yAxis: [
|
|
|
|
|
{
|
|
|
|
|