样式修改
This commit is contained in:
@ -355,7 +355,7 @@
|
||||
return [x, y];
|
||||
},
|
||||
},
|
||||
color: ['#009C77', '#BFE49F'],
|
||||
color: ['#009458', '#BFE49F'],
|
||||
grid: {
|
||||
top: '15%',
|
||||
left: '10%',
|
||||
|
||||
@ -712,7 +712,7 @@
|
||||
borderColor: 'red'
|
||||
}
|
||||
},
|
||||
color: ['#009C77', '#BFE49F'],
|
||||
color: ['#009458', '#BFE49F'],
|
||||
legend: {},
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
@ -902,7 +902,7 @@
|
||||
borderColor: 'red'
|
||||
}
|
||||
},
|
||||
color: ['#009C77', '#f0c252', '#0f94da'],
|
||||
color: ['#009458', '#f0c252', '#0f94da'],
|
||||
legend: {},
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
@ -960,11 +960,11 @@
|
||||
data: yAxisData1,
|
||||
type: 'line',
|
||||
lineStyle: {
|
||||
color: '#009C77'
|
||||
color: '#009458'
|
||||
},
|
||||
areaStyle: {
|
||||
opacity: 0,
|
||||
color: '#009C77'
|
||||
color: '#009458'
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -1084,7 +1084,7 @@
|
||||
borderColor: 'red'
|
||||
}
|
||||
},
|
||||
color: ['#009C77', '#f0c252', '#0f94da'],
|
||||
color: ['#009458', '#f0c252', '#0f94da'],
|
||||
legend: {},
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
@ -1142,11 +1142,11 @@
|
||||
data: yAxisData1,
|
||||
type: 'line',
|
||||
lineStyle: {
|
||||
color: '#009C77'
|
||||
color: '#009458'
|
||||
},
|
||||
areaStyle: {
|
||||
opacity: 0,
|
||||
color: '#009C77'
|
||||
color: '#009458'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@ -540,7 +540,7 @@
|
||||
this.curve_option = {
|
||||
animationDuration: 500,
|
||||
animationEasing: "cubicInOut",
|
||||
color: ['#009C77', '#BFE49F'],
|
||||
color: ['#009458', '#BFE49F'],
|
||||
tooltip: {
|
||||
trigger: "axis",
|
||||
textStyle: {
|
||||
|
||||
@ -485,7 +485,7 @@
|
||||
soc.push(v.inCoreDataCurve);
|
||||
});
|
||||
this.curve_option = {
|
||||
color: ["#009C77", "#BFE49F"],
|
||||
color: ["#009458", "#BFE49F"],
|
||||
animationDuration: 500,
|
||||
animationEasing: "cubicInOut",
|
||||
tooltip: {
|
||||
|
||||
@ -547,7 +547,7 @@
|
||||
return [x, y];
|
||||
},
|
||||
},
|
||||
color: ['#009C77', '#BFE49F'],
|
||||
color: ['#009458', '#BFE49F'],
|
||||
grid: {
|
||||
top: '15%',
|
||||
left: '5%',
|
||||
|
||||
@ -329,7 +329,7 @@
|
||||
barWidth: 15,
|
||||
type: 'bar',
|
||||
itemStyle: {
|
||||
color: '#009C77',
|
||||
color: '#009458',
|
||||
emphasis: {
|
||||
color: '#faba11' // hover拐点颜色定义
|
||||
}
|
||||
@ -467,7 +467,7 @@
|
||||
barWidth: 12,
|
||||
type: 'bar',
|
||||
itemStyle: {
|
||||
color: '#009C77',
|
||||
color: '#009458',
|
||||
emphasis: {
|
||||
color: '#faba11' // hover拐点颜色定义
|
||||
}
|
||||
@ -627,7 +627,7 @@
|
||||
barWidth: '15',
|
||||
type: 'bar',
|
||||
itemStyle: {
|
||||
color: '#009C77',
|
||||
color: '#009458',
|
||||
emphasis: {
|
||||
color: '#fbbb11'
|
||||
}
|
||||
|
||||
@ -480,7 +480,7 @@
|
||||
soc.push(v.inCoreDataCurve);
|
||||
});
|
||||
this.curve_option = {
|
||||
color: ["#009C77", "#BFE49F"],
|
||||
color: ["#009458", "#BFE49F"],
|
||||
animationDuration: 500,
|
||||
animationEasing: "cubicInOut",
|
||||
tooltip: {
|
||||
|
||||
@ -667,7 +667,7 @@
|
||||
return [x, y];
|
||||
},
|
||||
},
|
||||
color: ['#009C77', '#BFE49F'],
|
||||
color: ['#009458', '#BFE49F'],
|
||||
grid: {
|
||||
top: '15%',
|
||||
left: '5%',
|
||||
|
||||
Reference in New Issue
Block a user