Skip to content

Commit a975864

Browse files
committed
re-add ScaleQuantile, ScaleThreshold
1 parent 20eee7c commit a975864

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 {ScaleDiverging, ScaleDivergingSqrt, ScaleDivergingPow, ScaleDivergingLog, ScaleDivergingSymlog, ScaleLinear, ScaleSqrt, ScalePow, ScaleLog, ScaleSymlog, ScaleIdentity} from "./scales/quantitative.js";
2+
import {ScaleDiverging, ScaleDivergingSqrt, ScaleDivergingPow, ScaleDivergingLog, ScaleDivergingSymlog, ScaleLinear, ScaleSqrt, ScalePow, ScaleLog, ScaleSymlog, ScaleQuantile, ScaleThreshold, ScaleIdentity} from "./scales/quantitative.js";
33
import {ScaleTime, ScaleUtc} from "./scales/temporal.js";
44
import {ScaleOrdinal, ScalePoint, ScaleBand} from "./scales/ordinal.js";
55
import {isOrdinal, isTemporal} from "./mark.js";

0 commit comments

Comments
 (0)