Skip to content

Commit a596be5

Browse files
Filmbostock
authored andcommitted
re-add ScaleQuantile, ScaleThreshold
1 parent 3e8b4c0 commit a596be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scales.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {registry, position, radius, opacity} from "./scales/index.js";
2-
import {ScaleLinear, ScaleSqrt, ScalePow, ScaleQuantile, ScaleLog, ScaleSymlog, ScaleThreshold, ScaleIdentity} from "./scales/quantitative.js";
2+
import {ScaleLinear, ScaleSqrt, ScalePow, ScaleLog, ScaleSymlog, ScaleQuantile, ScaleThreshold, ScaleIdentity} from "./scales/quantitative.js";
33
import {ScaleDiverging, ScaleDivergingSqrt, ScaleDivergingPow, ScaleDivergingLog, ScaleDivergingSymlog} from "./scales/quantitative.js";
44
import {ScaleTime, ScaleUtc} from "./scales/temporal.js";
55
import {ScaleOrdinal, ScalePoint, ScaleBand} from "./scales/ordinal.js";

0 commit comments

Comments
 (0)