badger-github commented on issue #20126:
URL: https://github.com/apache/echarts/issues/20126#issuecomment-2215668797
Thank you very much for your comment, it made me look at it again from a
different perspective, the issue is simple that I need to set a max: 1 on the
Yaxis - this prevents the charts going to 1.2 when the bar is at 1. Seems to
fix my issue anyway.
yAxis: {
type: 'value',
max: 1
},
--
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]