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

   ### Version
   
   5.5
   
   ### Link to Minimal Reproduction
   
   option = {   xAxis: {     type: 'value',     name: 'x轴'   },   yAxis: {     
type: 'value',     name: 'y轴'   },   dataZoom: [     {       show: true     },  
   {       type: 'inside'     },     {       type: 'slider',       
showDataShadow: false     },     {       show: true,       yAxisIndex: 0,       
filterMode: 'empty',       type: 'slider',       showDataShadow: false     }   
],   tooltip: {     triggerOn: 'none',     alwaysShowContent: true,     
position: [50, 50],     showContent: true   },    series: [     {       data: [ 
        [10, 100],         [20, 200],         [30, 150],         [40, 80],      
   [50, 70],         [60, 110],         [70, 130]       ],       select: {      
   itemStyle: {           color: '#4EAF55'         }       },       
selectedMode: 'multiple',       type: 'bar'     }   ] };
   
   ### Steps to Reproduce
   
   option = {
     xAxis: {
       type: 'value',
       name: 'x轴'
     },
     yAxis: {
       type: 'value',
       name: 'y轴'
     },
     dataZoom: [
       {
         show: true
       },
       {
         type: 'inside'
       },
       {
         type: 'slider',
         showDataShadow: false
       },
       {
         show: true,
         yAxisIndex: 0,
         filterMode: 'empty',
         type: 'slider',
         showDataShadow: false
       }
     ],
     tooltip: {
       triggerOn: 'none',
       alwaysShowContent: true,
       position: [50, 50],
       showContent: true
     },
   
     series: [
       {
         data: [
           [10, 100],
           [20, 200],
           [30, 150],
           [40, 80],
           [50, 70],
           [60, 110],
           [70, 130]
         ],
         select: {
           itemStyle: {
             color: '#4EAF55'
           }
         },
         selectedMode: 'multiple',
         type: 'bar'
       }
     ]
   };
   
   
   ### Current Behavior
   
   
![Image](https://github.com/user-attachments/assets/973c0ada-23b3-46d8-a903-862dc46f99a5)
   
   ### Expected Behavior
   
   滑动鼠标后,被遮挡了,希望不要遮挡
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   ### 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