Skip to content

Commit d5e9014

Browse files
committed
Remove commented-out lines from Legend.draw()
1 parent c581989 commit d5e9014

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/legend/draw.js

-3
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,6 @@ module.exports = function draw(gd) {
206206
ly -= opts.height / 2;
207207
}
208208

209-
//lx = Math.round(lx);
210-
//ly = Math.round(ly);
211-
212209
// Make sure the legend top and bottom are visible
213210
// (legends with a scroll bar are not allowed to stretch beyond the extended
214211
// margins)

0 commit comments

Comments
 (0)