leekbillow opened a new issue, #17014:
URL: https://github.com/apache/echarts/issues/17014

   ### Version
   
   5.3.2
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   1. 使用`dataZoom`,设置`dataZoom.filterMode:'none'`
   2. 拖动dataZoom手柄,缩小范围至1个数据
   ```js
   option = {
     tooltip: {
       trigger: 'axis'
     },
     xAxis: {
       data: ['2014-07-14', '2014-07-15', '2014-07-16', '2014-07-17', 
'2014-07-18']
     },
     yAxis: {},
     dataZoom: [{ filterMode: 'none' }],
     series: {
       name: 'Beijing AQI',
       type: 'bar',
       data: [0, 156, 140, 133, 186]
     }
   };
   
   ```
   
![1](https://user-images.githubusercontent.com/43409097/167978975-c0a5c1f8-dd62-45cb-bf2d-aff9b1eef7f9.gif)
   
   
   
   ### Current Behavior
   
   当前数据展示为所有数据中的最大值
   
   ### Expected Behavior
   
   显示正确的数据,像`dataZoom.filterMode:'empty'`一样
   
   ### Environment
   
   ```markdown
   - OS:Windows 10
   - Browser:Chrome 101.0.4951.64(64bit)
   - Framework:none
   ```
   
   
   ### Any additional comments?
   
   _No response_


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