no message
This commit is contained in:
@@ -386,8 +386,8 @@ export default {
|
|||||||
},
|
},
|
||||||
setEchart2 () {
|
setEchart2 () {
|
||||||
let colors = ['#1980EA', '#67D470', '#B4C9EF', '#EF5252']
|
let colors = ['#1980EA', '#67D470', '#B4C9EF', '#EF5252']
|
||||||
let colorListIn = ['#15347b', '#67D470', '#B4C9EF', '#EF5252']
|
let colorListIn = ['#141828', '#67D470', '#B4C9EF', '#EF5252']
|
||||||
let colorListOut = ['#1980EA', '#15347b', '#15347b', '#15347b']
|
let colorListOut = ['#1980EA', '#141828', '#141828', '#141828']
|
||||||
let seriesData = this.stateStatistics.fourState
|
let seriesData = this.stateStatistics.fourState
|
||||||
seriesData.map((el, i) => {
|
seriesData.map((el, i) => {
|
||||||
el.value = el.status
|
el.value = el.status
|
||||||
@@ -512,7 +512,7 @@ export default {
|
|||||||
show: false
|
show: false
|
||||||
},
|
},
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
borderColor: '#15347b',
|
borderColor: '#141828',
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
color: (params) => {
|
color: (params) => {
|
||||||
return colorListIn[params.dataIndex]
|
return colorListIn[params.dataIndex]
|
||||||
@@ -536,7 +536,7 @@ export default {
|
|||||||
show: false
|
show: false
|
||||||
},
|
},
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
borderColor: '#15347b',
|
borderColor: '#141828',
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
color: (params) => {
|
color: (params) => {
|
||||||
return colorListOut[params.dataIndex]
|
return colorListOut[params.dataIndex]
|
||||||
@@ -685,8 +685,8 @@ export default {
|
|||||||
},
|
},
|
||||||
setEchart4 () {
|
setEchart4 () {
|
||||||
let colors = ['#1980EA', '#67D470', '#B4C9EF', '#EF5252']
|
let colors = ['#1980EA', '#67D470', '#B4C9EF', '#EF5252']
|
||||||
let colorListIn = ['#15347b', '#67D470', '#B4C9EF', '#EF5252']
|
let colorListIn = ['#141828', '#67D470', '#B4C9EF', '#EF5252']
|
||||||
let colorListOut = ['#1980EA', '#15347b', '#15347b', '#15347b']
|
let colorListOut = ['#1980EA', '#141828', '#141828', '#141828']
|
||||||
let seriesData = this.stateStatistics.fourState
|
let seriesData = this.stateStatistics.fourState
|
||||||
seriesData.map((el, i) => {
|
seriesData.map((el, i) => {
|
||||||
el.value = el.status
|
el.value = el.status
|
||||||
@@ -811,7 +811,7 @@ export default {
|
|||||||
show: false
|
show: false
|
||||||
},
|
},
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
borderColor: '#15347b',
|
borderColor: '#141828',
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
color: (params) => {
|
color: (params) => {
|
||||||
return colorListIn[params.dataIndex]
|
return colorListIn[params.dataIndex]
|
||||||
@@ -835,7 +835,7 @@ export default {
|
|||||||
show: false
|
show: false
|
||||||
},
|
},
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
borderColor: '#15347b',
|
borderColor: '#141828',
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
color: (params) => {
|
color: (params) => {
|
||||||
return colorListOut[params.dataIndex]
|
return colorListOut[params.dataIndex]
|
||||||
|
|||||||
Reference in New Issue
Block a user