Barani95 opened a new issue #10690: yaxis value reaching the top line in bar chart URL: https://github.com/apache/incubator-echarts/issues/10690 I'm facing an issue of yaxis in bar chart. I noticed that bar charts in eCharts, when maximum values of the bar becomes the numbers divisible by 10, do not re-scale the maximum point of yaxis and it is reaching to the top line of the chart. As the image shown below, the first bar is reaching to the top line with the value being 40.  As well as in the simple bar chart example of eCharts. https://echarts.apache.org/examples/en/editor.html?c=bar-simple I want the bars to automatically re-scale to yaxis to be more than the maximum value even though the maximum value of the bar is the numbers divisible by 10. Just like the image below.  Here, the maximum value of the bar is 1393. But it does auto re-scale.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
