helgasoft commented on issue #19024: URL: https://github.com/apache/echarts/issues/19024#issuecomment-1736748461
> - when an element is deleted it's position in the array is set to undefined and the other positions are unchanged > - when a new element is created it will use the first position containing 'undefined' It seems to work. No way to know how it works for you without sample code... We see the exact **opposite** happening - series and axes positions are changing on delete and added elements are appended. [Demo Code]() - follow title instructions to test. The example shows how to add/delete **pairs** of axis/series using only _seriesIndex_ and _seriesName_. Please close issue if solution is satisfactory.  -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
