Gyyi opened a new issue #16424: URL: https://github.com/apache/echarts/issues/16424
### Version 5.2.0 ### Link to Minimal Reproduction https://jsfiddle.net/peyuof13/2/ ### Steps to Reproduce an old bug, but still remain ` Create a line step chart. Set series data containing some starting values followed by a number of 'null' entries. Set connectNulls to trueon that series. ` ### Current Behavior After a long-null range of series occurs - echarts reverts to drawing an interpolated line. ### Expected Behavior E-charts should draw a draw a long-step line from the start to the end of the chart. ### Environment ```markdown - OS: - Browser: - Framework: ``` ### Any additional comments? https://github.com/apache/echarts/issues/11274 -- 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]
