spkprav opened a new issue #10623: How to get yAxis values on updatezoom event URL: https://github.com/apache/incubator-echarts/issues/10623 ### Version 4.2.1 ### Steps to reproduce call `computedOptons.yAxis[0].splitNumber` from datazoom function and you should be seeing `5` everytime, eventhough the yAxis in chart is having any other number. ### What is expected? computedOptons.yAxis[0].splitNumber should be giving dynamic value and not 5 always. ### What is actually happening? I guess the options are copied directly to computedOptions and computedOptions are not really computedOptions <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE --> <!-- This issue is in English. DO NOT REMOVE -->
---------------------------------------------------------------- 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]
