Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 600eee1

Browse files
committed
Remove unnecessary constants
1 parent 25c75e4 commit 600eee1

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/plots/smith/constants.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,4 @@ module.exports = {
1818
'angular-axis',
1919
'radial-axis'
2020
],
21-
22-
radialDragBoxSize: 50,
23-
angularDragBoxSize: 30,
24-
cornerLen: 25,
25-
cornerHalfWidth: 2,
26-
27-
// pixels to move mouse before you stop clamping to starting point
28-
MINDRAG: 8,
29-
// smallest radial distance [px] allowed for a zoombox
30-
MINZOOM: 20,
31-
// distance [px] off (r=0) or (r=radius) where we transition
32-
// from single-sided to two-sided radial zoom
33-
OFFEDGE: 20
3421
};

0 commit comments

Comments
 (0)