[S] Dim marklines a little bit
This commit is contained in:
@@ -56,28 +56,28 @@ export default class OverallLine extends Vue
|
||||
[
|
||||
{
|
||||
yAxis: 20000,
|
||||
itemStyle: {color: 'rgba(230,253,255,0.1)'}
|
||||
itemStyle: {color: 'rgba(230,253,255,0.09)'}
|
||||
}, {yAxis: 100}
|
||||
],
|
||||
// 80 to 100
|
||||
[
|
||||
{
|
||||
yAxis: 100,
|
||||
itemStyle: {color: 'rgba(241,255,237,0.1)'}
|
||||
itemStyle: {color: 'rgba(241,255,237,0.09)'}
|
||||
}, {yAxis: 80}
|
||||
],
|
||||
// 70 to 80
|
||||
[
|
||||
{
|
||||
yAxis: 80,
|
||||
itemStyle: {color: 'rgba(255,244,213,0.1)'}
|
||||
itemStyle: {color: 'rgba(255,244,213,0.09)'}
|
||||
}, {yAxis: 70}
|
||||
],
|
||||
// Below 70 (Fail)
|
||||
[
|
||||
{
|
||||
yAxis: 70,
|
||||
itemStyle: {color: 'rgb(255,190,184, 0.1)'}
|
||||
itemStyle: {color: 'rgb(255,190,184, 0.09)'}
|
||||
}, {yAxis: -1000}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user