修改测试问题
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,
|
||||
|
||||
Reference in New Issue
Block a user