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