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/03/25 12:16:09 UTC

[GitHub] [incubator-echarts] 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)

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


With regards,
Apache Git Services

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