You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/09/28 08:04:37 UTC

[GitHub] [incubator-echarts] akashsonune opened a new issue #13360: Apply Min Max Avg on filtered data along with the current feature: Border points connected to points outside graph (connected graph)

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



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


[GitHub] [incubator-echarts] pissang commented on issue #13360: Apply Min Max Avg on filtered data along with the current feature: Border points connected to points outside graph (connected graph)

Posted by GitBox <gi...@apache.org>.
pissang commented on issue #13360:
URL: https://github.com/apache/incubator-echarts/issues/13360#issuecomment-716419969


   I'm afraid it's hard to have them both in design. These two conflict in some way underlying.
   
   It's easier to workaround on the avg/min/max line. So I will suggest you still keep `filterMode: 'none'` and calculating avg/min/max of filtered data outside by listening to `dataZoom` event


----------------------------------------------------------------
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



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


[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13360: Apply Min Max Avg on filtered data along with the current feature: Border points connected to points outside graph (connected graph)

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #13360:
URL: https://github.com/apache/incubator-echarts/issues/13360#issuecomment-699849325


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵


----------------------------------------------------------------
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



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