修改测试BUG
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user