@sis-cc/dotstatsuite-components 21.0.1 → 21.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (234) hide show
  1. package/dist/dotstatsuite-components.js +38112 -0
  2. package/package.json +4 -1
  3. package/.editorconfig +0 -19
  4. package/.gitlab-ci.yml +0 -48
  5. package/prettier.config.js +0 -13
  6. package/src/app.js +0 -13
  7. package/src/bridge-d3-react/README.md +0 -42
  8. package/src/bridge-d3-react/src/app.js +0 -64
  9. package/src/bridge-d3-react/src/index.js +0 -17
  10. package/src/bridge-d3-react/src/mock-choro.js +0 -394
  11. package/src/bridge-d3-react/src/react-chart-factory.js +0 -65
  12. package/src/index.js +0 -12
  13. package/src/rules/README.md +0 -23
  14. package/src/rules/src/chart/getAxisOptions.js +0 -258
  15. package/src/rules/src/chart/getBaseOptions.js +0 -84
  16. package/src/rules/src/chart/getChartOptions.js +0 -118
  17. package/src/rules/src/chart/getGridOptions.js +0 -52
  18. package/src/rules/src/chart/getTooltipOptions.js +0 -230
  19. package/src/rules/src/constants.js +0 -64
  20. package/src/rules/src/date.js +0 -118
  21. package/src/rules/src/dimension-utils.js +0 -54
  22. package/src/rules/src/factories/choro-series.js +0 -65
  23. package/src/rules/src/factories/sample-focus.js +0 -22
  24. package/src/rules/src/factories/sample-series.js +0 -51
  25. package/src/rules/src/factories/scatter-dimension.js +0 -31
  26. package/src/rules/src/factories/scatter-focus.js +0 -39
  27. package/src/rules/src/factories/scatter-series.js +0 -94
  28. package/src/rules/src/factories/stacked-dimension.js +0 -29
  29. package/src/rules/src/factories/stacked-series.js +0 -185
  30. package/src/rules/src/factories/symbol-dimension.js +0 -29
  31. package/src/rules/src/factories/symbol-series.js +0 -62
  32. package/src/rules/src/factories/timeline-focus.js +0 -18
  33. package/src/rules/src/factories/timeline-series.js +0 -91
  34. package/src/rules/src/get-values-enhanced.js +0 -134
  35. package/src/rules/src/header/getDefaultSubtitle.js +0 -40
  36. package/src/rules/src/header/getHeaderUnits.js +0 -17
  37. package/src/rules/src/header/getSubtitleFlags.js +0 -43
  38. package/src/rules/src/header/getTitleFlags.js +0 -8
  39. package/src/rules/src/header/index.js +0 -4
  40. package/src/rules/src/index.js +0 -398
  41. package/src/rules/src/layout.js +0 -113
  42. package/src/rules/src/observation-formater.js +0 -83
  43. package/src/rules/src/preparators/enhanceObservations.js +0 -152
  44. package/src/rules/src/preparators/formatValue.js +0 -84
  45. package/src/rules/src/preparators/getObservations.js +0 -19
  46. package/src/rules/src/preparators/getReportingYearStart.js +0 -16
  47. package/src/rules/src/properties/errors.js +0 -19
  48. package/src/rules/src/properties/focus.js +0 -69
  49. package/src/rules/src/properties/getAvailableChartTypes.js +0 -34
  50. package/src/rules/src/properties/getHeaderProps.js +0 -74
  51. package/src/rules/src/properties/getInformationsStateFromNewProps.js +0 -47
  52. package/src/rules/src/properties/getObservationsType.js +0 -29
  53. package/src/rules/src/properties/getStringifiedSubtitle.js +0 -6
  54. package/src/rules/src/properties/index.js +0 -424
  55. package/src/rules/src/properties/information.js +0 -84
  56. package/src/rules/src/properties/linear.js +0 -129
  57. package/src/rules/src/properties/scatter.js +0 -158
  58. package/src/rules/src/properties/stacked.js +0 -98
  59. package/src/rules/src/properties/symbol.js +0 -79
  60. package/src/rules/src/properties/utils.js +0 -110
  61. package/src/rules/src/sdmx-data/index.js +0 -39
  62. package/src/rules/src/table/factories/getCellValue.js +0 -50
  63. package/src/rules/src/table/index.js +0 -1
  64. package/src/rules/src/v8-transformer.js +0 -176
  65. package/src/rules/test/extractSdmxArtefacts.js +0 -26
  66. package/src/rules/test/get-values-enhanced.test.js +0 -127
  67. package/src/rules/test/oecd-HEALTH_PROT-no-freq.json +0 -2903
  68. package/src/rules/test/oecd-HEALTH_PROT-parsed.js +0 -398
  69. package/src/rules/test/oecd-HEALTH_PROT-wrong-freq.json +0 -2913
  70. package/src/rules/test/oecd-HEALTH_PROT.json +0 -2913
  71. package/src/rules/test/oecd-KEI.json +0 -372
  72. package/src/rules/test/scatter-property.js +0 -455
  73. package/src/rules/test/stacked-property.js +0 -273
  74. package/src/rules/test/symbol-property.js +0 -262
  75. package/src/rules/test/v8-transformer.test.js +0 -90
  76. package/src/rules2/src/applyHierarchicalCodesToDim.js +0 -149
  77. package/src/rules2/src/combinedValuesDisplay.js +0 -74
  78. package/src/rules2/src/constants.js +0 -6
  79. package/src/rules2/src/duplicateObservations.js +0 -35
  80. package/src/rules2/src/enhanceObservations.js +0 -95
  81. package/src/rules2/src/getAdvAttrSeriesAtCoordinates.js +0 -29
  82. package/src/rules2/src/getAttributesSeries.js +0 -36
  83. package/src/rules2/src/getCombinationDefinitions.js +0 -47
  84. package/src/rules2/src/getDataflowAttributes.js +0 -23
  85. package/src/rules2/src/getDataflowTooltipAttributesIds.js +0 -31
  86. package/src/rules2/src/getDimensionValuesIndexes.js +0 -13
  87. package/src/rules2/src/getHCodelistsRefsInData.js +0 -32
  88. package/src/rules2/src/getHeaderCombinations.js +0 -48
  89. package/src/rules2/src/getHeaderCoordinates.js +0 -7
  90. package/src/rules2/src/getHeaderSubtitle.js +0 -34
  91. package/src/rules2/src/getHeaderTitle.js +0 -15
  92. package/src/rules2/src/getMSDInformations.js +0 -23
  93. package/src/rules2/src/getManyValuesDimensions.js +0 -34
  94. package/src/rules2/src/getMetadataCoordinates.js +0 -37
  95. package/src/rules2/src/getMetadataStructureFromData.js +0 -17
  96. package/src/rules2/src/getNotDisplayedIds.js +0 -53
  97. package/src/rules2/src/getOneValueDimensions.js +0 -34
  98. package/src/rules2/src/getSeriesCombinations.js +0 -24
  99. package/src/rules2/src/hasCellMetadata.js +0 -14
  100. package/src/rules2/src/hierarchiseDimensionWithAdvancedHierarchy2.js +0 -57
  101. package/src/rules2/src/hierarchiseDimensionWithNativeHierarchy2.js +0 -35
  102. package/src/rules2/src/index.js +0 -50
  103. package/src/rules2/src/parseAttributes.js +0 -41
  104. package/src/rules2/src/parseCombinations.js +0 -102
  105. package/src/rules2/src/parseHierarchicalCodelist.js +0 -48
  106. package/src/rules2/src/parseMetadataSeries.js +0 -117
  107. package/src/rules2/src/prepareData.js +0 -73
  108. package/src/rules2/src/refineAttributes.js +0 -16
  109. package/src/rules2/src/refineDimensions.js +0 -18
  110. package/src/rules2/src/refineMetadataCoordinates.js +0 -28
  111. package/src/rules2/src/refineTimePeriod.js +0 -127
  112. package/src/rules2/src/sdmx3.0DataFormatPatch.js +0 -9
  113. package/src/rules2/src/table/declineObservationsOverAttributes.js +0 -32
  114. package/src/rules2/src/table/getCells.js +0 -93
  115. package/src/rules2/src/table/getCellsAttributesIds.js +0 -38
  116. package/src/rules2/src/table/getCellsMetadataCoordinates.js +0 -13
  117. package/src/rules2/src/table/getCombinationDimensionsData.js +0 -39
  118. package/src/rules2/src/table/getCuratedCells.js +0 -33
  119. package/src/rules2/src/table/getFlagsAndNotes.js +0 -23
  120. package/src/rules2/src/table/getIndexedCombinationsByDisplay.js +0 -16
  121. package/src/rules2/src/table/getLayout.js +0 -84
  122. package/src/rules2/src/table/getLayoutData2.js +0 -198
  123. package/src/rules2/src/table/getSortedLayoutIndexes.js +0 -124
  124. package/src/rules2/src/table/getTableLabelAccessor.js +0 -9
  125. package/src/rules2/src/table/getTableLayoutIds.js +0 -314
  126. package/src/rules2/src/table/getTableProps.js +0 -75
  127. package/src/rules2/src/table/parseSeriesIndexesHierarchies.js +0 -79
  128. package/src/rules2/src/table/parseValueHierarchy.js +0 -33
  129. package/src/rules2/src/table/refineLayoutSize2.js +0 -321
  130. package/src/rules2/src/utils.js +0 -37
  131. package/src/viewer/mocks/bar.js +0 -33
  132. package/src/viewer/mocks/gpp-symbol.js +0 -93
  133. package/src/viewer/mocks/gpp-time.js +0 -1103
  134. package/src/viewer/mocks/row.js +0 -39
  135. package/src/viewer/mocks/scatter.js +0 -93
  136. package/src/viewer/mocks/stack.js +0 -161
  137. package/src/viewer/src/app/leg.js +0 -36
  138. package/src/viewer/src/app/nodata-res.js +0 -22
  139. package/src/viewer/src/app/nodata-sized.js +0 -23
  140. package/src/viewer/src/app/one-table-cell.js +0 -70
  141. package/src/viewer/src/app/table.js +0 -423
  142. package/src/viewer/src/app/use-case-1.js +0 -33
  143. package/src/viewer/src/app/use-case-2.js +0 -38
  144. package/src/viewer/src/app/use-case-3.js +0 -18
  145. package/src/viewer/src/app.js +0 -116
  146. package/src/viewer/src/chart.js +0 -52
  147. package/src/viewer/src/chartUtils/options.js +0 -30
  148. package/src/viewer/src/chartUtils/series.js +0 -51
  149. package/src/viewer/src/footer.js +0 -24
  150. package/src/viewer/src/header.js +0 -10
  151. package/src/viewer/src/index.js +0 -158
  152. package/src/viewer/src/legends/AxisLegend.js +0 -41
  153. package/src/viewer/src/legends/ChartLegends.js +0 -66
  154. package/src/viewer/src/legends/FocusLegend.js +0 -63
  155. package/src/viewer/src/legends/Legend.js +0 -46
  156. package/src/viewer/src/legends/SeriesLegend.js +0 -78
  157. package/src/viewer/src/utils.js +0 -21
  158. package/test/applyHierarchicalCodesToDim.test.js +0 -160
  159. package/test/combinedValuesDisplay.test.js +0 -66
  160. package/test/duplicateObs.test.js +0 -118
  161. package/test/enhanceObservations2.test.js +0 -257
  162. package/test/getAttributesSeries.test.js +0 -66
  163. package/test/getAxisOptions.test.js +0 -309
  164. package/test/getBaseOptions.test.js +0 -77
  165. package/test/getCellValue.test.js +0 -32
  166. package/test/getCells.test.js +0 -178
  167. package/test/getCellsMetadataCoordinates.test.js +0 -40
  168. package/test/getCombinationDefinitions.test.js +0 -104
  169. package/test/getCombinationDimensionsData.test.js +0 -99
  170. package/test/getDataflowAttributes.test.js +0 -23
  171. package/test/getDataflowTooltipAttributesIds.test.js +0 -146
  172. package/test/getDimensionValuesIndexes.test.js +0 -33
  173. package/test/getGridOptions.test.js +0 -65
  174. package/test/getHCodelistsRefs.test.js +0 -23
  175. package/test/getHeaderCombinations.test.js +0 -62
  176. package/test/getHeaderTitle.test.js +0 -25
  177. package/test/getLayout.test.js +0 -54
  178. package/test/getLayoutData2.test.js +0 -535
  179. package/test/getMSDInformations.test.js +0 -35
  180. package/test/getMetadataCoordinates.test.js +0 -0
  181. package/test/getNotDisplayedIds.test.js +0 -47
  182. package/test/getObservationsType.test.js +0 -55
  183. package/test/getOneValueDimensions.test.js +0 -35
  184. package/test/getReportingYearStart.test.js +0 -59
  185. package/test/getSeriesCombinations.test.js +0 -29
  186. package/test/getSortedLayoutIndexes.test.js +0 -1138
  187. package/test/getTableLabelAccessor.test.js +0 -50
  188. package/test/getTableLayoutIds.test.js +0 -356
  189. package/test/hierarchiseDimensionWithNativeHierarchy2.test.js +0 -109
  190. package/test/isTableLayoutCompatible.test.js +0 -102
  191. package/test/metadata-parsing-perf.test.js +0 -509
  192. package/test/mocks/MSD_TEST.json +0 -490
  193. package/test/mocks/OECD_SNA_TABLE1_1.0_-_AUS_V_metadata.json +0 -152
  194. package/test/mocks/h-codelist.json +0 -2095
  195. package/test/mocks/large_metadata_series.json +0 -701
  196. package/test/mocks/observations-advanced-attributes.json +0 -55382
  197. package/test/mocks/table-invert-time--data.json +0 -80211
  198. package/test/mocks/table-invert-time--inverted.json +0 -80076
  199. package/test/mocks/table-layout-multi-hierarchies--layout.json +0 -621
  200. package/test/mocks/table-layout-multi-hierarchies--layoutData.json +0 -32411
  201. package/test/mocks/table-layout-multi-hierarchies--layoutIndexes.json +0 -2760
  202. package/test/mocks/table-layout-multi-hierarchies--observations.json +0 -30688
  203. package/test/mocks/table-layout-multi-hierarchies--sizedIndexes.json +0 -2762
  204. package/test/mocks/table-layout-truncation1--layout.json +0 -27469
  205. package/test/mocks/table-layout-truncation1--layoutData.json +0 -20358
  206. package/test/mocks/table-layout-truncation1--layoutIndexes.json +0 -7512
  207. package/test/mocks/table-layout-truncation1--observations.json +0 -70002
  208. package/test/mocks/table-layout-truncation1--sizedIndexes.json +0 -3011
  209. package/test/mocks/table-prep-multi-hierarchies--attributes.json +0 -46
  210. package/test/mocks/table-prep-multi-hierarchies--dimensions.json +0 -688
  211. package/test/mocks/table-prep-multi-hierarchies--enhancedObservations.json +0 -19696
  212. package/test/mocks/table-prep-multi-hierarchies--observations.json +0 -8246
  213. package/test/mocks/table-prep-multi-hierarchies--sdmxJson.json +0 -2985
  214. package/test/mocks/table-prep-simple-duplicate--dimensions2.json +0 -858
  215. package/test/mocks/table-prep-simple-duplicate--duplicated2.json +0 -77502
  216. package/test/mocks/table-prep-simple-duplicate--observations2.json +0 -60002
  217. package/test/mocks/table-prep-truncation1--dimensions.json +0 -35057
  218. package/test/mocks/table-prep-truncation1--enhancedObservations.json +0 -70002
  219. package/test/mocks/table-prep-truncation1--observations.json +0 -27502
  220. package/test/mocks/table-prep-truncation1--sdmxJson.json +0 -55103
  221. package/test/mocks/table-prep-units--observations.json +0 -284286
  222. package/test/mocks/table-prep-units--unitsSeries.json +0 -41042
  223. package/test/parseAttributes.test.js +0 -36
  224. package/test/parseCombinations.test.js +0 -172
  225. package/test/parseHierarchicalCodelist.test.js +0 -140
  226. package/test/parseMetadataSeries.test.js +0 -128
  227. package/test/parseSeriesIndexesHierarchies.test.js +0 -345
  228. package/test/parseValueHierarchy.test.js +0 -138
  229. package/test/refineAttributes.test.js +0 -29
  230. package/test/refineLayoutSize2.test.js +0 -3410
  231. package/test/refineMetadataCoordinates.test.js +0 -86
  232. package/test/refineTimePeriod.test.js +0 -580
  233. package/test/refinedDimensions.test.js +0 -35
  234. package/vite.config.mjs +0 -51
