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/03 20:24:53 UTC

[GitHub] [incubator-echarts] chenlijun99 opened a new issue #13228: When the line chart data is null, the line sometimes does not break.

chenlijun99 opened a new issue #13228:
URL: https://github.com/apache/incubator-echarts/issues/13228


   ### Version
   4.9.0
   
   ### Reproduction link
   [https://gallery.echartsjs.com/editor.html?c=xcuRsPaAOP&v](https://gallery.echartsjs.com/editor.html?c=xcuRsPaAOP&v)
   
   ### Steps to reproduce
   Try to tweak the value of the constant `INTERVAL` at the 1st line.
   The value I've written should already show the issue: even though there is a null data item inserted, the first and second data ranges are still connected.
   
   If you try to increase the value of `INTERVAL`, which means that the data density becomes lower, this issue disappears. 
   
   ### What is expected?
   A null data item should break the line no matter the data density
   
   ### What is actually happening?
   When data density is high, a line is not broken even though a null data item has been inserted.
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. 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



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