Ajaxluo commented on issue #9258: timeline在ie下性能问题
URL: 
https://github.com/apache/incubator-echarts/issues/9258#issuecomment-435589038
 
 
   关于sampling 为什么不添加同时取最大值和最小值设置。例如我绘制的图有大量数据,这些数据中最小的y值点是0 
,而出现了0的点对于我来说是重要的点,是一种特征值,最大值同样如此,也是一种特征值,当前设置好像只有 min max和average 
,应该有一种设置为[min,max]才更合理。而且能够有基于时间跨度的采样就更好了,例如展示一天的数据,如果每一秒都绘制点显得没有意义,应该是例如1分钟之内的采样,只取最小值和最大值,这样能够省去很多点。这样比基于1px内取样本点更好一些。当前我的做法就是人为的去自己取样本点再去setoption
 。如果本身有这种配置更好了。

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to