vivsvaan edited a comment on issue #10807: Scrolling out of chartview without 
mouse out makes chart scroll without click and drag (Candle stick and volume)
URL: 
https://github.com/apache/incubator-echarts/issues/10807#issuecomment-603806740
 
 
   @Sahil624 I used Mouse Events to release the mouse click when we leave 
ChartView.
   When we use <div echarts ...></div> to produce our chart, it generated an < 
canvas > element in HTML.
   You just have to trigger a mouseup event on that <canvas> element when mouse 
leaves the ChartView.

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


With regards,
Apache Git Services

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

Reply via email to