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 2021/11/16 08:08:27 UTC

[GitHub] [echarts] DanielBogenrieder opened a new issue #16074: Scatter Plot: Select event only works for points that are currently in the view port

DanielBogenrieder opened a new issue #16074:
URL: https://github.com/apache/echarts/issues/16074


   ### Version
   5.2.1
   
   ### Reproduction link
   [https://jsfiddle.net/mx2vtyck/7/](https://jsfiddle.net/mx2vtyck/7/)
   
   ### Steps to reproduce
   - Select on or more points with the brush tool
   - Zoom some of the selected points out of the view port
   - Click on some empty space on the canvas to clear the current selection
   - See that all points that were previously selected are now unselected (in the view port)
   - Zoom out to see all points again
   - See that the points that were outside of the view port are still selected
   
   ### What is expected?
   I would expect to have a method to clear the complete selected data indices, even though they are not in the view port.
   
   ### What is actually happening?
   Only points inside the view port can be controlled with selection events
   
   <!-- 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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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] [echarts] echarts-bot[bot] commented on issue #16074: Scatter Plot: Select event only works for points that are currently in the view port

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


   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 it contains **a minimum reproducible demo** and necessary **images** to illustrate. Otherwise, our committers will ask you to do so.
   
   *A minimum reproducible demo* should contain as little data and components as possible but can still illustrate your problem. This is the best way for us to reproduce it and solve the problem faster.
   
   You may also check out the [API](https://echarts.apache.org/api.html) and [chart option](https://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 question.
   
   If you are interested in the project, you may also subscribe to our [mailing list](https://echarts.apache.org/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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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] [echarts] DanielBogenrieder commented on issue #16074: Scatter Plot: Select event only works for points that are currently in the view port

Posted by GitBox <gi...@apache.org>.
DanielBogenrieder commented on issue #16074:
URL: https://github.com/apache/echarts/issues/16074#issuecomment-981497484


   Just another thought. The issue might already be solved by providing a clearSelection method that can be called. As far as I found it is not possible to clear the selection state without changing the internals of the chart, right?


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

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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