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 2019/10/15 04:03:16 UTC

[GitHub] [incubator-echarts] Rychou opened a new issue #11404: 采样策略过滤了自己手动插入的null值数据的问题

Rychou opened a new issue #11404: 采样策略过滤了自己手动插入的null值数据的问题
URL: https://github.com/apache/incubator-echarts/issues/11404
 
 
   ### Version
   4.3.0
   
   ### Reproduction link
   [https://gallery.echartsjs.com/editor.html?c=xIRfTIQTs&v=1](https://gallery.echartsjs.com/editor.html?c=xIRfTIQTs&v=1)
   
   ### Steps to reproduce
   点开重现链接,可以看见图表中间有一条连线,并且关闭了connectNulls选项
   
   ### What is expected?
   为了实现“时间跨度较大的数据不连线的效果”,手动在数据中插入了两个null值数据,并将connectNulls设为false。这样能实现。
   
   ### What is actually happening?
   开启了采样策略之后,null值数据可能被过滤了,导致结果不符合预期。将图表放大一定程度后,发现又符合预期效果。所以估计是采样策略过滤了null值的原因。
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   

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