tmscer commented on issue #14689: URL: https://github.com/apache/echarts/issues/14689#issuecomment-825381533
I've simplified the example. I removed as much as possible, however, to see the bug, some data (~1600 datapoints) is left in the example to actually see the bug. See https://codepen.io/tmscer/pen/yLgGXbo. There is a `null` value on line 634 with which other datapoints shouldn't be connected. I suspect sampling may play a role since once removed, the null value is no longer connected. Zooming, as per issue's first comment, disconnects the `null` datapoint. Let me know if the demo is simple enough. But I am afraid that further significant simplification isn't possible. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
