akashsonune opened a new issue #13360:
URL: https://github.com/apache/incubator-echarts/issues/13360


   ### What problem does this feature solve?
   Currently  we have `filterMode` property of `datazoom.slider`.
   With this we are using a nice existing feature:
   1. Connect the border points to outside points (points outside visible 
range) so that graph appears to be connected
       This feature is very well working by setting dataZoom-slider. filterMode 
= 'none'
   
   2. Now we use another nice feature: Show Min Max Avg for the visible range 
(It shall also update when we zoom/pan as the data/range is updated)
      -  To enable this we need to set dataZoom-slider. filterMode = 'filter' 
so that it considers only visible range
   
   But now the problem is we lose feature 1 in this case..but we want both the 
features in
   
   So Our questions are:
   1. Is there any facility/ way available right now that can enable both the 
features?
   2. If  not is there any workaround/tweak available?
   3. If not , it will be nice to provide a way to enable both features somehow
   
   ### What does the proposed API look like?
   I think there can be additional option for 
   dataZoom-slider. filterMode property which will allow both features to work 
simultaneously
   
   <!-- 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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to