|
Last change
on this file was e4c61dd, checked in by istevanoska <ilinastevanoska@…>, 6 months ago |
|
Prototype 1.1
|
-
Property mode
set to
100644
|
|
File size:
1.4 KB
|
| Rev | Line | |
|---|
| [e4c61dd] | 1 | export {
|
|---|
| 2 | default as scaleBand,
|
|---|
| 3 | point as scalePoint
|
|---|
| 4 | } from "./band.js";
|
|---|
| 5 |
|
|---|
| 6 | export {
|
|---|
| 7 | default as scaleIdentity
|
|---|
| 8 | } from "./identity.js";
|
|---|
| 9 |
|
|---|
| 10 | export {
|
|---|
| 11 | default as scaleLinear
|
|---|
| 12 | } from "./linear.js";
|
|---|
| 13 |
|
|---|
| 14 | export {
|
|---|
| 15 | default as scaleLog
|
|---|
| 16 | } from "./log.js";
|
|---|
| 17 |
|
|---|
| 18 | export {
|
|---|
| 19 | default as scaleSymlog
|
|---|
| 20 | } from "./symlog.js";
|
|---|
| 21 |
|
|---|
| 22 | export {
|
|---|
| 23 | default as scaleOrdinal,
|
|---|
| 24 | implicit as scaleImplicit
|
|---|
| 25 | } from "./ordinal.js";
|
|---|
| 26 |
|
|---|
| 27 | export {
|
|---|
| 28 | default as scalePow,
|
|---|
| 29 | sqrt as scaleSqrt
|
|---|
| 30 | } from "./pow.js";
|
|---|
| 31 |
|
|---|
| 32 | export {
|
|---|
| 33 | default as scaleRadial
|
|---|
| 34 | } from "./radial.js";
|
|---|
| 35 |
|
|---|
| 36 | export {
|
|---|
| 37 | default as scaleQuantile
|
|---|
| 38 | } from "./quantile.js";
|
|---|
| 39 |
|
|---|
| 40 | export {
|
|---|
| 41 | default as scaleQuantize
|
|---|
| 42 | } from "./quantize.js";
|
|---|
| 43 |
|
|---|
| 44 | export {
|
|---|
| 45 | default as scaleThreshold
|
|---|
| 46 | } from "./threshold.js";
|
|---|
| 47 |
|
|---|
| 48 | export {
|
|---|
| 49 | default as scaleTime
|
|---|
| 50 | } from "./time.js";
|
|---|
| 51 |
|
|---|
| 52 | export {
|
|---|
| 53 | default as scaleUtc
|
|---|
| 54 | } from "./utcTime.js";
|
|---|
| 55 |
|
|---|
| 56 | export {
|
|---|
| 57 | default as scaleSequential,
|
|---|
| 58 | sequentialLog as scaleSequentialLog,
|
|---|
| 59 | sequentialPow as scaleSequentialPow,
|
|---|
| 60 | sequentialSqrt as scaleSequentialSqrt,
|
|---|
| 61 | sequentialSymlog as scaleSequentialSymlog
|
|---|
| 62 | } from "./sequential.js";
|
|---|
| 63 |
|
|---|
| 64 | export {
|
|---|
| 65 | default as scaleSequentialQuantile
|
|---|
| 66 | } from "./sequentialQuantile.js";
|
|---|
| 67 |
|
|---|
| 68 | export {
|
|---|
| 69 | default as scaleDiverging,
|
|---|
| 70 | divergingLog as scaleDivergingLog,
|
|---|
| 71 | divergingPow as scaleDivergingPow,
|
|---|
| 72 | divergingSqrt as scaleDivergingSqrt,
|
|---|
| 73 | divergingSymlog as scaleDivergingSymlog
|
|---|
| 74 | } from "./diverging.js";
|
|---|
| 75 |
|
|---|
| 76 | export {
|
|---|
| 77 | default as tickFormat
|
|---|
| 78 | } from "./tickFormat.js";
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.