"
for (var i = 0; i < param.length; i++) {
if (i > 0) {
resultTooltip += "
"
}
resultTooltip +=
param[i].marker +
param[i].value + "
" + _unit + ""
}
return resultTooltip
},
borderColor: "rgba(245, 245, 245, 0.8)",
},
grid: {
height: 'auto',
width: 'auto',
x: _gridX,
y: _gridY,
x2: _gridX2,
y2: _gridY2,
//containLabel: true
},
legend: {
selectedMode: false,
right: "0%",
data: ['Courier App', 'Customer App', 'Customer Scheduling Order', 'Official Website', 'PC Client', 'VIP Customer Portal'],
icon: "circle"
},
series: [{
"name": "Courier App",
"data": ["0.00", "0.00", "0.00", "0.00", "0.00", "0.00", "0.00"],
"type": "line",
"showSymbol": false,
"smooth": 0.15,
"itemStyle": {
"color": "rgba(116,41,201,1.0)"
},
"lineStyle": {
"width": 3
},
"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": ["0.00", "0.00", "0.00", "0.00", "0.00", "0.00", "0.00"],
"type": "line",
"showSymbol": false,
"smooth": 0.15,
"itemStyle": {
"color": "rgba(255,108,62,1.0)"
},
"lineStyle": {
"width": 3
},
"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.01", "0.02", "0.02", "0.00", "0.00", "0.01", "0.00"],
"type": "line",
"showSymbol": false,
"smooth": 0.15,
"itemStyle": {
"color": "rgba(253,189,76,1.0)"
},
"lineStyle": {
"width": 3
},
"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",
"showSymbol": false,
"smooth": 0.15,
"itemStyle": {
"color": "rgba(63,194,151,1.0)"
},
"lineStyle": {
"width": 3
},
"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": ["0.00", "0.00", "0.00", "0.00", "0.00", "0.00", "0.00"],
"type": "line",
"showSymbol": false,
"smooth": 0.15,
"itemStyle": {
"color": "rgba(74,128,244,1.0)"
},
"lineStyle": {
"width": 3
},
"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": ["0.00", "0.00", "0.00", "0.00", "0.00", "0.00", "0.00"],
"type": "line",
"showSymbol": false,
"smooth": 0.15,
"itemStyle": {
"color": "rgba(255,108,207,1.0)"
},
"lineStyle": {
"width": 3
},
"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
}
}
}]
};