[S] Dim marklines a little bit

This commit is contained in:
Hykilpikonna
2019-11-07 21:40:16 -05:00
parent 7cc4567245
commit 5503aff6b1
@@ -56,28 +56,28 @@ export default class OverallLine extends Vue
[ [
{ {
yAxis: 20000, yAxis: 20000,
itemStyle: {color: 'rgba(230,253,255,0.1)'} itemStyle: {color: 'rgba(230,253,255,0.09)'}
}, {yAxis: 100} }, {yAxis: 100}
], ],
// 80 to 100 // 80 to 100
[ [
{ {
yAxis: 100, yAxis: 100,
itemStyle: {color: 'rgba(241,255,237,0.1)'} itemStyle: {color: 'rgba(241,255,237,0.09)'}
}, {yAxis: 80} }, {yAxis: 80}
], ],
// 70 to 80 // 70 to 80
[ [
{ {
yAxis: 80, yAxis: 80,
itemStyle: {color: 'rgba(255,244,213,0.1)'} itemStyle: {color: 'rgba(255,244,213,0.09)'}
}, {yAxis: 70} }, {yAxis: 70}
], ],
// Below 70 (Fail) // Below 70 (Fail)
[ [
{ {
yAxis: 70, yAxis: 70,
itemStyle: {color: 'rgb(255,190,184, 0.1)'} itemStyle: {color: 'rgb(255,190,184, 0.09)'}
}, {yAxis: -1000} }, {yAxis: -1000}
] ]
] ]