This repository was archived by the owner on Aug 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodules.js
More file actions
53 lines (53 loc) · 2.73 KB
/
modules.js
File metadata and controls
53 lines (53 loc) · 2.73 KB
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
export default {
'@financial-times/load-data':
'https://unpkg.com/@financial-times/load-data@^1.0.2/dist/loadData.dist.min.js',
'bertha-client': 'https://unpkg.com/bertha-client@4.0.1/dist/index.js',
d3: 'https://d3js.org/d3.v4.js',
'd3-array': 'https://d3js.org/d3.v4.js',
'd3-axis': 'https://d3js.org/d3.v4.js',
'd3-brush': 'https://d3js.org/d3.v4.js',
'd3-chord': 'https://d3js.org/d3.v4.js',
'd3-collection': 'https://d3js.org/d3.v4.js',
'd3-color': 'https://d3js.org/d3.v4.js',
'd3-dispatch': 'https://d3js.org/d3.v4.js',
'd3-drag': 'https://d3js.org/d3.v4.js',
'd3-dsv': 'https://d3js.org/d3.v4.js',
'd3-ease': 'https://d3js.org/d3.v4.js',
'd3-force': 'https://d3js.org/d3.v4.js',
'd3-format': 'https://d3js.org/d3.v4.js',
'd3-geo': 'https://d3js.org/d3.v4.js',
'd3-hierarchy': 'https://d3js.org/d3.v4.js',
'd3-interpolate': 'https://d3js.org/d3.v4.js',
'd3-path': 'https://d3js.org/d3.v4.js',
'd3-polygon': 'https://d3js.org/d3.v4.js',
'd3-quadtree': 'https://d3js.org/d3.v4.js',
'd3-queue': 'https://d3js.org/d3.v4.js',
'd3-random': 'https://d3js.org/d3.v4.js',
'd3-request': 'https://d3js.org/d3.v4.js',
'd3-sankey': 'https://unpkg.com/d3-sankey@0.7.1/build/d3-sankey.js',
'd3-scale': 'https://d3js.org/d3.v4.js',
'd3-selection-multi': 'https://unpkg.com/d3-selection-multi@1.0.1/build/d3-selection-multi.js',
'd3-selection': 'https://d3js.org/d3.v4.js',
'd3-shape': 'https://d3js.org/d3.v4.js',
'd3-time-format': 'https://d3js.org/d3.v4.js',
'd3-time': 'https://d3js.org/d3.v4.js',
'd3-timer': 'https://d3js.org/d3.v4.js',
'd3-transition': 'https://d3js.org/d3.v4.js',
'd3-voronoi': 'https://d3js.org/d3.v4.js',
'd3-zoom': 'https://d3js.org/d3.v4.js',
'g-annotations': 'https://unpkg.com/g-annotations@^1/build/g-annotations.js',
'g-axis': 'https://unpkg.com/g-axis@^1/build/g-axis.js',
'g-chartcolour': 'https://unpkg.com/g-chartcolour@0.8.26/build/g-chartcolour.js',
'g-chartframe': 'https://unpkg.com/g-chartframe@^5/build/g-chartframe.js',
'g-legend': 'https://unpkg.com/g-legend@^1/build/g-legend.js',
'g-xaxisdate': 'https://unpkg.com/g-axis@^1/build/g-axis.js',
'g-yaxislinear': 'https://unpkg.com/g-axis@^1/build/g-axis.js',
'plugin-babel': 'https://unpkg.com/systemjs-plugin-babel/plugin-babel.js',
'plugin-json': 'https://unpkg.com/systemjs-plugin-json@0.3.0/json.js',
'save-svg-as-png': 'https://unpkg.com/save-svg-as-png@1.4.6/lib/saveSvgAsPng.js',
'simple-statistics': 'https://unpkg.com/simple-statistics@5.4.0/dist/simple-statistics.js',
'systemjs-babel-build':
'https://unpkg.com/systemjs-plugin-babel@0.0.25/systemjs-babel-browser.js',
'topojson-client': 'https://unpkg.com/topojson-client@3.0.0/dist/topojson-client.js',
chai: 'https://www.chaijs.com/chai.js',
};