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

   ### Version
   
   6.0.0
   
   ### Link to Minimal Reproduction
   
   https://echarts.apache.org/examples/zh/editor.html?c=candlestick-simple
   
   ### Steps to Reproduce
   
   <img width="583" height="334" alt="Image" 
src="https://github.com/user-attachments/assets/4033111b-5399-4d0a-a19b-83ae0804b0a8";
 />
   
   <img width="714" height="367" alt="Image" 
src="https://github.com/user-attachments/assets/841129ce-127b-45ed-82b2-343ad7ee5d4b";
 />
   
   <img width="583" height="200" alt="Image" 
src="https://github.com/user-attachments/assets/5452c7a2-a6a6-40fe-8611-235bcb65feff";
 />
   
   <img width="945" height="250" alt="Image" 
src="https://github.com/user-attachments/assets/ba0bad5e-db13-4086-8317-a770eec7876a";
 />
   
   <img width="704" height="495" alt="Image" 
src="https://github.com/user-attachments/assets/1ad5abbf-b02f-4692-a015-3abb3a975c04";
 />
   
   ### Current Behavior
   
   
滚动加载到startvalue小于60时,获取下一页数据,数据成功后重新赋值开始startvalue是160,endvalue是189,setoption后,重新获取
        const chartOption = todayEchartsInstance.getOption()
   console.log("option1", chartOption)
   let { startValue, endValue } = 
chartOption.dataZoom[0];startvalue和endvalue变成了121 
和179,跟我设置的不一样了,复现是我滑动比较慢的时候会发生,如果我滑动k线比较快,就没有这个问题
   
   ### Expected Behavior
   
   我希望设置的setvalue和endvalue,和我获取的setvalue和endvalue是一样的
   
   ### 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