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

   @Oracimaru 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 configures how the scroll bar disables zooming, can only pan 
scrolling, fixed scroll bar width
   
   **BODY**
   
   ### Version
   
   5.3.2
   
   ### Link to Minimal Reproduction
   
   none
   
   ### Steps to Reproduce
   
    dataZoom: [{
                       type: 'inside',
                       zoomLock: true,
                       xAxisIndex: [0],
                       start: 0,
                       end: 6,
                       maxSpan: 6,
                       mixSpan: 6,
                       handleIcon: 
'path://M306.1,413c0,2.2-1.8,4-4,4h-59.8c-2.2,0-4-1.8-4-4V200.8c0-2.2,1.8-4,4-4h59.8c2
 .2,0,4,1.8,4,4V413z',
                       handleSize: '110%',
                       handleStyle: {color: "#d3dee5"},
                       textStyle: {color: "#0199FF"},
                       borderColor: "#90979c",
                       height: 30,
                       bottom: 10,
                    },
                       {
                           start: 0,
                           end: 20,
                        }
          ],
   
   ### Current Behavior
   
   After the slider is configured with zoomLock and maxSpan in version 5.3.2, 
the basis can be stretched and reduced, which is more serious than version 4.x. 
How to set a fixed width and prohibit zooming and stretching
   
![image](https://user-images.githubusercontent.com/13652680/231622148-4c8f5c88-9d4f-43e7-9093-ff809f734c91.png)
   
   
   ### Expected Behavior
   
   I want the x-axis slider to have a fixed width and prohibit scaling and 
stretching
   
   ### 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