We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac32f3 commit 6680745Copy full SHA for 6680745
src/components/shapes/calc_autorange.js
@@ -83,7 +83,7 @@ function shapeBounds(ax, shape, paramsToUse) {
83
84
var convertVal = isCategory ? ax.r2c : ax.d2c;
85
86
- var isSizeModeScale = shape[dim + 'sizemode'] === 'scale';
+ var isSizeModeScale = shape[dim + 'sizemode'] === 'scaled';
87
if(isSizeModeScale) {
88
v0 = shape[dim + '0'];
89
v1 = shape[dim + '1'];
0 commit comments