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

   ### Version
   
   5.4.2
   
   ### Link to Minimal Reproduction
   
   https://jsfiddle.net/ptulou/r78ch2eo/5/
   
   ### Steps to Reproduce
   
   1. On opening the fiddle, hover over the data zoom slider on the x-axis. 
Note that it shows the correct value matching what's shown in the main chart.
   2. click and drag the zoom slider. The end you are dragging now shows the 
value of the start of the x-axis, NOT what the current value of the zoom is. 
This is the bug.
   3. releasing the zoom and then clicking and dragging it again shows that the 
label now tracks with the position of the zoom correctly.
   4. Hit the Set Chart Option button and the error from step 2 is reproducible 
for the first time after each call to setOption with dataZoom startValue or 
endValue.
   
   ### Current Behavior
   
   The data zoom does not correctly show the value you are zooming to when 
interacting after setOption has been called to programmatically set the range.
   
   ### Expected Behavior
   
   data zoom labels should consistently show the value of the zoom regardless 
of whether setOption has been previously called.
   
   ### Environment
   
   _No response_
   
   ### Any additional comments?
   
   This is an attempt to revive this bug that had been closed. (#10151) I 
believe this is the same issue. That bug, confusingly said that the label was 
not being shown. Even in the examples from versions much earlier on I see the 
label is being shown, but it's not showing the value of the zoom but rather the 
min or max value from the related axis.


-- 
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