Skip to content

Commit 0581849

Browse files
committed
fixes issue 5321 - more than necessary space
1 parent f0709c3 commit 0581849

7 files changed

+0
-3
lines changed

src/plots/cartesian/autorange.js

-3
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,6 @@ function padInsideLabelsOnAnchorAxis(ax, max) {
304304
Math.max(w * cosA, h * sinA) :
305305
Math.max(h * cosA, w * sinA)
306306
);
307-
308-
// add extra pad around label
309-
pad += 3;
310307
}
311308
});
312309
}
472 Bytes
Loading
-2.49 KB
Loading
-38 Bytes
Loading
1.96 KB
Loading
-880 Bytes
Loading
-3.43 KB
Loading

0 commit comments

Comments
 (0)