niyuanwen1983 opened a new issue, #18391:
URL: https://github.com/apache/echarts/issues/18391
### Version
5.4.0
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
{
type: 'bar',
selectedMode: 'single',
select: {
itemStyle: {
color: 'transparent',
borderColor: '#000000', // 选中柱状的边框为黑色
borderWidth: 1
}
},
......
}
### Current Behavior
折线柱状混合图中,有折线与柱状重合的区域(折线压在柱状上),鼠标点击在折线上,无法触发该区域柱状的select样式;如果直接点击在该柱状上(离开折线一定距离),可以触发柱状的选中样式
### Expected Behavior
希望在折线柱状混合图中,有折线与柱状重合的区域,鼠标点击在折线上,也能够触发该区域柱状的select样式。
### Environment
```markdown
- OS:windows11
- Browser:Chrome111
- Framework:
```
### 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]