Covarians commented on issue #19024: URL: https://github.com/apache/echarts/issues/19024#issuecomment-1688574031
Thank you very much for your response. For completeness would need to to get : - gridId instead of gridIndex in xAxis properties - gridId instead of gridIndex in yAxis properties - yAxisId instead of yAxisIndex in Series properties - xAxisId instead of xAxisIndex in Series properties For the time being we guess the way Echarts sets the indexes of grids and axis indexes following the hereunder rules: - 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. Be we would be pleased to know if these rules are exact and if there are or not other rules. Regards. -- 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]
