echarts-bot[bot] commented on issue #18831:
URL: https://github.com/apache/echarts/issues/18831#issuecomment-1614311313
@LBJDJW It seems you are not using English, I've helped translate the
content automatically. To make your issue understood by more people and get
helped, we'd like to suggest using English next time. 🤗
<details><summary><b>TRANSLATED</b></summary><br>
**TITLE**
[Bug] Through the drag and drop function, I changed the position of the
abscissa or ordinate title, but the click event failed, and the big guy knows it
**BODY**
### Version
5.0
### Link to Minimal Reproduction
none
### Steps to Reproduce
//I modified the position of the abscissa title in svg, and the click event
is invalid
if (clickType === 'font') {
myChart.on('click', params => {
console.log(params, 'paramsparams'); // cannot be executed here
onClick(params);
});
}
### Current Behavior
//I modified the position of the abscissa title in svg, and the click event
is invalid
if (clickType === 'font') {
myChart.on('click', params => {
console.log(params, 'paramsparams'); // cannot be executed here
onClick(params);
});
}
### Expected Behavior
//I modified the position of the abscissa title in svg, and the click event
is invalid
if (clickType === 'font') {
myChart.on('click', params => {
console.log(params, 'paramsparams'); // cannot be executed here
onClick(params);
});
}
### Environment
```markdown
- OS:
-Browser:
- Framework:
```
### Any additional comments?
_No response_
</details>
--
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]