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


   @johnnhan 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**
   
   The bar chart configuration item is configured with both max and dataZoom, 
and the item with data exceeding max in the figure shows an abnormal [Bug]
   
   **BODY**
   
   ### Version
   
   5.2.2
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   The bar chart configuration items are as follows
   `option = {
     title: {
       text:'World Population'
     },
     tooltip: {
       trigger:'axis',
       axisPointer: {
         type:'shadow'
       }
     },
     legend: {},
     xAxis: {
       type:'value',
       boundaryGap: [0, 0.01],
       max: 300000,
     },
     yAxis: {
       type:'category',
       data: ['Brazil','Indonesia','USA','India','China','World']
     },
     series: [
       {
         name: '2011',
         type:'bar',
         data: [18203, 23489, 29034, 104970, 131744, 630230]
       }
     ],
     dataZoom: [{
       show: false,
     }],
   };`
   
   ### Current Behavior
   
   Items with data exceeding max are not displayed
   
   ### Expected Behavior
   
   Just like a histogram, items with data exceeding max should be displayed
   
   ### Environment
   
   ```markdown
   -OS:
   -Browser:
   -Framework:
   ```
   
   
   ### 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