" +
"
" + param[0].name + "
" +
"
"
for (var i = 0; i < param.length; i++) {
if (i > 0) {
resultTooltip += "
"
}
resultTooltip +=
param[i].marker +
param[i].value + "" + "k" + ""
}
// resultTooltip +=
// "
" +
// "
";
return resultTooltip
},
// formatter: function(pt) {
// var resultTooltip=pt[0].name + '
';
// for (var i = 0; i < pt.length; i++) {
// resultTooltip+= pt[i].marker + (pt[i].value)+"K"+ '
';
// }
// resultTooltip+='
';
// return resultTooltip;
// },
borderColor: "rgba(245, 245, 245, 0.8)",
},
grid: {
height: 'auto',
x: '15%',
y: '35%',
x2: '5%',
y2: '15%',
},
legend: {
selectedMode: false,
right: "0%",
data: legend,
icon: "circle"
},
series: [{
"name": "Courier App",
"data": ["10.00", "35.00", "40", "100", "10.00", "15.00", "110.00"],
"type": "line",
"itemStyle": {
"color": "rgba(116,41,201,1)",
// 'normal': {
// color: '#6d9269',
// 'barBorderRadius':50,//拐点圆的颜色
// lineStyle: {
// "color": "rgba(116,41,201,1)",
// 'barBorderRadius':50,//折线线条颜色
// }
// }
},
"lineStyle": {
"width": 3.5,
'barBorderRadius':150,
},
smooth:0.15,
showSymbol: false,
"areaStyle": {
"color": {
"type": "line",
"x": 0,
"y": 0,
"x2": 0,
"y2": 1,
"colorStops": [{
"offset": 0,
"color": "rgba(116,41,201,0.2)"
}, {
"offset": 0,
"color": "rgba(116,41,201,0.1)"
}],
"global": false
}
}
}, {
"name": "Customer App",
"data": ["10.00", "0.00", "20.00", "0.00", "30.00", "0.00", "0.00"],
"type": "line",
"itemStyle": {
"color": "rgba(255,108,62,1)"
},
"lineStyle": {
"width": 3
},
smooth:true,
symbol: 'emptyCircle',
showSymbol: false,
"areaStyle": {
"color": {
"type": "line",
"x": 0,
"y": 0,
"x2": 0,
"y2": 1,
"colorStops": [{
"offset": 0,
"color": "rgba(255,108,62,0.05)"
}, {
"offset": 0,
"color": "rgba(255,108,62,0.01)"
}],
"global": false
}
}
}, {
"name": "Customer Scheduling Order",
"data": ["0.10", "0.00", "0.00", "0.00", "0.00", "0.00", "0.00"],
"type": "line",
"itemStyle": {
"color": "rgba(253,189,76,1)"
},
"lineStyle": {
"width": 3
},
smooth:true,
symbol: 'emptyCircle',
showSymbol: false,
"areaStyle": {
"color": {
"type": "line",
"x": 0,
"y": 0,
"x2": 0,
"y2": 1,
"colorStops": [{
"offset": 0,
"color": "rgba(253,189,76,0.05"
}, {
"offset": 0,
"color": "rgba(253,189,76,0.01"
}],
"global": false
}
}
}, {
"name": "Official Website",
"data": ["0.00", "0.00", "0.00", "0.00", "0.00", "0.00", "0.00"],
"type": "line",
"itemStyle": {
"color": "rgba(63,194,151,1)"
},
"lineStyle": {
"width": 3
},
smooth:true,
symbol: 'emptyCircle',
showSymbol: false,
"areaStyle": {
"color": {
"type": "line",
"x": 0,
"y": 0,
"x2": 0,
"y2": 1,
"colorStops": [{
"offset": 0,
"color": "rgba(63,194,151,0.05)"
}, {
"offset": 0,
"color": "rgba(63,194,151,0.01)"
}],
"global": false
}
}
}, {
"name": "PC Client",
"data": ["11.00", "23.00", "150.00", "130.00", "34.00", "56.00", "0.00"],
"type": "line",
"itemStyle": {
"color": "rgba(74,128,244,1)"
},
"lineStyle": {
"width": 3
},
smooth:true,
symbol: 'emptyCircle',
showSymbol: false,
"areaStyle": {
"color": {
"type": "line",
"x": 0,
"y": 0,
"x2": 0,
"y2": 1,
"colorStops": [{
"offset": 0,
"color": "rgba(74,128,244,0.05)"
}, {
"offset": 0,
"color": "rgba(74,128,244,0.01)"
}],
"global": false
}
}
}, {
"name": "VIP Customer Portal",
"data": ["10.00", "25", "0.01", "34", "25", "44", "0.00"],
"type": "line",
"itemStyle": {
"color": "rgba(255,108,207,1)"
},
"lineStyle": {
"width": 3
},
smooth:true,
symbol: 'emptyCircle',
showSymbol: false,
"areaStyle": {
"color": {
"type": "line",
"x": 0,
"y": 0,
"x2": 0,
"y2": 1,
"colorStops": [{
"offset": 0,
"color": "rgba(255,108,207,0.05)"
}, {
"offset": 0,
"color": "rgba(255,108,207,0.01)"
}],
"global": false
}
}
}]
};