xumiaojun opened a new issue, #20031:
URL: https://github.com/apache/echarts/issues/20031
### Version
5.5.0
### Link to Minimal Reproduction
options:{ ...省略 toolbox: { feature: { magicType: { type:
['stack', 'tiled'], }, dataView: { show: false }, }, },
series: [ { stack:‘one’, ...省略 }, { stack:‘one’, ...省略 } ] }
### Steps to Reproduce
options:{
...省略
toolbox: {
feature: {
magicType: {
type: ['stack', 'tiled'],
},
dataView: { show: false },
},
},
series: [
{
stack:‘one’,
...省略
},
{
stack:‘one’,
...省略
}
]
}
### Current Behavior
初始化ercharts时,

数据默认stack都是one,一致的,但是此处按钮提示却是切换堆叠,应该显示切换平铺才对。这样会导致点击两次之后才能达到想要的效果。
### Expected Behavior
数据默认stack都是one,一致时,切换按钮应该显示切换平铺。
### Environment
_No response_
### Any additional comments?
_No response_
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]