robin-gerling commented on issue #19849: URL: https://github.com/apache/echarts/issues/19849#issuecomment-2720657180
A demo for this issue can be found at: https://codepen.io/robin-gerling/pen/QwWOvey. It is not only a problem for `axis.max`, but also `axis.min`. I took the example from https://echarts.apache.org/examples/en/editor.html?c=boxplot-light-velocity and added `min: 720, max: 900` to the `yAxis` configuration. Now, some boxes extend outside the plot area (top and/or bottom). The expected result would be that the boxes range from 720 to 900 (i.e. they are cutoff before 720 and after 900 as they currently do w.r.t. the chart container with the red border). This is also the case for other chart types, e.g. line, bar, scatter. -- 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]
