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/15 19:23:42 UTC

[GitHub] ahmadalibaloch opened a new issue #9232: Use OffScreenCanvas API for big data live charts

ahmadalibaloch opened a new issue #9232: Use OffScreenCanvas API for big data live charts
URL: https://github.com/apache/incubator-echarts/issues/9232
 
 
   <!--
   为了方便我们能够复现和修复 bug,请遵从下面的规范描述您的问题。
   -->
   
   
   ### One-line summary [问题简述]
   I am creating an application which shows years of historic data and also keeps plotting new live data from a web socket connection, I am facing real performance issues and UI thread goes blocking, I have been searching on it and I think the solution is this. **Make use of** [OffScreenCanvas API](https://developers.google.com/web/updates/2018/08/offscreen-canvas) to render live charts with big data smoothly. It is really easy to use with just one line amendment. 
   `canvasElement.transferControlToOffscreen()`
   
   ### Expected behaviour [期望结果]
   Live charts with big data should work smoothly.
   
   

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