-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Open
Labels
bugenThis issue is in EnglishThis issue is in EnglishpendingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.
Description
Version
6.0.0
Link to Minimal Reproduction
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
Metadata
Metadata
Assignees
Labels
bugenThis issue is in EnglishThis issue is in EnglishpendingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.