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

Skip to content

Commit 37ca62e

Browse files
committed
🐄
1 parent 557e657 commit 37ca62e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plots/cartesian/axes.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,6 @@ function numFormat(v, ax, fmtoverride, hover) {
10531053

10541054
// 'epsilon' - rounding increment
10551055
var e = isBase10 ? Math.pow(exponentbase, -tickRound) / 2 : 0;
1056-
// var e = 0;
10571056

10581057
// exponentFormat codes:
10591058
// 'e' (1.2e+6, default)

0 commit comments

Comments
 (0)