tmtron opened a new issue #15464:
URL: https://github.com/apache/echarts/issues/15464


   ### What problem does this feature solve?
   When we use a line series and set 
[connectNulls](https://echarts.apache.org/en/option.html#series-line.connectNulls)=`false`
 the NULL data samples will not be visible, but the axis-pointer will still 
snap to the (invisible) point and also the tooltip will show up.  
   
   
![2021-08-03_08h59_54](https://user-images.githubusercontent.com/20422904/127971963-ca0388d1-a03a-49ff-b334-7a760d42b590.png)
  
   [Stackblitz 
example](https://stackblitz.com/edit/echarts5-log-max-issue-m8etfn?file=opt1.js)
   
   This is confusing for some or our users: it would be good to have an option 
to deactivate this.
   
   ### What does the proposed API look like?
   maybe add:
   * `axisPointer.ignoreNulls` (`boolean`), default=`false` (for backward 
compatibility): when true, the Axis Pointer should ignore NULLS (and thus also 
the tooltip will not be shown)
   
   <!-- 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to