dfonnegra 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-418174082
 
 
   Here it is, https://codepen.io/daniel-fonnegra-garc-a/project/editor/AdzOPg
   
   The state change is so big because the new series are inserted in the index 
0 of the list so the whole elements of the list are changed.
   
   I realized that the problem is in the change of series list. If I remove 
that change (i.e just changing the axes) the error is not thrown.
   
   Anyways, don't you think its strange that both states are drawn correctly 
(option1 and option2) but when i change option1 to option2 the error is thrown? 
It looks like the merging is not correctly made.

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

Reply via email to