qiaoxiayu opened a new issue #13298:
URL: https://github.com/apache/incubator-echarts/issues/13298
### Version
4.9.0
### Steps to reproduce
option = {
xAxis: [{
type: 'category',
data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'],
axisLine : {
lineStyle :{
color:' blue',
width:10
}
},
},{
type:'category',
position : 'top',
data:['1', '2', '3', '4', '5'],
axisLine : {
lineStyle :{
color:'red',
width:5
}
},
name:'123',
nameLocation:'start'
}],
yAxis: [{
type: 'value',
show:true,
},{
type:'value',
show:false,
}],
series: [{
data: [820, 932, 901, 934, 1290, 1330, 1320],
type: 'line'
}]
};
### What is expected?
希望坐标轴在同时有两个X轴和两个Y轴时,顶部X轴不会掉到底部
### What is actually happening?
坐标轴在同时有两个X轴和两个Y轴时,顶部X轴会掉到底部
<!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]