jdupont22 opened a new issue, #19983: URL: https://github.com/apache/echarts/issues/19983
### Version 5.5.0 ### Link to Minimal Reproduction https://gist.github.com/jdupont22/6d99ddbe1d621db4a0a46a629068d6c2 ### Steps to Reproduce Launch previous code in the gist and move the cursor to any point. ### Current Behavior The tooltip value is not displayed for the custom chart  When I change the type axis from type: 'time' to type: 'category' the tooltip value is displayed, but the render is broken for my custom chart. Can someone tell me why the tooltip is working with type 'category' and not with the type 'time' ?  ### Expected Behavior Tooltip to be displayed with type='time' as for type='category' ### Environment ```markdown - OS: macOS 14.1.1 - Browser: Brave Version 1.65.126 Chromium: 124.0.6367.118 - Framework: [email protected]+, echarts-for-react: 3.0.2 ``` ### 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]
