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/09/20 05:09:50 UTC

[GitHub] [incubator-echarts] leeoniya edited a comment on pull request #13314: [5.0] [Performance] Improve large line performance. Improve line smoothing.

leeoniya edited a comment on pull request #13314:
URL: https://github.com/apache/incubator-echarts/pull/13314#issuecomment-695746133


   also, your smoothing does not represent the data well. take a look at using the Catmull-Rom Spline (Centripetal) algo:
   
   https://leeoniya.github.io/uPlot/demos/line-smoothing.html
   
   the smoothing changes are probably best for a separate PR from the performance improvements.


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



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