Skip to content

Commit

Permalink
scaleQuantile performance fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ilijapuaca committed Sep 23, 2020
1 parent 0a427eb commit 42d546e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quantile.js
@@ -1,4 +1,4 @@
import {ascending, bisect, quantile as threshold} from "d3-array";
import {ascending, bisect, quantileSorted as threshold} from "d3-array";
import {initRange} from "./init.js";

export default function quantile() {
Expand Down

0 comments on commit 42d546e

Please sign in to comment.