bluepichu opened a new pull request #9119: Fix boxplot width calculation for non-category axes URL: https://github.com/apache/incubator-echarts/pull/9119 Currently, if the x-axis of a boxplot is not a category axis, then the width of the plot isn't set correctly. This is because the expression to compute `bandWith` in this case isn't assigned to anything. The fix is to actually assign the result of the expression to `bandWidth`, as it should be. (See the diff for details.)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
