martin31821 commented on issue #10867: Series not always rendered
URL: 
https://github.com/apache/incubator-echarts/issues/10867#issuecomment-518512712
 
 
   I found the problem.
   When having series with parts of the data set to `null` or `-Infinity` or 
`Infinity` the animation breaks. 
   My workaround was to not use null or infinity values as placeholder and 
filter these values before sending them to echarts. 
   
   Maybe it would be good to either throw an exception or document somewhere 
that you shouldn't send null/infinity.

----------------------------------------------------------------
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]

Reply via email to