forked from peterhadlaw/personal-website-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsampleData.js
43 lines (38 loc) · 995 Bytes
/
sampleData.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
let data = {
australia: {
"Domestic Health": 84241,
"Education": 68160,
"Final Consumption": 247409,
"Research and Development": 24918
},
brazil: {
"Domestic Health": 81832,
"Education": 130424,
"Final Consumption": 416043,
"Research and Development": 22573
},
uk: {
"Domestic Health": 207917,
"Education": 144950,
"Final Consumption": 498433,
"Research and Development": 44736
},
mexico: {
"Domestic Health": 32947,
"Education": 52362,
"Final Consumption": 134626,
"Research and Development": 3806
},
singapore: {
"Domestic Health": 7312,
"Education": 9504,
"Final Consumption": 34940,
"Research and Development": 6608
},
southAfrica: {
"Domestic Health": 15215,
"Education": 21368,
"Final Consumption": 72704,
"Research and Development": 2909
}
};