ivoytov opened a new issue, #18231: URL: https://github.com/apache/echarts/issues/18231
### Version 5.4 ### Link to Minimal Reproduction https://codesandbox.io/s/5shp3v?file=/index.js ### Steps to Reproduce 1. Start with [this Echarts example](https://echarts.apache.org/examples/en/editor.html?c=area-stack) 2. Add a tooltip `formatter: (params) => { console.log("here") }` call back function in the top tooltip section. Verify it works. 3. Move the `formatter` into `grid` -> `tooltip` section as shown in [this codepen](https://codesandbox.io/s/5shp3v?file=/index.js) 4. The callback stops working. ### Current Behavior Formatter callback never gets called when it's inside a `grid.tooltip` ### Expected Behavior Callback should be called if it's in top-level `tooltip` or `grid` or `series`. ### Environment ```markdown - OS: - Browser: Chrome - 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]
