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/04/13 09:41:53 UTC

[GitHub] [incubator-echarts] rajvengala opened a new issue #10285: Option to keep Datazoom slider independent of data updates

rajvengala opened a new issue #10285: Option to keep Datazoom slider independent of data updates
URL: https://github.com/apache/incubator-echarts/issues/10285
 
 
   ### What problem does this feature solve?
   Currently, when slider is moved, chart shows the data for the slider window. For my use case, for some windows, we fetch new data on slider move with different granularity.
   
   For example:
   1. Initial render - all data points have 1 hour granularity. Slider range is 0 to 100
   2. Slider range is changed to 50-60. New data is fetched with 1 minute granularity. Now, the entire chart data is updated to look like below
   1 hour granularity   1 min granularity   1 hour granularity
   3. After the above 2 steps, slider is not reflecting the correct trend.
   
   ### What does the proposed API look like?
   ..
   
   <!-- 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