echarts-bot[bot] commented on issue #17014:
URL: https://github.com/apache/echarts/issues/17014#issuecomment-1124464032

   @leekbillow It seems you are not using English, I've helped translate the 
content automatically. To make your issue understood by more people and get 
helped, we'd like to suggest using English next time. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **TITLE**
   
   [Bug] dataZoom shows the wrong problem. dataZoom show error
   
   **BODY**
   
   ### Version
   
   5.3.2
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   1. Using 'dataZoom', set 'dataZoom.filterMode:'none''
   2. Drag the dataZoom handle to zoom out to 1 data
   ```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
   
   The current data is presented as the maximum of all data
   
   ### Expected Behavior
   
   Display the correct data, like 'dataZoom.filterMode:'empty'''
   
   ### Environment
   
   ```markdown
   - OS:Windows 10
   - Browser:Chrome 101.0.4951.64(64bit)
   - Framework:none
   ```
   
   ### Any additional comments?
   
   _No response_
   </details>


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