@@ -1,858 +0,0 @@
1
- {
2
- "SUBJECT": {
3
- "id": "SUBJECT",
4
- "name": "Subject",
5
- "names": {
6
- "en": "Subject"
7
- },
8
- "keyPosition": 0,
9
- "roles": [
10
- "SUBJECT"
11
- ],
12
- "values": [
13
- {
14
- "id": "XTEXVA01",
15
- "name": "Exports in goods, s.a.",
16
- "__indexPosition": 0,
17
- "__index": 0,
18
- "notes": [],
19
- "attributes": {},
20
- "parents": []
21
- },
22
- {
23
- "id": "IRSTCI01",
24
- "name": "Overnight interbank rate",
25
- "__indexPosition": 1,
26
- "__index": 26,
27
- "notes": [],
28
- "attributes": {},
29
- "parents": []
30
- },
31
- {
32
- "id": "SPASTT01",
33
- "name": "Share prices",
34
- "__indexPosition": 2,
35
- "__index": 18,
36
- "notes": [],
37
- "attributes": {},
38
- "parents": []
39
- },
40
- {
41
- "id": "LCEAMN01",
42
- "name": "Hourly earnings: manufacturing, s.a.",
43
- "__indexPosition": 3,
44
- "__index": 1,
45
- "notes": [],
46
- "attributes": {},
47
- "parents": []
48
- },
49
- {
50
- "id": "CPALTT01",
51
- "name": "Consumer prices: all items",
52
- "__indexPosition": 4,
53
- "__index": 5,
54
- "notes": [],
55
- "attributes": {},
56
- "parents": []
57
- },
58
- {
59
- "id": "PRINTO01",
60
- "name": "Industrial production, s.a.",
61
- "__indexPosition": 5,
62
- "__index": 7,
63
- "notes": [],
64
- "attributes": {},
65
- "parents": []
66
- },
67
- {
68
- "id": "ODCNPI03",
69
- "name": "Permits issued for dwellings, s.a.",
70
- "__indexPosition": 6,
71
- "__index": 15,
72
- "notes": [],
73
- "attributes": {},
74
- "parents": []
75
- },
76
- {
77
- "id": "SLRTTO01",
78
- "name": "Retail trade (Volume), s.a.",
79
- "__indexPosition": 7,
80
- "__index": 14,
81
- "notes": [],
82
- "attributes": {},
83
- "parents": []
84
- },
85
- {
86
- "id": "PIEAMP01",
87
- "name": "Producer prices - Manufacturing",
88
- "__indexPosition": 8,
89
- "__index": 12,
90
- "notes": [],
91
- "attributes": {},
92
- "parents": []
93
- },
94
- {
95
- "id": "NAEXKP01",
96
- "name": "Gross domestic product; constant prices, s.a.",
97
- "__indexPosition": 9,
98
- "__index": 4,
99
- "notes": [],
100
- "attributes": {},
101
- "parents": []
102
- },
103
- {
104
- "id": "LRHUTTTT",
105
- "name": "Harmonised unemployment rate: all persons, s.a.",
106
- "__indexPosition": 10,
107
- "__index": 17,
108
- "notes": [],
109
- "attributes": {},
110
- "parents": []
111
- },
112
- {
113
- "id": "LFEMTTTT",
114
- "name": "Total employment: all persons, s.a.",
115
- "__indexPosition": 11,
116
- "__index": 3,
117
- "notes": [],
118
- "attributes": {},
119
- "parents": []
120
- },
121
- {
122
- "id": "CSCICP02",
123
- "name": "Consumer confidence indicator, s.a.",
124
- "__indexPosition": 12,
125
- "__index": 28,
126
- "notes": [],
127
- "attributes": {},
128
- "parents": []
129
- },
130
- {
131
- "id": "MANMM101",
132
- "name": "Narrow money, s.a.",
133
- "__indexPosition": 13,
134
- "__index": 24,
135
- "notes": [],
136
- "attributes": {},
137
- "parents": []
138
- },
139
- {
140
- "id": "ULQEUL01",
141
- "name": "Unit labour cost: Total Economy, s.a.",
142
- "__indexPosition": 14,
143
- "__index": 10,
144
- "notes": [],
145
- "attributes": {},
146
- "parents": []
147
- },
148
- {
149
- "id": "B6BLTT02",
150
- "name": "Current account as a % of GDP, s.a.",
151
- "__indexPosition": 15,
152
- "__index": 11,
153
- "notes": [],
154
- "attributes": {},
155
- "parents": []
156
- },
157
- {
158
- "id": "XTIMVA01",
159
- "name": "Imports in goods, s.a.",
160
- "__indexPosition": 16,
161
- "__index": 8,
162
- "notes": [],
163
- "attributes": {},
164
- "parents": []
165
- },
166
- {
167
- "id": "SLRTCR03",
168
- "name": "Passenger car registrations, s.a.",
169
- "__indexPosition": 17,
170
- "__index": 9,
171
- "notes": [],
172
- "attributes": {},
173
- "parents": []
174
- },
175
- {
176
- "id": "NAEXKP02",
177
- "name": "GDP Private final consumption expenditure; constant prices, s.a.",
178
- "__indexPosition": 18,
179
- "__index": 25,
180
- "notes": [],
181
- "attributes": {},
182
- "parents": []
183
- },
184
- {
185
- "id": "IR3TIB01",
186
- "name": "3 month interbank rate",
187
- "__indexPosition": 19,
188
- "__index": 16,
189
- "notes": [],
190
- "attributes": {},
191
- "parents": []
192
- },
193
- {
194
- "id": "MABMM301",
195
- "name": "Broad money, s.a.",
196
- "__indexPosition": 20,
197
- "__index": 19,
198
- "notes": [],
199
- "attributes": {},
200
- "parents": []
201
- },
202
- {
203
- "id": "PRMNTO01",
204
- "name": "Total manufacturing, s.a.",
205
- "__indexPosition": 21,
206
- "__index": 20,
207
- "notes": [],
208
- "attributes": {},
209
- "parents": []
210
- },
211
- {
212
- "id": "IRLTLT01",
213
- "name": "Long-term interest rate",
214
- "__indexPosition": 22,
215
- "__index": 22,
216
- "notes": [],
217
- "attributes": {},
218
- "parents": []
219
- },
220
- {
221
- "id": "NAEXKP03",
222
- "name": "GDP Government consumption expenditure; constant prices, s.a.",
223
- "__indexPosition": 23,
224
- "__index": 6,
225
- "notes": [],
226
- "attributes": {},
227
- "parents": []
228
- },
229
- {
230
- "id": "PRCNTO01",
231
- "name": "Construction, s.a.",
232
- "__indexPosition": 24,
233
- "__index": 23,
234
- "notes": [],
235
- "attributes": {},
236
- "parents": []
237
- },
238
- {
239
- "id": "NAEXKP04",
240
- "name": "GDP Gross fixed capital formation; constant prices, s.a.",
241
- "__indexPosition": 25,
242
- "__index": 2,
243
- "notes": [],
244
- "attributes": {},
245
- "parents": []
246
- },
247
- {
248
- "id": "CCUSMA02",
249
- "name": "Exchange rates, monthly averages, National currency per US dollar",
250
- "__indexPosition": 26,
251
- "__index": 27,
252
- "notes": [],
253
- "attributes": {},
254
- "parents": []
255
- },
256
- {
257
- "id": "NAEXKP06",
258
- "name": "GDP Exports; constant prices, s.a.",
259
- "__indexPosition": 27,
260
- "__index": 21,
261
- "notes": [],
262
- "attributes": {},
263
- "parents": []
264
- },
265
- {
266
- "id": "NAEXKP07",
267
- "name": "GDP Imports of goods and services; constant prices, s.a.",
268
- "__indexPosition": 28,
269
- "__index": 13,
270
- "notes": [],
271
- "attributes": {},
272
- "parents": []
273
- }
274
- ],
275
- "display": true,
276
- "__index": 0,
277
- "role": "SUBJECT"
278
- },
279
- "LOCATION": {
280
- "id": "LOCATION",
281
- "name": "Country",
282
- "names": {
283
- "en": "Country"
284
- },
285
- "keyPosition": 1,
286
- "roles": [
287
- "LOCATION"
288
- ],
289
- "values": [
290
- {
291
- "id": "AUS",
292
- "name": "Australia",
293
- "__indexPosition": 0,
294
- "__index": 0,
295
- "notes": [],
296
- "attributes": {},
297
- "parents": []
298
- },
299
- {
300
- "id": "AUT",
301
- "name": "Austria",
302
- "__indexPosition": 1,
303
- "__index": 1,
304
- "notes": [],
305
- "attributes": {},
306
- "parents": []
307
- },
308
- {
309
- "id": "BEL",
310
- "name": "Belgium",
311
- "__indexPosition": 2,
312
- "__index": 6,
313
- "notes": [],
314
- "attributes": {},
315
- "parents": []
316
- },
317
- {
318
- "id": "CAN",
319
- "name": "Canada",
320
- "__indexPosition": 3,
321
- "__index": 22,
322
- "notes": [],
323
- "attributes": {},
324
- "parents": []
325
- },
326
- {
327
- "id": "CHL",
328
- "name": "Chile",
329
- "__indexPosition": 4,
330
- "__index": 12,
331
- "notes": [],
332
- "attributes": {},
333
- "parents": []
334
- },
335
- {
336
- "id": "COL",
337
- "name": "Colombia",
338
- "__indexPosition": 5,
339
- "__index": 29,
340
- "notes": [],
341
- "attributes": {},
342
- "parents": []
343
- },
344
- {
345
- "id": "CZE",
346
- "name": "Czech Republic",
347
- "__indexPosition": 6,
348
- "__index": 8,
349
- "notes": [],
350
- "attributes": {},
351
- "parents": []
352
- },
353
- {
354
- "id": "DNK",
355
- "name": "Denmark",
356
- "__indexPosition": 7,
357
- "__index": 24,
358
- "notes": [],
359
- "attributes": {},
360
- "parents": []
361
- },
362
- {
363
- "id": "EST",
364
- "name": "Estonia",
365
- "__indexPosition": 8,
366
- "__index": 30,
367
- "notes": [],
368
- "attributes": {},
369
- "parents": []
370
- },
371
- {
372
- "id": "FIN",
373
- "name": "Finland",
374
- "__indexPosition": 9,
375
- "__index": 38,
376
- "notes": [],
377
- "attributes": {},
378
- "parents": []
379
- },
380
- {
381
- "id": "FRA",
382
- "name": "France",
383
- "__indexPosition": 10,
384
- "__index": 39,
385
- "notes": [],
386
- "attributes": {},
387
- "parents": []
388
- },
389
- {
390
- "id": "DEU",
391
- "name": "Germany",
392
- "__indexPosition": 11,
393
- "__index": 7,
394
- "notes": [],
395
- "attributes": {},
396
- "parents": []
397
- },
398
- {
399
- "id": "GRC",
400
- "name": "Greece",
401
- "__indexPosition": 12,
402
- "__index": 40,
403
- "notes": [],
404
- "attributes": {},
405
- "parents": []
406
- },
407
- {
408
- "id": "HUN",
409
- "name": "Hungary",
410
- "__indexPosition": 13,
411
- "__index": 2,
412
- "notes": [],
413
- "attributes": {},
414
- "parents": []
415
- },
416
- {
417
- "id": "ISL",
418
- "name": "Iceland",
419
- "__indexPosition": 14,
420
- "__index": 18,
421
- "notes": [],
422
- "attributes": {},
423
- "parents": []
424
- },
425
- {
426
- "id": "IRL",
427
- "name": "Ireland",
428
- "__indexPosition": 15,
429
- "__index": 33,
430
- "notes": [],
431
- "attributes": {},
432
- "parents": []
433
- },
434
- {
435
- "id": "ISR",
436
- "name": "Israel",
437
- "__indexPosition": 16,
438
- "__index": 21,
439
- "notes": [],
440
- "attributes": {},
441
- "parents": []
442
- },
443
- {
444
- "id": "ITA",
445
- "name": "Italy",
446
- "__indexPosition": 17,
447
- "__index": 23,
448
- "notes": [],
449
- "attributes": {},
450
- "parents": []
451
- },
452
- {
453
- "id": "JPN",
454
- "name": "Japan",
455
- "__indexPosition": 18,
456
- "__index": 34,
457
- "notes": [],
458
- "attributes": {},
459
- "parents": []
460
- },
461
- {
462
- "id": "KOR",
463
- "name": "Korea",
464
- "__indexPosition": 19,
465
- "__index": 3,
466
- "notes": [],
467
- "attributes": {},
468
- "parents": []
469
- },
470
- {
471
- "id": "LVA",
472
- "name": "Latvia",
473
- "__indexPosition": 20,
474
- "__index": 36,
475
- "notes": [],
476
- "attributes": {},
477
- "parents": []
478
- },
479
- {
480
- "id": "LTU",
481
- "name": "Lithuania",
482
- "__indexPosition": 21,
483
- "__index": 13,
484
- "notes": [],
485
- "attributes": {},
486
- "parents": []
487
- },
488
- {
489
- "id": "LUX",
490
- "name": "Luxembourg",
491
- "__indexPosition": 22,
492
- "__index": 42,
493
- "notes": [],
494
- "attributes": {},
495
- "parents": []
496
- },
497
- {
498
- "id": "MEX",
499
- "name": "Mexico",
500
- "__indexPosition": 23,
501
- "__index": 41,
502
- "notes": [],
503
- "attributes": {},
504
- "parents": []
505
- },
506
- {
507
- "id": "NLD",
508
- "name": "Netherlands",
509
- "__indexPosition": 24,
510
- "__index": 9,
511
- "notes": [],
512
- "attributes": {},
513
- "parents": []
514
- },
515
- {
516
- "id": "NZL",
517
- "name": "New Zealand",
518
- "__indexPosition": 25,
519
- "__index": 28,
520
- "notes": [],
521
- "attributes": {},
522
- "parents": []
523
- },
524
- {
525
- "id": "NOR",
526
- "name": "Norway",
527
- "__indexPosition": 26,
528
- "__index": 19,
529
- "notes": [],
530
- "attributes": {},
531
- "parents": []
532
- },
533
- {
534
- "id": "POL",
535
- "name": "Poland",
536
- "__indexPosition": 27,
537
- "__index": 4,
538
- "notes": [],
539
- "attributes": {},
540
- "parents": []
541
- },
542
- {
543
- "id": "PRT",
544
- "name": "Portugal",
545
- "__indexPosition": 28,
546
- "__index": 20,
547
- "notes": [],
548
- "attributes": {},
549
- "parents": []
550
- },
551
- {
552
- "id": "SVK",
553
- "name": "Slovak Republic",
554
- "__indexPosition": 29,
555
- "__index": 35,
556
- "notes": [],
557
- "attributes": {},
558
- "parents": []
559
- },
560
- {
561
- "id": "SVN",
562
- "name": "Slovenia",
563
- "__indexPosition": 30,
564
- "__index": 45,
565
- "notes": [],
566
- "attributes": {},
567
- "parents": []
568
- },
569
- {
570
- "id": "ESP",
571
- "name": "Spain",
572
- "__indexPosition": 31,
573
- "__index": 5,
574
- "notes": [],
575
- "attributes": {},
576
- "parents": []
577
- },
578
- {
579
- "id": "SWE",
580
- "name": "Sweden",
581
- "__indexPosition": 32,
582
- "__index": 26,
583
- "notes": [],
584
- "attributes": {},
585
- "parents": []
586
- },
587
- {
588
- "id": "CHE",
589
- "name": "Switzerland",
590
- "__indexPosition": 33,
591
- "__index": 14,
592
- "notes": [],
593
- "attributes": {},
594
- "parents": []
595
- },
596
- {
597
- "id": "TUR",
598
- "name": "Turkey",
599
- "__indexPosition": 34,
600
- "__index": 49,
601
- "notes": [],
602
- "attributes": {},
603
- "parents": []
604
- },
605
- {
606
- "id": "GBR",
607
- "name": "United Kingdom",
608
- "__indexPosition": 35,
609
- "__index": 27,
610
- "notes": [],
611
- "attributes": {},
612
- "parents": []
613
- },
614
- {
615
- "id": "USA",
616
- "name": "United States",
617
- "__indexPosition": 36,
618
- "__index": 15,
619
- "notes": [],
620
- "attributes": {},
621
- "parents": []
622
- },
623
- {
624
- "id": "EA19",
625
- "name": "Euro area (19 countries)",
626
- "__indexPosition": 37,
627
- "__index": 11,
628
- "notes": [],
629
- "attributes": {},
630
- "parents": []
631
- },
632
- {
633
- "id": "EU28",
634
- "name": "European Union (28 countries)",
635
- "__indexPosition": 38,
636
- "__index": 48,
637
- "notes": [],
638
- "attributes": {},
639
- "parents": []
640
- },
641
- {
642
- "id": "EU27_2020",
643
- "name": "European Union – 27 countries (from 01/02/2020)",
644
- "__indexPosition": 39,
645
- "__index": 44,
646
- "notes": [],
647
- "attributes": {},
648
- "parents": []
649
- },
650
- {
651
- "id": "G-7",
652
- "name": "G7",
653
- "__indexPosition": 40,
654
- "__index": 10,
655
- "notes": [],
656
- "attributes": {},
657
- "parents": []
658
- },
659
- {
660
- "id": "OECDE",
661
- "name": "OECD - Europe",
662
- "__indexPosition": 41,
663
- "__index": 43,
664
- "notes": [],
665
- "attributes": {},
666
- "parents": []
667
- },
668
- {
669
- "id": "OECD",
670
- "name": "OECD - Total",
671
- "__indexPosition": 42,
672
- "__index": 25,
673
- "notes": [],
674
- "attributes": {},
675
- "parents": []
676
- },
677
- {
678
- "id": "BRA",
679
- "name": "Brazil",
680
- "__indexPosition": 43,
681
- "__index": 50,
682
- "notes": [],
683
- "attributes": {},
684
- "parents": []
685
- },
686
- {
687
- "id": "CHN",
688
- "name": "China (People's Republic of)",
689
- "__indexPosition": 44,
690
- "__index": 46,
691
- "notes": [],
692
- "attributes": {},
693
- "parents": []
694
- },
695
- {
696
- "id": "CRI",
697
- "name": "Costa Rica",
698
- "__indexPosition": 45,
699
- "__index": 37,
700
- "notes": [],
701
- "attributes": {},
702
- "parents": []
703
- },
704
- {
705
- "id": "IND",
706
- "name": "India",
707
- "__indexPosition": 46,
708
- "__index": 31,
709
- "notes": [],
710
- "attributes": {},
711
- "parents": []
712
- },
713
- {
714
- "id": "IDN",
715
- "name": "Indonesia",
716
- "__indexPosition": 47,
717
- "__index": 47,
718
- "notes": [],
719
- "attributes": {},
720
- "parents": []
721
- },
722
- {
723
- "id": "RUS",
724
- "name": "Russia",
725
- "__indexPosition": 48,
726
- "__index": 16,
727
- "notes": [],
728
- "attributes": {},
729
- "parents": []
730
- },
731
- {
732
- "id": "SAU",
733
- "name": "Saudi Arabia",
734
- "__indexPosition": 49,
735
- "__index": 32,
736
- "notes": [],
737
- "attributes": {},
738
- "parents": []
739
- },
740
- {
741
- "id": "ZAF",
742
- "name": "South Africa",
743
- "__indexPosition": 50,
744
- "__index": 17,
745
- "notes": [],
746
- "attributes": {},
747
- "parents": []
748
- }
749
- ],
750
- "display": true,
751
- "__index": 1,
752
- "role": "LOCATION"
753
- },
754
- "MEASURE": {
755
- "id": "MEASURE",
756
- "name": "Measure",
757
- "names": {
758
- "en": "Measure"
759
- },
760
- "keyPosition": 2,
761
- "roles": [
762
- "MEASURE"
763
- ],
764
- "values": [
765
- {
766
- "id": "GP",
767
- "name": "Growth previous period",
768
- "__indexPosition": 0,
769
- "__index": 0,
770
- "notes": [],
771
- "attributes": {},
772
- "parents": []
773
- },
774
- {
775
- "id": "GY",
776
- "name": "Growth on the same period of the previous year",
777
- "__indexPosition": 1,
778
- "__index": 1,
779
- "notes": [],
780
- "attributes": {},
781
- "parents": []
782
- },
783
- {
784
- "id": "ST",
785
- "name": "Level, ratio or index",
786
- "__indexPosition": 2,
787
- "__index": 2,
788
- "notes": [],
789
- "attributes": {},
790
- "parents": []
791
- }
792
- ],
793
- "display": true,
794
- "__index": 2,
795
- "role": "MEASURE"
796
- },
797
- "TIME_PERIOD": {
798
- "id": "TIME_PERIOD",
799
- "name": "Time",
800
- "names": {
801
- "en": "Time"
802
- },
803
- "keyPosition": 4,
804
- "roles": [
805
- "TIME"
806
- ],
807
- "values": [
808
- {
809
- "id": "2015",
810
- "name": "2015",
811
- "__indexPosition": 0,
812
- "__index": 0,
813
- "notes": [],
814
- "attributes": {},
815
- "parents": []
816
- },
817
- {
818
- "id": "2016",
819
- "name": "2016",
820
- "__indexPosition": 1,
821
- "__index": 1,
822
- "notes": [],
823
- "attributes": {},
824
- "parents": []
825
- },
826
- {
827
- "id": "2017",
828
- "name": "2017",
829
- "__indexPosition": 2,
830
- "__index": 2,
831
- "notes": [],
832
- "attributes": {},
833
- "parents": []
834
- },
835
- {
836
- "id": "2018",
837
- "name": "2018",
838
- "__indexPosition": 3,
839
- "__index": 3,
840
- "notes": [],
841
- "attributes": {},
842
- "parents": []
843
- },
844
- {
845
- "id": "2019",
846
- "name": "2019",
847
- "__indexPosition": 4,
848
- "__index": 4,
849
- "notes": [],
850
- "attributes": {},
851
- "parents": []
852
- }
853
- ],
854
- "display": true,
855
- "__index": 4,
856
- "role": "TIME_PERIOD"
857
- }
858
- }