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.  [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]
