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

   ### Version
   
   5.3.3
   
   ### Link to Minimal Reproduction
   
   https://jsfiddle.net/vbekcu68/2/
   
   ### Steps to Reproduce
   
   1. create a bar chart with xaxis.type = value
   2. add multiple series
   3. the bars are not correctly positioned on the x-axis
   
   this can more easily be observed by enabling/disabling "B" via the legend - 
the bars of "A" move around although their x-values of course have not changed.
   
   ### Current Behavior
   
   bars are not at the correct position according to their x-value.
   
   ### Expected Behavior
   
   all bars should be correctly positioned.
   
   ### Environment
   
   ```markdown
   - OS: ubuntu, windows
   - Browser:firefox, chrome
   - Framework: none
   ```
   
   
   ### Any additional comments?
   
   with more than two series in the diagram the behaviour is even more clearly 
wrong: when disabling a series, all bars of series defined after the disabled 
one are moved to the right, the bars of series defined before are moved to the 
left.


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