[Bug] Matrix component click event is not triggered even when silent is false
Version
6.0.0
Link to Minimal Reproduction
https://echarts.apache.org/examples/en/editor.html?code=zVWxbtswEN39Fa_oQBtVnaTeZHRo3Y6ZOhRB4eEsnSPCFGmQ56aGoX_viVWMNAk8FEUcbsd7d4_3-CiFrdjg8RGHESAhOLHbEoeugMYtSbS_NMTJpUjgFCwDgJqESvwwn0wB89ksT3f9fyvT60T_Vrh_brBHE91c9SPdfDDLv7lytAr1sz1eaHDg4gJfPa0cw3rhSFV_5UMuWcdeSqzJJS6GTSvcfpO94_Mc-7xr0CDLdk0bhjSMip1DY-W9cJIs5WqPxCLW34JQBRcixhLJpy1FVXTysM0XXtPOCWyC8cGzmuWusVWjD2zDKRNErgRNcC7cgXwNHwSVs9WmJzv2yjwlzAMic39pvdFizXExYN7OZrMnye-2lqbE1bDd3ecHIz_R4KCUWqipywKXywI_ye3UFmbRnw3XbNA9KnqxZ_1qzXNU5Bz03aibn1WBUbtfNBRlGvzYZAur3dc7n786YzUttWmSfzdV8Ck4nrpwO_5jKK7fKHjAzBVCjqMck-o7vBvSU08tK6abzH8D&enc=deflate
Steps to Reproduce
- Open the ECharts Official Editor with the Matrix Mini Bar Geo example: https://echarts.apache.org/examples/en/editor.html?c=matrix-mini-bar-geo
- Insert the following code at the top of the editor's JavaScript area:
myChart.on('click', function (params) {
console.log(params);
});
- Run the code.
- Click on a text cell within the matrix (e.g., the cell displaying a city name like "Valais").
Current Behavior
- When clicking on a text cell, no log output appears in the browser's console.
- When clicking on a bar chart, log output related to the series data is correctly displayed in the console.
Expected Behavior
The click event should be triggered.
Environment
- OS: macOS Sequoia
- Browser: Chrome 141.0.7390.108
- Framework: [email protected]
Any additional comments?
No response
I'm sorry to close this issue for it lacks the necessary title. Please provide a descriptive and as concise as possible title to describe your problems or requests and then the maintainers or I will reopen this issue.
Every good bug report or feature request starts with a title. Your issue title is a critical element as it's the first thing maintainers see.
A good issue title makes it easier for maintainers to understand what the issue is, easily locate it, and know what steps they'll need to take to fix it.
Moreover, it's better to include keywords, as this makes it easier to find the issue self and similar issues in searches.