[+] Add mark area above 100

This commit is contained in:
Hykilpikonna
2019-11-07 21:31:36 -05:00
parent 3c66f99363
commit 8abfdd7f8e
+20 -1
View File
@@ -44,7 +44,26 @@ export default class OverallLine extends Vue
],
series:
{
smooth: true
smooth: true,
// Mark area
markArea:
{
silent: true,
data:
[
// Above 100
[
{
yAxis: 20000,
itemStyle:
{
color: 'rgb(230,253,255)',
opacity: 0.1
}
}, {yAxis: 100}
]
}
},
xAxis:
{