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

   ### Version
   
   6.0.0
   
   ### Link to Minimal Reproduction
   
   https://echarts.apache.org/examples
   
   ### Steps to Reproduce
   
   past this option in the samples page:
   ```
   option = {
     xAxis: {
       type: 'time',
       data: ['2025-01-01']
     },
     yAxis: {
       type: 'value'
     },
     dataZoom:[{
           type: 'slider',
           height: 15,
           bottom: '5px',
           start: 0,
           end: 100,
           xAxisIndex: [0]
         }],
     series: [
       {
         data: [150],
         type: 'line'
       }
     ]
   };
   ```
   
   ### Current Behavior
   
   <img width="1376" height="1248" alt="Image" 
src="https://github.com/user-attachments/assets/de2e5b07-499e-42bd-9788-bb2930ff23ab";
 />
   
   <img width="870" height="98" alt="Image" 
src="https://github.com/user-attachments/assets/abaac8f3-2c2e-4d1c-9ab4-6cac96467ce4";
 />
   
   ### Expected Behavior
   
   <img width="1313" height="1259" alt="Image" 
src="https://github.com/user-attachments/assets/12f03698-9131-4e28-8924-727ae62cdf1d";
 />
   
   ### 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: commits-unsubscr...@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to