tmtron commented on issue #10228: wrong line display after setOption() URL: https://github.com/apache/incubator-echarts/issues/10228#issuecomment-480765325 I've removed lots of data and some more settings, so that the issue still occurs: https://jsfiddle.net/tmtron/brndo1hf/72/ I noticed something that may be helpful: * the time of the first data-point in `datasetSource1` is before `xAxis.min` * when we update this first datapoint to be `=> xAxis.min` the issue also does not occur ``` 1554139666196 time of first value 1554139674662 xAxis min value ```
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
