需求变更整改

This commit is contained in:
guanj
2025-07-15 16:31:06 +08:00
parent 96518a4c9d
commit aa323c0d9c
50 changed files with 582 additions and 263 deletions

View File

@@ -252,9 +252,9 @@ const histogram = (res: any) => {
} else if (0.4 < params.value && params.value <= 0.8 && params.value !== 0.05) {
return '#FF9900'
} else if (0 < params.value && params.value <= 0.4 && params.value !== 0.05) {
return '#CC0000'
return '#A52a2a'
} else if (params.value == 0.05) {
return '#CC0000'
return '#A52a2a'
}
}
}
@@ -276,13 +276,13 @@ const histogram = (res: any) => {
name: '',
yAxis: 0.4,
lineStyle: {
color: '#CC0000'
color: '#A52a2a'
},
label: {
// position: "middle",
formatter: '{b}',
textStyle: {
color: '#CC0000'
color: '#A52a2a'
}
}
},

View File

@@ -163,7 +163,7 @@ const map = (res: any) => {
}
],
inRange: {
color: ['#ccc', '#CC0000', '#FF9900', '#3399CC', '#339966']
color: ['#ccc', '#A52a2a', '#FF9900', '#3399CC', '#339966']
}
},
@@ -284,9 +284,9 @@ const histogram = (res: any) => {
} else if (0.4 < params.value && params.value <= 0.8 && params.value !== 0.05) {
return '#FF9900'
} else if (0 < params.value && params.value <= 0.4 && params.value !== 0.05) {
return '#CC0000'
return '#A52a2a'
} else if (params.value == 0.05) {
return '#CC0000'
return '#A52a2a'
}
}
}
@@ -308,13 +308,13 @@ const histogram = (res: any) => {
name: '',
yAxis: 0.4,
lineStyle: {
color: '#CC0000'
color: '#A52a2a'
},
label: {
// position: "middle",
formatter: '{b}',
textStyle: {
color: '#CC0000'
color: '#A52a2a'
}
}
},