jiminglei 2 years ago
parent e2416d5f94
commit 042e9c52a4
  1. 5
      psdc-ui/src/views/emonitor/db/index.vue
  2. 11
      psdc-ui/src/views/emonitor/drgl/index.vue
  3. 10
      psdc-ui/src/views/emonitor/frdl/index.vue
  4. 10
      psdc-ui/src/views/emonitor/kqyrb/index.vue
  5. 5
      psdc-ui/src/views/emonitor/wdcgq/index.vue
  6. 10
      psdc-ui/src/views/emonitor/xrgl/index.vue

@ -268,7 +268,10 @@ export default {
myChart2 = echarts.init(document.getElementById("myEcharts2")); myChart2 = echarts.init(document.getElementById("myEcharts2"));
myChart2.setOption({ myChart2.setOption({
title: {}, title: {},
tooltip: {}, tooltip: {
trigger: "axis",
show: true
},
textStyle:{ textStyle:{
color:'#BEC3DA' color:'#BEC3DA'
}, },

@ -358,7 +358,11 @@ export default {
myChart4 = echarts.init(document.getElementById("myEcharts4")); myChart4 = echarts.init(document.getElementById("myEcharts4"));
myChart4.setOption({ myChart4.setOption({
title: {}, title: {},
tooltip: {}, tooltip: {
trigger: "axis",
show: true
},
legend: { legend: {
data: ['进水', '出水'], data: ['进水', '出水'],
textStyle:{ textStyle:{
@ -447,7 +451,10 @@ export default {
myChart3 = echarts.init(document.getElementById("myEcharts3")); myChart3 = echarts.init(document.getElementById("myEcharts3"));
myChart3.setOption({ myChart3.setOption({
title: {}, title: {},
tooltip: {}, tooltip: {
trigger: "axis",
show: true
},
textStyle:{ textStyle:{
color:'#BEC3DA' color:'#BEC3DA'
}, },

@ -350,7 +350,10 @@ export default {
myChart4 = echarts.init(document.getElementById("myEcharts4")); myChart4 = echarts.init(document.getElementById("myEcharts4"));
myChart4.setOption({ myChart4.setOption({
title: {}, title: {},
tooltip: {}, tooltip: {
trigger: "axis",
show: true
},
textStyle:{ textStyle:{
color:'#BEC3DA' color:'#BEC3DA'
}, },
@ -424,7 +427,10 @@ export default {
myChart3 = echarts.init(document.getElementById("myEcharts3")); myChart3 = echarts.init(document.getElementById("myEcharts3"));
myChart3.setOption({ myChart3.setOption({
title: {}, title: {},
tooltip: {}, tooltip: {
trigger: "axis",
show: true
},
textStyle:{ textStyle:{
color:'#BEC3DA' color:'#BEC3DA'
}, },

@ -355,7 +355,10 @@ export default {
myChart4 = echarts.init(document.getElementById("myEcharts4")); myChart4 = echarts.init(document.getElementById("myEcharts4"));
myChart4.setOption({ myChart4.setOption({
title: {}, title: {},
tooltip: {}, tooltip: {
trigger: "axis",
show: true
},
legend: { legend: {
data: ['进水', '出水'], data: ['进水', '出水'],
textStyle:{ textStyle:{
@ -443,7 +446,10 @@ export default {
myChart3 = echarts.init(document.getElementById("myEcharts3")); myChart3 = echarts.init(document.getElementById("myEcharts3"));
myChart3.setOption({ myChart3.setOption({
title: {}, title: {},
tooltip: {}, tooltip: {
trigger: "axis",
show: true
},
textStyle:{ textStyle:{
color:'#BEC3DA' color:'#BEC3DA'
}, },

@ -81,7 +81,10 @@ export default {
// //
myChart.setOption({ myChart.setOption({
title: {}, title: {},
tooltip: {}, tooltip: {
trigger: "axis",
show: true
},
legend: { legend: {
selectedMode: 'single', selectedMode: 'single',
textStyle:{ textStyle:{

@ -247,7 +247,10 @@ export default {
myChart3 = echarts.init(document.getElementById("myEcharts3")); myChart3 = echarts.init(document.getElementById("myEcharts3"));
myChart3.setOption({ myChart3.setOption({
title: {}, title: {},
tooltip: {}, tooltip: {
trigger: "axis",
show: true
},
textStyle:{ textStyle:{
color:'#BEC3DA' color:'#BEC3DA'
}, },
@ -430,7 +433,10 @@ export default {
myChart4 = echarts.init(document.getElementById("myEcharts4")); myChart4 = echarts.init(document.getElementById("myEcharts4"));
myChart4.setOption({ myChart4.setOption({
title: {}, title: {},
tooltip: {}, tooltip: {
trigger: "axis",
show: true
},
legend: { legend: {
textStyle:{ textStyle:{
color:'#BEC3DA' color:'#BEC3DA'

Loading…
Cancel
Save