修改测试问题
This commit is contained in:
@@ -45,7 +45,7 @@ const initChart = () => {
|
||||
color: '#000',
|
||||
textStyle: {
|
||||
color: '#000',
|
||||
fontSize: '18'
|
||||
fontSize: '15'
|
||||
},
|
||||
// },
|
||||
...(props.options?.title || null)
|
||||
@@ -108,14 +108,14 @@ const initChart = () => {
|
||||
|
||||
bottom: '20px',
|
||||
end: 100,
|
||||
filterMode: 'none'
|
||||
filterMode: 'filter'
|
||||
},
|
||||
{
|
||||
start: 0,
|
||||
height: 13,
|
||||
bottom: '20px',
|
||||
end: 100,
|
||||
filterMode: 'none'
|
||||
filterMode: 'filter'
|
||||
}
|
||||
// {
|
||||
// show: true,
|
||||
|
||||
@@ -684,7 +684,7 @@ const initWave = (
|
||||
align: 'left'
|
||||
},
|
||||
textStyle: {
|
||||
fontSize: '16px',
|
||||
fontSize: '14px',
|
||||
color: props.DColor ? '#000' : echartsColor.WordColor
|
||||
}
|
||||
},
|
||||
@@ -809,13 +809,15 @@ const initWave = (
|
||||
height: 13,
|
||||
start: 0,
|
||||
bottom: '20px',
|
||||
end: 100
|
||||
end: 100,
|
||||
filterMode: 'filter'
|
||||
},
|
||||
{
|
||||
start: 0,
|
||||
height: 13,
|
||||
bottom: '20px',
|
||||
end: 100
|
||||
end: 100,
|
||||
filterMode: 'filter'
|
||||
}
|
||||
],
|
||||
series: [
|
||||
@@ -1027,7 +1029,7 @@ const drawPics = (
|
||||
left: 'center',
|
||||
text: '', //titlename || title,
|
||||
textStyle: {
|
||||
fontSize: '16px',
|
||||
fontSize: '15px',
|
||||
color: props.DColor ? '#000' : echartsColor.WordColor
|
||||
}
|
||||
},
|
||||
|
||||
@@ -448,7 +448,7 @@ const initWave = (
|
||||
left: 'center',
|
||||
text: titleText,
|
||||
textStyle: {
|
||||
fontSize: '16px',
|
||||
fontSize: '14px',
|
||||
color: props.DColor ? '#000' : echartsColor.WordColor
|
||||
}
|
||||
},
|
||||
@@ -565,13 +565,15 @@ const initWave = (
|
||||
height: 13,
|
||||
start: 0,
|
||||
bottom: '20px',
|
||||
end: 100
|
||||
end: 100,
|
||||
filterMode: 'filter'
|
||||
},
|
||||
{
|
||||
start: 0,
|
||||
height: 13,
|
||||
bottom: '20px',
|
||||
end: 100
|
||||
end: 100,
|
||||
filterMode: 'filter'
|
||||
}
|
||||
],
|
||||
series: [
|
||||
|
||||
Reference in New Issue
Block a user