Skip to content

Commit 698561c

Browse files
committed
🔪 commented out code
1 parent c49007e commit 698561c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/plots/cartesian/graph_interact.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ module.exports = function initInteractions(gd) {
107107
// the y position of the main x axis line
108108
var y0 = xa._mainLinePosition;
109109
if(xa.side === 'top') y0 -= DRAGGERSIZE;
110-
// if(xa.anchor === 'free') y0 -= fullLayout._size.h * (1 - ya.domain[1]);
111110
dragBox(gd, plotinfo, xa._offset + xa._length * 0.1, y0,
112111
xa._length * 0.8, DRAGGERSIZE, '', 'ew');
113112
dragBox(gd, plotinfo, xa._offset, y0,
@@ -120,7 +119,6 @@ module.exports = function initInteractions(gd) {
120119
// the x position of the main y axis line
121120
var x0 = ya._mainLinePosition;
122121
if(ya.side !== 'right') x0 -= DRAGGERSIZE;
123-
// if(ya.anchor === 'free') x0 -= fullLayout._size.w * xa.domain[0];
124122
dragBox(gd, plotinfo, x0, ya._offset + ya._length * 0.1,
125123
DRAGGERSIZE, ya._length * 0.8, 'ns', '');
126124
dragBox(gd, plotinfo, x0, ya._offset + ya._length * 0.9,

0 commit comments

Comments
 (0)