|
@@ -221,18 +221,18 @@ export default {
|
|
|
data:dateNum,
|
|
|
type: 'line',
|
|
|
itemStyle: {
|
|
|
- color: 'rgb(78,109,60)'
|
|
|
+ color: 'rgb(255,128,0)'
|
|
|
},
|
|
|
symbol: "none",
|
|
|
areaStyle: {
|
|
|
color: new this.echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
|
|
{
|
|
|
offset: 0,
|
|
|
- color: 'rgb(207,243,68)'
|
|
|
+ color: 'rgb(253,222,2)'
|
|
|
},
|
|
|
{
|
|
|
offset: 1,
|
|
|
- color: 'rgb(119,189,74)'
|
|
|
+ color: 'rgb(255,128,0)'
|
|
|
}
|
|
|
])
|
|
|
},
|
|
@@ -334,18 +334,18 @@ export default {
|
|
|
data:dateNum,
|
|
|
type: 'line',
|
|
|
itemStyle: {
|
|
|
- color: 'rgb(24,56,255)'
|
|
|
+ color: 'rgb(0,0,255)'
|
|
|
},
|
|
|
symbol: "none",
|
|
|
areaStyle: {
|
|
|
color: new this.echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
|
|
{
|
|
|
offset: 0,
|
|
|
- color: 'rgb(8,32,252)'
|
|
|
+ color: 'rgb(0,255,255)'
|
|
|
},
|
|
|
{
|
|
|
offset: 1,
|
|
|
- color: 'rgb(21,171,231)'
|
|
|
+ color: 'rgb(0,0,255)'
|
|
|
}
|
|
|
])
|
|
|
},
|
|
@@ -457,18 +457,18 @@ export default {
|
|
|
data:dateNum,
|
|
|
type: 'line',
|
|
|
itemStyle: {
|
|
|
- color: 'rgb(142,161,131)'
|
|
|
+ color: 'rgb(0,128,0)'
|
|
|
},
|
|
|
symbol: "none",
|
|
|
areaStyle: {
|
|
|
color: new this.echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
|
|
{
|
|
|
offset: 0,
|
|
|
- color: 'rgb(229,245,171)'
|
|
|
+ color: 'rgb(128,255,0)'
|
|
|
},
|
|
|
{
|
|
|
offset: 1,
|
|
|
- color: 'rgb(156,186,137)'
|
|
|
+ color: 'rgb(0,128,0)'
|
|
|
}
|
|
|
])
|
|
|
},
|
|
@@ -581,7 +581,7 @@ export default {
|
|
|
data:dateNum,
|
|
|
type: 'line',
|
|
|
itemStyle: {
|
|
|
- color: 'rgb(60,95,109)'
|
|
|
+ color: 'rgb(128,0,109)'
|
|
|
},
|
|
|
symbol: "none",
|
|
|
areaStyle: {
|
|
@@ -592,7 +592,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
offset: 1,
|
|
|
- color: 'rgb(74,143,189)'
|
|
|
+ color: 'rgb(128,0,255)'
|
|
|
}
|
|
|
])
|
|
|
},
|