[+] Add mark area from 70 to 80
This commit is contained in:
@@ -73,6 +73,17 @@ export default class OverallLine extends Vue
|
|||||||
opacity: 0.1
|
opacity: 0.1
|
||||||
}
|
}
|
||||||
}, {yAxis: 80}
|
}, {yAxis: 80}
|
||||||
|
],
|
||||||
|
// 70 - 80
|
||||||
|
[
|
||||||
|
{
|
||||||
|
yAxis: 80,
|
||||||
|
itemStyle:
|
||||||
|
{
|
||||||
|
color: 'rgb(255,242,226)',
|
||||||
|
opacity: 0.1
|
||||||
|
}
|
||||||
|
}, {yAxis: 70}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user