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

[ Full content available at: 
https://github.com/apache/incubator-echarts/issues/9124 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to