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.setOption({
title: {},
tooltip: {},
tooltip: {
trigger: "axis",
show: true
},
textStyle:{
color:'#BEC3DA'
},

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

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

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

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

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

Loading…
Cancel
Save