jinyuejin opened a new issue #14075: URL: https://github.com/apache/echarts/issues/14075
### Version 4.5.0 ### Reproduction link [https://echarts.apache.org/examples/zh/editor.html?c=doc-example/candlestick-axisPointer](https://echarts.apache.org/examples/zh/editor.html?c=doc-example/candlestick-axisPointer) ### Steps to reproduce 我的代码中出现了这种情况,发现示例中也出现了相同的问题,所以直接用示例举例。 1,将缩放轴拉至最大; 2,此时时间为 2004-01-02 -- 2016-06-22; 3,鼠标移动触发tooltip, 但是无法显示2004-01-02 和 2016-06-22当天的数据,只能显示到2004-01-06 和2016-06-21 ### What is expected? 希望在 (数据量/x轴长度) 极小的时候,数据的极值能触发tooltip,或者鼠标移动到某个固定区域,强制显示极值。 ### What is actually happening? 数据被压缩,没有办法看到最值数据。 <!-- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
