BenJackGill commented on issue #19275:
URL: https://github.com/apache/echarts/issues/19275#issuecomment-1798113531

   Another drawback I discovered for the `barGap:'-100%` workaround is that you 
must know which series will be lowest / highest before you arrange the order of 
the series. This is because the lowest must at the front. Unfortunately, this 
makes it unworkable for me because I cannot know that ahead of time.
   
   In [this 
example](https://echarts.apache.org/examples/en/editor.html?c=line-simple&code=PYBwLglsB2AEC8sDeAoWsA2BTA5l6AJgFzIC-ANGrGMMBpCCUhVQQIZhsDOWYTV6AhAC2-LlGhcSAbQDkAY2ABXaGABOAT1nlYsgEwAGAIx7tuw0aNn9xg7IC6ldOi7K18rDIHOksRSvUNElkAITU2AC8IDDMLIxIAVgMdCz0SAGYDWBZnHz9lVU1ggElCGCxxNljjeNgADmTYVJIVAiwAMwhoLAJs73sqHNgADwBBYYgpZGoNEE9deQ5cYE1ZbKdYDXHJpiGeNQgKr1zUXPRoNlFguO1vdDBZ-dkAIzY1W7PYfEU2_k_0YbBfyFLQbT5Bcw1WR3dYwiBgLDCADKD2wf3-zxWbTUACU2EIlFNpJkdCTYI0DANPqRvEN0KczhcrpCTB8zg85sFXu8wc5uQBxNiMXQAWiMBgMAFI2blvsBfsgYQCgQVAjKzhCbKyYXTnPDESiNGjFf9YJi1Ni8QSiWSyRSqWcabkhgNSABuIA)
 it works because `2012` is the lowest value.
   
   But in [this 
example](https://echarts.apache.org/examples/en/editor.html?c=line-simple&code=PYBwLglsB2AEC8sDeAoWsA2BTA5l6AJgFzIC-ANGrGMMBpCCUhVQQIZhsDOWYTV6AhAC2-LlGhcSAbQDkAY2ABXaGABOAT1nlYsgEwAGAIx7tuw0aOyAupXTouytfKwyB9pLEUr1GkrIAhNTYALwgMMwsjEgBmAx0LPRIAVgNYFnsPL2VVTX8ASUIYLHE2SONo2AAOeNhEkhUCLAAzCGgsAnT3ayoM2AAPAEF-iClkag0QV115DlxgTVl0u1gNYdGmPp41CBK3TNRM9Gg2UX8o7Xd0MEnp2QAjNjVLo9h8RSb-V_R-_29crQrV5-cwVWRXZYQiBgLDCADKN2wX2-9wWTTUACU2EIlGNpHEdATYLUDD1XqR3H10IcjiczqCTC8jjcpv5Hs8gfZ2QBxNiMXQAWiMBgMAFImZl3sBPsgIT8_jlfBKjiD9MZTBCqfZobCERokbLvrBUWp0VicXiiUSSWSjhTMn0eqQANxAA)
 it does not work because I made `2012` the highest value and now the `2011` 
series is hidden behind `2012`.


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

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