Ovilia commented on issue #8986: Error when inserting new Series in a place different to the end of the list (for line chart) URL: https://github.com/apache/incubator-echarts/issues/8986#issuecomment-417991286 If `notMerge` is set, new data will not be compared to the previous data. Technically speaking, this saves the comparing time, so it may be quicker than merge. But more importantly, the animation from the changes will not be available if `notMerge`. I'd suggest figure out the real problem rather then use `notMerge`. But if it works for you, that's also OK.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
