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

   ### 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
   
   在5.3.2版本滑块配置zoomLock和maxSpan后依据能被拉伸缩小,比4.x版本更严重,如何设置固定宽度,禁止缩放和拉伸
   
![image](https://user-images.githubusercontent.com/13652680/231622148-4c8f5c88-9d4f-43e7-9093-ff809f734c91.png)
   
   
   ### Expected Behavior
   
   希望x轴滑块固定宽度,禁止缩放和拉伸
   
   ### 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