This repository has been archived by the owner on Dec 20, 2022. It is now read-only.
forked from civio/medicamentalia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rollup-entry.js
executable file
·133 lines (113 loc) · 1.49 KB
/
rollup-entry.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
export {
ascending,
descending,
extent,
max,
min,
range,
scan,
shuffle,
sum,
ticks,
tickStep
} from "d3-array";
export {
entries,
keys,
values,
map,
set,
nest
} from "d3-collection";
export {
easeCubic,
easeSinInOut,
} from "d3-ease";
export {
forceCollide,
forceSimulation,
forceX,
forceY
} from "d3-force";
export * from "d3-format";
export {
stratify,
treemap,
treemapSlice,
treemapSquarify
} from "d3-hierarchy";
export {
queue
} from "d3-queue";
export {
area,
line,
curveCatmullRom
} from "d3-shape";
export {
request,
csv,
json,
xml,
} from "d3-request";
export {
scaleBand,
scalePoint,
scaleLinear,
scaleLog,
scaleOrdinal,
scaleQuantize,
scalePow,
scaleSequential,
scaleThreshold,
interpolateMagma,
schemeCategory20
} from "d3-scale";
export {
schemeOranges,
interpolateOranges,
interpolateRdYlGn
} from "d3-scale-chromatic";
export {
creator,
customEvent,
event,
local,
matcher,
mouse,
namespace,
namespaces,
select,
selectAll,
selection,
selector,
selectorAll,
touch,
touches,
window
} from "d3-selection";
export {
active,
transition
} from "d3-transition";
export {
axisBottom,
axisLeft
} from "d3-axis";
export {
geoPath
} from "d3-geo";
export {
geoKavrayskiy7
} from "d3-geo-projection";
export {
drag
} from "d3-drag";
export * from "d3-voronoi";
//Modules for Vaccine Map
/*
export * from "d3-polygon";
export {
timer
} from "d3-timer";
*/