恢复一下
This commit is contained in:
@@ -372,14 +372,11 @@ export default {
|
||||
},
|
||||
// 触发人数
|
||||
getBrokenEcharts1() {
|
||||
let dataX = this.resX;
|
||||
let dataY1 = this.resY;
|
||||
this.brokenEcharts1 = echarts.init(
|
||||
document.getElementById("brokenEcharts1")
|
||||
);
|
||||
this.brokenEcharts1.setOption({
|
||||
tooltip: {
|
||||
show: this.filterShow == true? false: true ,
|
||||
trigger: "axis",
|
||||
},
|
||||
grid: {
|
||||
@@ -418,7 +415,7 @@ export default {
|
||||
series: [
|
||||
{
|
||||
type: "line",
|
||||
data: dataY1,
|
||||
data: this.resY,
|
||||
lineStyle: {
|
||||
color: "#4B87FE",
|
||||
},
|
||||
@@ -436,7 +433,6 @@ export default {
|
||||
);
|
||||
this.brokenEcharts2.setOption({
|
||||
tooltip: {
|
||||
show: this.filterShow == true? false: true,
|
||||
trigger: "axis",
|
||||
},
|
||||
grid: {
|
||||
@@ -494,7 +490,6 @@ export default {
|
||||
);
|
||||
this.brokenEcharts3.setOption({
|
||||
tooltip: {
|
||||
show: this.filterShow == true? false: true ,
|
||||
trigger: "axis",
|
||||
},
|
||||
grid: {
|
||||
@@ -572,7 +567,6 @@ export default {
|
||||
this.getColumnarEcharts(xData, yData)
|
||||
})
|
||||
},600)
|
||||
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user