结果图:
详细代码:
const colors = ['#7CB5EC', '#90ED7D', '#F7A35C'];
option =
{
color: colors,
tooltip: {
trigger: 'axis',
axisPointer: {
type: 'cross'
}
},
grid: {
right:'5%'
},
legend: {
data: ['1#8T球磨机', '2#8T球磨机', '3#8T球磨机','目标单耗','行业单耗']
},
xAxis: [
{
type: 'category',
axisTick: {
alignWithLabel: true
},
data: ['9-26', '9-27', '9-28', '9-29', '9-30', '10-01', '10-02', '10-03', '10-04', '10-05', '10-06', '10-07','10-08','10-09']
}
],
yAxis: [
{
position: 'right',
alignTicks: tru