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.)
[ Full content available at: https://github.com/apache/incubator-echarts/pull/9119 ] This message was relayed via gitbox.apache.org for [email protected]
