Skip to content

Commit

Permalink
refactor(qunantile): remove useless code to increase test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
pearmini committed Jun 7, 2021
1 parent df17542 commit 8027355
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/scales/quantile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ export class Quantile extends Threshold<QuantileOptions> {
super(options);
}

protected getDomain() {
return this.thresholds;
}

protected rescale() {
const { domain, range } = this.options;

Expand Down

0 comments on commit 8027355

Please sign in to comment.