fuxinruming opened a new issue #12476:
URL: https://github.com/apache/incubator-echarts/issues/12476
### Version
4.7.0
### Steps to reproduce
当X轴设置为inverse:true,series:[{
name: '石家庄',
type: 'scatter',
data: [
[67, 45],
[30, 24]
]
},
{
name: '保定',
type: 'scatter',
data: [
[67, 45],
[30, 24]
]
}]图表初始化就会出现
### What is expected?
希望只是X轴反转,而Y轴还在左侧
### What is actually happening?
Y轴在右侧
<!-- 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]