langkamp-aspen opened a new issue, #21683: URL: https://github.com/apache/echarts/issues/21683
### Version 6.1 ### Link to Minimal Reproduction https://jsfiddle.net/Lvop3jc7/ ### Steps to Reproduce 1. Add a series with markLine and then inside the data of the markLine have one empty object ` markLine: { data: [ { "yAxis": 1 }, {}, { "yAxis": 3 }, ] }` ### Current Behavior No markLine is rendered. There is a error Uncaught TypeError: Cannot read properties of undefined (reading 'coord') ### Expected Behavior The empty markLine is skipped in rendering, but the other marklines are rendered. No error. ### Environment ```markdown - OS: Windows 11 - 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]
