We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a427eb commit 42d546eCopy full SHA for 42d546e
src/quantile.js
@@ -1,4 +1,4 @@
1
-import {ascending, bisect, quantile as threshold} from "d3-array";
+import {ascending, bisect, quantileSorted as threshold} from "d3-array";
2
import {initRange} from "./init.js";
3
4
export default function quantile() {
0 commit comments