修改测试BUG

This commit is contained in:
guanj
2026-06-18 16:35:16 +08:00
parent 13f11596e4
commit 8527939eb1
44 changed files with 1329 additions and 953 deletions

View File

@@ -767,6 +767,9 @@ const initWave = (
// min: rmscu[0]?.[1] - rmscu[0]?.[1] * 0.2 || 0,
max: yRange.max,
min: yRange.min,
interval: yRange.interval,
minInterval: yRange.interval,
scale: false,
boundaryGap: [0, '100%'],
showLastLabel: true,
opposite: false,
@@ -799,25 +802,26 @@ const initWave = (
grid: {
left: '60px',
right: '45px',
bottom: '40px',
bottom: '45px',
top: '60px'
// containLabel: true
},
dataZoom: [
{
{
type: 'inside',
height: 13,
start: 0,
bottom: '20px',
bottom: '10px',
end: 100,
filterMode: 'filter'
filterMode: 'none'
},
{
start: 0,
height: 13,
bottom: '20px',
bottom: '10px',
end: 100,
filterMode: 'filter'
filterMode: 'none'
}
],
series: [
@@ -1101,6 +1105,9 @@ const drawPics = (
showLastLabel: true,
max: yRange.max,
min: yRange.min,
interval: yRange.interval,
minInterval: yRange.interval,
scale: false,
opposite: false,
// max: Math.floor((rmscm[0]?.[1] * 1.06 || 0) * 1.1 * 10) / 10,
// min: Math.floor((rmscu[0]?.[1] - rmscu[0]?.[1] * 0.2 || 0) * 10) / 10,
@@ -1133,23 +1140,26 @@ const drawPics = (
grid: {
left: '60px',
right: '45px',
bottom: '40px',
bottom: '45px',
top: '60px'
// containLabel: true
},
dataZoom: [
{
{
type: 'inside',
height: 13,
start: 0,
bottom: '20px',
end: 100
bottom: '10px',
end: 100,
filterMode: 'none'
},
{
start: 0,
height: 13,
bottom: '20px',
end: 100
bottom: '10px',
end: 100,
filterMode: 'none'
}
],
series: [

View File

@@ -527,6 +527,9 @@ const initWave = (
showLastLabel: true,
max: yRange.max,
min: yRange.min,
interval: yRange.interval,
minInterval: yRange.interval,
scale: false,
opposite: false,
nameTextStyle: {
fontSize: '12px',
@@ -557,7 +560,7 @@ const initWave = (
grid: {
left: '60px',
right: '45px',
bottom: '40px',
bottom: '45px',
top: '60px'
},
dataZoom: [
@@ -565,16 +568,17 @@ const initWave = (
type: 'inside',
height: 13,
start: 0,
bottom: '20px',
bottom: '10px',
end: 100,
filterMode: 'filter'
filterMode: 'none'
},
{
start: 0,
height: 13,
bottom: '20px',
bottom: '10px',
end: 100,
filterMode: 'filter'
filterMode: 'none'
}
],
series: [
@@ -838,6 +842,9 @@ const drawPics = (
showLastLabel: true,
max: yRange.max,
min: yRange.min,
interval: yRange.interval,
minInterval: yRange.interval,
scale: false,
opposite: false,
nameTextStyle: {
fontSize: '12px',
@@ -868,7 +875,7 @@ const drawPics = (
grid: {
left: '60px',
right: '45px',
bottom: '40px',
bottom: '45px',
top: '60px'
// containLabel: true
},
@@ -877,14 +884,17 @@ const drawPics = (
type: 'inside',
height: 13,
start: 0,
bottom: '20px',
end: 100
bottom: '10px',
end: 100,
filterMode: 'none'
},
{
start: 0,
height: 13,
bottom: '20px',
end: 100
bottom: '10px',
end: 100,
filterMode: 'none'
}
],
series: [