|
@@ -242,7 +242,7 @@ export default {
|
|
color: new echarts.graphic.LinearGradient(0, 0, 1, 0, [ // 颜色渐变
|
|
color: new echarts.graphic.LinearGradient(0, 0, 1, 0, [ // 颜色渐变
|
|
{
|
|
{
|
|
offset: 0,
|
|
offset: 0,
|
|
- color: 'rgba(207, 168, 9, .1)'
|
|
|
|
|
|
+ color: 'rgba(207, 168, 9, .5)'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
offset: 0.5,
|
|
offset: 0.5,
|
|
@@ -250,7 +250,7 @@ export default {
|
|
},
|
|
},
|
|
{
|
|
{
|
|
offset: 1,
|
|
offset: 1,
|
|
- color: 'rgba(207, 168, 9, .1)'
|
|
|
|
|
|
+ color: 'rgba(207, 168, 9, .5)'
|
|
}
|
|
}
|
|
])
|
|
])
|
|
}
|
|
}
|
|
@@ -284,7 +284,7 @@ export default {
|
|
color: new echarts.graphic.LinearGradient(0, 0, 1, 0, [ // 颜色渐变
|
|
color: new echarts.graphic.LinearGradient(0, 0, 1, 0, [ // 颜色渐变
|
|
{
|
|
{
|
|
offset: 0,
|
|
offset: 0,
|
|
- color: 'rgba(73, 228, 233, .1)'
|
|
|
|
|
|
+ color: 'rgba(73, 228, 233, .5)'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
offset: 0.5,
|
|
offset: 0.5,
|
|
@@ -292,7 +292,7 @@ export default {
|
|
},
|
|
},
|
|
{
|
|
{
|
|
offset: 1,
|
|
offset: 1,
|
|
- color: 'rgba(73, 228, 233, .1)'
|
|
|
|
|
|
+ color: 'rgba(73, 228, 233, .5)'
|
|
}
|
|
}
|
|
])
|
|
])
|
|
}
|
|
}
|