tomkpunkt opened a new issue, #21510: URL: https://github.com/apache/echarts/issues/21510
### Version 6.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html ### Steps to Reproduce There is an issue with missing lines between the points, if all values are 0. With the lineshadow option is set and the selected renderer is SVG. With Canvas Renderer it works. Sample: option = { xAxis: { type: 'category', data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'] }, yAxis: { type: 'value' }, series: [ { data: [0, 0, 0, 0, 0, 0, 0], type: 'line', lineStyle: { width: 1, shadowBlur: 1 } } ] }; ### Current Behavior The Points are displayed, but not connected. ### Expected Behavior The Points are displayed and the line between the points are displayed. ### Environment ```markdown - OS:Win11 - Browser:Brave ``` ### 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]
