zteric opened a new issue #10339: Conflicts in DataZoom and NotMerge
URL: https://github.com/apache/incubator-echarts/issues/10339
 
 
   ### Version
   4.2.1
   
   ### Steps to reproduce
   Case: a dynamic line chart which will get update when new data comes in, 
datazoom has been enabled.
    
   Background: I need to use NotMerge mode to prevent some data remaining 
issues(e.g. if user deselect all readings, should remove all data in charts and 
show a graph text in chart, which means I have to clear series).
   
   Issue: The datazoom can not save its current state(e.g. current zoom area) 
and will always get reset when new data comes in as I have to pass complete 
options(including datazoom configuration) to echarts in NotMerge mode.
   
   ### What is expected?
   Provide a method to let datazoom not be resetted under NotMerge mode.
   
   ### What is actually happening?
   datazoom always get reset under NotMerge mode.
   
   <!-- 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]

Reply via email to