Skip to content

Commit

Permalink
Remove leftover _filterBetween
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed May 29, 2021
1 parent f478100 commit 2b5a067
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scales/scale.linearbase.js
Expand Up @@ -2,7 +2,6 @@ import {isNullOrUndef} from '../helpers/helpers.core';
import {almostEquals, almostWhole, niceNum, _decimalPlaces, _setMinAndMaxByKey, sign, toRadians} from '../helpers/helpers.math';
import Scale from '../core/core.scale';
import {formatNumber} from '../helpers/helpers.intl';
import {_filterBetween} from '../helpers';

/**
* Generate a set of linear ticks for an axis
Expand Down

0 comments on commit 2b5a067

Please sign in to comment.