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 2018/10/08 09:16:14 UTC

[GitHub] guylando commented on issue #9124: touch events support + touch device legend touch scroll + manual coding

guylando commented on issue #9124: touch events support + touch device legend touch scroll + manual coding
URL: https://github.com/apache/incubator-echarts/issues/9124#issuecomment-427768300
 
 
   @Ovilia getting access to the raw canvas html object is easy by just a normal query selector but I dont see how it will help since the whole echarts objects charting on top of the canvas will be unknown and thus any manual rendering or use of the raw canvas will not work good together with echarts. I would expect echarts to expose those abilities in the echarts graphics object which is AWARE of the echarts charting and objects on top of the canvas.
   
   Echarts exposes events registration for echarts components: https://ecomfe.github.io/echarts-doc/public/en/api.html#events but there are no touch events in there so the interface I need is this same events interface but add touch events (including complex ones such as swipe) there so I can register to touch events for each echarts component.
   
   Another request is that you add to scrollable legend interface a flag which adds swipe scroll support on touch devices but this will be easy for you if you add touch events to all components because then will just need to trigger legendScroll action on swipe.
   
   Also additional question please? Is there some way to reach echarts support faster? Because it took 11 days to get an answer here and if we put system in production that is a big problem.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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