ob-ARC commented on issue #13548: URL: https://github.com/apache/echarts/issues/13548#issuecomment-3998019306
@gehringf @pgagarinov @grenobnik @bbcfive @jdimmerman @jinbekim @hauserkristof @Pat-Ibulaire @DaoNguyenTrong @kayijyc If you guys are still struggling: What helped me is to set an *absolute* barwidth, e.g. "2" instead of "70%". The excess to the left/right of min/max seems to be dependent on the bar width, and setting a small absolute value seems to keep it minimal. In combination with showMin/MaxLabel=false this at least works for me. You can try my simple example from my previous comment. Hope this helps! -- 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]
