soundlake opened a new issue, #21407: URL: https://github.com/apache/echarts/issues/21407
### Version 6.0.0 ### Link to Minimal Reproduction https://codepen.io/soundlake/pen/yyORLNg ### Steps to Reproduce 1. Create chart with `markLine` 2. Add data that can produce horizontal (no height) or vertical (no width) mark line 3. Add `shadow*` to the `lineStyle` ### Current Behavior The line gets disappeared while symbols and label are shown. ### Expected Behavior The line also be shown. ### Environment ```markdown - OS: Windows 11 - Browser: Edge 142 - Framework: Plain JS ``` ### Any additional comments? It might be a `zrender` bug, but at least, the doc should warn. This is a known issue for SVG, at least on [StackOverflow](https://stackoverflow.com/questions/47758565/adding-fedropshadow-to-a-vertical-line-in-svg-makes-it-disappear). -- 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]
