You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/06/05 05:27:26 UTC

[GitHub] [incubator-echarts] spkprav opened a new issue #10623: How to get yAxis values on updatezoom event

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org