We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8b4c0 commit a596be5Copy full SHA for a596be5
src/scales.js
@@ -1,5 +1,5 @@
1
import {registry, position, radius, opacity} from "./scales/index.js";
2
-import {ScaleLinear, ScaleSqrt, ScalePow, ScaleQuantile, ScaleLog, ScaleSymlog, ScaleThreshold, ScaleIdentity} from "./scales/quantitative.js";
+import {ScaleLinear, ScaleSqrt, ScalePow, ScaleLog, ScaleSymlog, ScaleQuantile, ScaleThreshold, ScaleIdentity} from "./scales/quantitative.js";
3
import {ScaleDiverging, ScaleDivergingSqrt, ScaleDivergingPow, ScaleDivergingLog, ScaleDivergingSymlog} from "./scales/quantitative.js";
4
import {ScaleTime, ScaleUtc} from "./scales/temporal.js";
5
import {ScaleOrdinal, ScalePoint, ScaleBand} from "./scales/ordinal.js";
0 commit comments