@sis-cc/dotstatsuite-components 20.6.0 → 21.0.1

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 (161) hide show
  1. package/.gitlab-ci.yml +4 -5
  2. package/README.md +1 -17
  3. package/package.json +20 -14
  4. package/src/bridge-d3-react/src/react-chart-factory.js +1 -2
  5. package/src/rules/src/factories/sample-series.js +1 -1
  6. package/src/rules/src/index.js +14 -13
  7. package/src/rules/src/observation-formater.js +0 -1
  8. package/src/rules/src/properties/focus.js +3 -3
  9. package/src/rules/src/sdmx-data/index.js +2 -0
  10. package/src/viewer/src/index.js +4 -5
  11. package/src/viewer/src/legends/AxisLegend.js +0 -7
  12. package/src/viewer/src/legends/FocusLegend.js +2 -10
  13. package/src/viewer/src/legends/Legend.js +0 -6
  14. package/src/viewer/src/legends/SeriesLegend.js +0 -7
  15. package/vite.config.mjs +51 -0
  16. package/lib/app.js +0 -22
  17. package/lib/bridge-d3-react/src/app.js +0 -98
  18. package/lib/bridge-d3-react/src/index.js +0 -33
  19. package/lib/bridge-d3-react/src/mock-choro.js +0 -41
  20. package/lib/bridge-d3-react/src/react-chart-factory.js +0 -103
  21. package/lib/index.js +0 -41
  22. package/lib/rules/src/chart/getAxisOptions.js +0 -206
  23. package/lib/rules/src/chart/getBaseOptions.js +0 -51
  24. package/lib/rules/src/chart/getChartOptions.js +0 -106
  25. package/lib/rules/src/chart/getGridOptions.js +0 -21
  26. package/lib/rules/src/chart/getTooltipOptions.js +0 -84
  27. package/lib/rules/src/constants.js +0 -68
  28. package/lib/rules/src/date.js +0 -180
  29. package/lib/rules/src/dimension-utils.js +0 -67
  30. package/lib/rules/src/factories/choro-series.js +0 -99
  31. package/lib/rules/src/factories/sample-focus.js +0 -64
  32. package/lib/rules/src/factories/sample-series.js +0 -90
  33. package/lib/rules/src/factories/scatter-dimension.js +0 -72
  34. package/lib/rules/src/factories/scatter-focus.js +0 -77
  35. package/lib/rules/src/factories/scatter-series.js +0 -145
  36. package/lib/rules/src/factories/stacked-dimension.js +0 -42
  37. package/lib/rules/src/factories/stacked-series.js +0 -166
  38. package/lib/rules/src/factories/symbol-dimension.js +0 -69
  39. package/lib/rules/src/factories/symbol-series.js +0 -119
  40. package/lib/rules/src/factories/timeline-focus.js +0 -38
  41. package/lib/rules/src/factories/timeline-series.js +0 -121
  42. package/lib/rules/src/get-values-enhanced.js +0 -141
  43. package/lib/rules/src/header/getDefaultSubtitle.js +0 -50
  44. package/lib/rules/src/header/getHeaderUnits.js +0 -26
  45. package/lib/rules/src/header/getSubtitleFlags.js +0 -53
  46. package/lib/rules/src/header/getTitleFlags.js +0 -24
  47. package/lib/rules/src/header/index.js +0 -41
  48. package/lib/rules/src/index.js +0 -714
  49. package/lib/rules/src/layout.js +0 -98
  50. package/lib/rules/src/observation-formater.js +0 -112
  51. package/lib/rules/src/preparators/enhanceObservations.js +0 -142
  52. package/lib/rules/src/preparators/formatValue.js +0 -83
  53. package/lib/rules/src/preparators/getObservations.js +0 -27
  54. package/lib/rules/src/preparators/getReportingYearStart.js +0 -52
  55. package/lib/rules/src/properties/errors.js +0 -31
  56. package/lib/rules/src/properties/focus.js +0 -90
  57. package/lib/rules/src/properties/getAvailableChartTypes.js +0 -30
  58. package/lib/rules/src/properties/getHeaderProps.js +0 -83
  59. package/lib/rules/src/properties/getInformationsStateFromNewProps.js +0 -61
  60. package/lib/rules/src/properties/getObservationsType.js +0 -31
  61. package/lib/rules/src/properties/getStringifiedSubtitle.js +0 -18
  62. package/lib/rules/src/properties/index.js +0 -401
  63. package/lib/rules/src/properties/information.js +0 -79
  64. package/lib/rules/src/properties/linear.js +0 -158
  65. package/lib/rules/src/properties/scatter.js +0 -174
  66. package/lib/rules/src/properties/stacked.js +0 -133
  67. package/lib/rules/src/properties/symbol.js +0 -96
  68. package/lib/rules/src/properties/utils.js +0 -126
  69. package/lib/rules/src/sdmx-data/index.js +0 -55
  70. package/lib/rules/src/table/factories/getCellValue.js +0 -57
  71. package/lib/rules/src/table/index.js +0 -14
  72. package/lib/rules/src/v8-transformer.js +0 -184
  73. package/lib/rules/test/extractSdmxArtefacts.js +0 -37
  74. package/lib/rules/test/get-values-enhanced.test.js +0 -128
  75. package/lib/rules/test/oecd-HEALTH_PROT-parsed.js +0 -303
  76. package/lib/rules/test/scatter-property.js +0 -403
  77. package/lib/rules/test/stacked-property.js +0 -244
  78. package/lib/rules/test/symbol-property.js +0 -234
  79. package/lib/rules/test/v8-transformer.test.js +0 -82
  80. package/lib/rules2/src/applyHierarchicalCodesToDim.js +0 -175
  81. package/lib/rules2/src/combinedValuesDisplay.js +0 -71
  82. package/lib/rules2/src/constants.js +0 -11
  83. package/lib/rules2/src/duplicateObservations.js +0 -39
  84. package/lib/rules2/src/enhanceObservations.js +0 -103
  85. package/lib/rules2/src/getAdvAttrSeriesAtCoordinates.js +0 -39
  86. package/lib/rules2/src/getAttributesSeries.js +0 -40
  87. package/lib/rules2/src/getCombinationDefinitions.js +0 -72
  88. package/lib/rules2/src/getDataflowAttributes.js +0 -34
  89. package/lib/rules2/src/getDataflowTooltipAttributesIds.js +0 -38
  90. package/lib/rules2/src/getDimensionValuesIndexes.js +0 -19
  91. package/lib/rules2/src/getHCodelistsRefsInData.js +0 -49
  92. package/lib/rules2/src/getHeaderCombinations.js +0 -51
  93. package/lib/rules2/src/getHeaderCoordinates.js +0 -18
  94. package/lib/rules2/src/getHeaderSubtitle.js +0 -41
  95. package/lib/rules2/src/getHeaderTitle.js +0 -29
  96. package/lib/rules2/src/getMSDInformations.js +0 -43
  97. package/lib/rules2/src/getManyValuesDimensions.js +0 -39
  98. package/lib/rules2/src/getMetadataCoordinates.js +0 -40
  99. package/lib/rules2/src/getMetadataStructureFromData.js +0 -23
  100. package/lib/rules2/src/getNotDisplayedIds.js +0 -58
  101. package/lib/rules2/src/getOneValueDimensions.js +0 -48
  102. package/lib/rules2/src/getSeriesCombinations.js +0 -33
  103. package/lib/rules2/src/hasCellMetadata.js +0 -22
  104. package/lib/rules2/src/hierarchiseDimensionWithAdvancedHierarchy2.js +0 -65
  105. package/lib/rules2/src/hierarchiseDimensionWithNativeHierarchy2.js +0 -39
  106. package/lib/rules2/src/index.js +0 -443
  107. package/lib/rules2/src/parseAttributes.js +0 -51
  108. package/lib/rules2/src/parseCombinations.js +0 -96
  109. package/lib/rules2/src/parseHierarchicalCodelist.js +0 -57
  110. package/lib/rules2/src/parseMetadataSeries.js +0 -119
  111. package/lib/rules2/src/prepareData.js +0 -113
  112. package/lib/rules2/src/refineAttributes.js +0 -32
  113. package/lib/rules2/src/refineDimensions.js +0 -38
  114. package/lib/rules2/src/refineMetadataCoordinates.js +0 -35
  115. package/lib/rules2/src/refineTimePeriod.js +0 -154
  116. package/lib/rules2/src/sdmx3.0DataFormatPatch.js +0 -20
  117. package/lib/rules2/src/table/declineObservationsOverAttributes.js +0 -43
  118. package/lib/rules2/src/table/getCells.js +0 -90
  119. package/lib/rules2/src/table/getCellsAttributesIds.js +0 -63
  120. package/lib/rules2/src/table/getCellsMetadataCoordinates.js +0 -30
  121. package/lib/rules2/src/table/getCombinationDimensionsData.js +0 -48
  122. package/lib/rules2/src/table/getCuratedCells.js +0 -28
  123. package/lib/rules2/src/table/getFlagsAndNotes.js +0 -30
  124. package/lib/rules2/src/table/getIndexedCombinationsByDisplay.js +0 -31
  125. package/lib/rules2/src/table/getLayout.js +0 -105
  126. package/lib/rules2/src/table/getLayoutData2.js +0 -269
  127. package/lib/rules2/src/table/getSortedLayoutIndexes.js +0 -136
  128. package/lib/rules2/src/table/getTableLabelAccessor.js +0 -20
  129. package/lib/rules2/src/table/getTableLayoutIds.js +0 -365
  130. package/lib/rules2/src/table/getTableProps.js +0 -96
  131. package/lib/rules2/src/table/parseSeriesIndexesHierarchies.js +0 -124
  132. package/lib/rules2/src/table/parseValueHierarchy.js +0 -63
  133. package/lib/rules2/src/table/refineLayoutSize2.js +0 -293
  134. package/lib/rules2/src/utils.js +0 -48
  135. package/lib/viewer/mocks/bar.js +0 -21
  136. package/lib/viewer/mocks/gpp-symbol.js +0 -55
  137. package/lib/viewer/mocks/gpp-time.js +0 -1023
  138. package/lib/viewer/mocks/row.js +0 -26
  139. package/lib/viewer/mocks/scatter.js +0 -84
  140. package/lib/viewer/mocks/stack.js +0 -93
  141. package/lib/viewer/src/app/leg.js +0 -101
  142. package/lib/viewer/src/app/nodata-res.js +0 -40
  143. package/lib/viewer/src/app/nodata-sized.js +0 -41
  144. package/lib/viewer/src/app/one-table-cell.js +0 -75
  145. package/lib/viewer/src/app/table.js +0 -300
  146. package/lib/viewer/src/app/use-case-1.js +0 -60
  147. package/lib/viewer/src/app/use-case-2.js +0 -82
  148. package/lib/viewer/src/app/use-case-3.js +0 -52
  149. package/lib/viewer/src/app.js +0 -162
  150. package/lib/viewer/src/chart.js +0 -82
  151. package/lib/viewer/src/chartUtils/options.js +0 -30
  152. package/lib/viewer/src/chartUtils/series.js +0 -63
  153. package/lib/viewer/src/footer.js +0 -54
  154. package/lib/viewer/src/header.js +0 -29
  155. package/lib/viewer/src/index.js +0 -243
  156. package/lib/viewer/src/legends/AxisLegend.js +0 -84
  157. package/lib/viewer/src/legends/ChartLegends.js +0 -100
  158. package/lib/viewer/src/legends/FocusLegend.js +0 -89
  159. package/lib/viewer/src/legends/Legend.js +0 -88
  160. package/lib/viewer/src/legends/SeriesLegend.js +0 -108
  161. package/lib/viewer/src/utils.js +0 -36
@@ -1,1023 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
-
7
- exports.default = function () {
8
- return {
9
- headerProps: {
10
- title: { label: 'Growth previous period - Quarterly' },
11
- subtitle: [{ label: 'Mean score 2015, Annual incl. OECD, all countries' }]
12
- },
13
- footerProps: {
14
- source: { label: 'data.oecd.org', link: 'http://data.oecd.org/' }
15
- },
16
- chartData: {
17
- share: {
18
- focused: {
19
- baseline: [{ label: 'Industrial production, s.a. - Austria' }],
20
- highlight: [{ label: 'Total manufacturing, s.a. - Estonia' }, { label: 'Industrial production, s.a. - Australia' }]
21
- }
22
- },
23
- "series": [{
24
- highlightIndex: 1,
25
- "datapoints": [{
26
- "x": "2014-12-31T23:00:00.000Z",
27
- "y": 4.609639177804482,
28
- "dimensionValues": {
29
- "SUBJECT": {
30
- "id": "PRINTO01",
31
- "name": "Industrial production, s.a."
32
- },
33
- "LOCATION": {
34
- "id": "AUS",
35
- "name": "Australia"
36
- },
37
- "TIME_PERIOD": {
38
- "id": "2015-Q1",
39
- "name": "Q1-2015"
40
- }
41
- }
42
- }, {
43
- "x": "2015-03-31T22:00:00.000Z",
44
- "y": 1.886440440846983,
45
- "dimensionValues": {
46
- "SUBJECT": {
47
- "id": "PRINTO01",
48
- "name": "Industrial production, s.a."
49
- },
50
- "LOCATION": {
51
- "id": "AUS",
52
- "name": "Australia"
53
- },
54
- "TIME_PERIOD": {
55
- "id": "2015-Q2",
56
- "name": "Q2-2015"
57
- }
58
- }
59
- }, {
60
- "x": "2015-06-30T22:00:00.000Z",
61
- "y": 12.75180816521674,
62
- "dimensionValues": {
63
- "SUBJECT": {
64
- "id": "PRINTO01",
65
- "name": "Industrial production, s.a."
66
- },
67
- "LOCATION": {
68
- "id": "AUS",
69
- "name": "Australia"
70
- },
71
- "TIME_PERIOD": {
72
- "id": "2015-Q3",
73
- "name": "Q3-2015"
74
- }
75
- }
76
- }, {
77
- "x": "2015-09-30T22:00:00.000Z",
78
- "y": 13.501823810381974,
79
- "dimensionValues": {
80
- "SUBJECT": {
81
- "id": "PRINTO01",
82
- "name": "Industrial production, s.a."
83
- },
84
- "LOCATION": {
85
- "id": "AUS",
86
- "name": "Australia"
87
- },
88
- "TIME_PERIOD": {
89
- "id": "2015-Q4",
90
- "name": "Q4-2015"
91
- }
92
- }
93
- }],
94
- "category": "Industrial production, s.a. - Australia"
95
- }, {
96
- baselineIndex: 0,
97
- "datapoints": [{
98
- "x": "2014-12-31T23:00:00.000Z",
99
- "y": 5.74346201743464,
100
- "dimensionValues": {
101
- "SUBJECT": {
102
- "id": "PRINTO01",
103
- "name": "Industrial production, s.a."
104
- },
105
- "LOCATION": {
106
- "id": "AUT",
107
- "name": "Austria"
108
- },
109
- "TIME_PERIOD": {
110
- "id": "2015-Q1",
111
- "name": "Q1-2015"
112
- }
113
- }
114
- }, {
115
- "x": "2015-03-31T22:00:00.000Z",
116
- "y": 6.428396572827401,
117
- "dimensionValues": {
118
- "SUBJECT": {
119
- "id": "PRINTO01",
120
- "name": "Industrial production, s.a."
121
- },
122
- "LOCATION": {
123
- "id": "AUT",
124
- "name": "Austria"
125
- },
126
- "TIME_PERIOD": {
127
- "id": "2015-Q2",
128
- "name": "Q2-2015"
129
- }
130
- }
131
- }, {
132
- "x": "2015-06-30T22:00:00.000Z",
133
- "y": 8.215119852489256,
134
- "dimensionValues": {
135
- "SUBJECT": {
136
- "id": "PRINTO01",
137
- "name": "Industrial production, s.a."
138
- },
139
- "LOCATION": {
140
- "id": "AUT",
141
- "name": "Austria"
142
- },
143
- "TIME_PERIOD": {
144
- "id": "2015-Q3",
145
- "name": "Q3-2015"
146
- }
147
- }
148
- }, {
149
- "x": "2015-09-30T22:00:00.000Z",
150
- "y": 10.306654400490624,
151
- "dimensionValues": {
152
- "SUBJECT": {
153
- "id": "PRINTO01",
154
- "name": "Industrial production, s.a."
155
- },
156
- "LOCATION": {
157
- "id": "AUT",
158
- "name": "Austria"
159
- },
160
- "TIME_PERIOD": {
161
- "id": "2015-Q4",
162
- "name": "Q4-2015"
163
- }
164
- }
165
- }],
166
- "category": "Industrial production, s.a. - Austria"
167
- }, {
168
- "datapoints": [{
169
- "x": "2014-12-31T23:00:00.000Z",
170
- "y": 7.580457916801026,
171
- "dimensionValues": {
172
- "SUBJECT": {
173
- "id": "PRINTO01",
174
- "name": "Industrial production, s.a."
175
- },
176
- "LOCATION": {
177
- "id": "BEL",
178
- "name": "Belgium"
179
- },
180
- "TIME_PERIOD": {
181
- "id": "2015-Q1",
182
- "name": "Q1-2015"
183
- }
184
- }
185
- }, {
186
- "x": "2015-03-31T22:00:00.000Z",
187
- "y": 9.0973078170613029,
188
- "dimensionValues": {
189
- "SUBJECT": {
190
- "id": "PRINTO01",
191
- "name": "Industrial production, s.a."
192
- },
193
- "LOCATION": {
194
- "id": "BEL",
195
- "name": "Belgium"
196
- },
197
- "TIME_PERIOD": {
198
- "id": "2015-Q2",
199
- "name": "Q2-2015"
200
- }
201
- }
202
- }, {
203
- "x": "2015-06-30T22:00:00.000Z",
204
- "y": 10.453661697990936,
205
- "dimensionValues": {
206
- "SUBJECT": {
207
- "id": "PRINTO01",
208
- "name": "Industrial production, s.a."
209
- },
210
- "LOCATION": {
211
- "id": "BEL",
212
- "name": "Belgium"
213
- },
214
- "TIME_PERIOD": {
215
- "id": "2015-Q3",
216
- "name": "Q3-2015"
217
- }
218
- }
219
- }, {
220
- "x": "2015-09-30T22:00:00.000Z",
221
- "y": 17.32258064516129,
222
- "dimensionValues": {
223
- "SUBJECT": {
224
- "id": "PRINTO01",
225
- "name": "Industrial production, s.a."
226
- },
227
- "LOCATION": {
228
- "id": "BEL",
229
- "name": "Belgium"
230
- },
231
- "TIME_PERIOD": {
232
- "id": "2015-Q4",
233
- "name": "Q4-2015"
234
- }
235
- }
236
- }],
237
- "category": "Industrial production, s.a. - Belgium"
238
- }, {
239
- "datapoints": [{
240
- "x": "2014-12-31T23:00:00.000Z",
241
- "y": 1.674970340629221,
242
- "dimensionValues": {
243
- "SUBJECT": {
244
- "id": "PRINTO01",
245
- "name": "Industrial production, s.a."
246
- },
247
- "LOCATION": {
248
- "id": "CAN",
249
- "name": "Canada"
250
- },
251
- "TIME_PERIOD": {
252
- "id": "2015-Q1",
253
- "name": "Q1-2015"
254
- }
255
- }
256
- }, {
257
- "x": "2015-03-31T22:00:00.000Z",
258
- "y": 12.55133353288431,
259
- "dimensionValues": {
260
- "SUBJECT": {
261
- "id": "PRINTO01",
262
- "name": "Industrial production, s.a."
263
- },
264
- "LOCATION": {
265
- "id": "CAN",
266
- "name": "Canada"
267
- },
268
- "TIME_PERIOD": {
269
- "id": "2015-Q2",
270
- "name": "Q2-2015"
271
- }
272
- }
273
- }, {
274
- "x": "2015-06-30T22:00:00.000Z",
275
- "y": 11.9169388970324,
276
- "dimensionValues": {
277
- "SUBJECT": {
278
- "id": "PRINTO01",
279
- "name": "Industrial production, s.a."
280
- },
281
- "LOCATION": {
282
- "id": "CAN",
283
- "name": "Canada"
284
- },
285
- "TIME_PERIOD": {
286
- "id": "2015-Q3",
287
- "name": "Q3-2015"
288
- }
289
- }
290
- }, {
291
- "x": "2015-09-30T22:00:00.000Z",
292
- "y": 12.58460613961239,
293
- "dimensionValues": {
294
- "SUBJECT": {
295
- "id": "PRINTO01",
296
- "name": "Industrial production, s.a."
297
- },
298
- "LOCATION": {
299
- "id": "CAN",
300
- "name": "Canada"
301
- },
302
- "TIME_PERIOD": {
303
- "id": "2015-Q4",
304
- "name": "Q4-2015"
305
- }
306
- }
307
- }],
308
- "category": "Industrial production, s.a. - Canada"
309
- }, {
310
- "datapoints": [{
311
- "x": "2014-12-31T23:00:00.000Z",
312
- "y": 18.59668835008869,
313
- "dimensionValues": {
314
- "SUBJECT": {
315
- "id": "PRINTO01",
316
- "name": "Industrial production, s.a."
317
- },
318
- "LOCATION": {
319
- "id": "CZE",
320
- "name": "Czech Republic"
321
- },
322
- "TIME_PERIOD": {
323
- "id": "2015-Q1",
324
- "name": "Q1-2015"
325
- }
326
- }
327
- }, {
328
- "x": "2015-03-31T22:00:00.000Z",
329
- "y": 11.13504074505239,
330
- "dimensionValues": {
331
- "SUBJECT": {
332
- "id": "PRINTO01",
333
- "name": "Industrial production, s.a."
334
- },
335
- "LOCATION": {
336
- "id": "CZE",
337
- "name": "Czech Republic"
338
- },
339
- "TIME_PERIOD": {
340
- "id": "2015-Q2",
341
- "name": "Q2-2015"
342
- }
343
- }
344
- }, {
345
- "x": "2015-06-30T22:00:00.000Z",
346
- "y": 10.374100719424463,
347
- "dimensionValues": {
348
- "SUBJECT": {
349
- "id": "PRINTO01",
350
- "name": "Industrial production, s.a."
351
- },
352
- "LOCATION": {
353
- "id": "CZE",
354
- "name": "Czech Republic"
355
- },
356
- "TIME_PERIOD": {
357
- "id": "2015-Q3",
358
- "name": "Q3-2015"
359
- }
360
- }
361
- }, {
362
- "x": "2015-09-30T22:00:00.000Z",
363
- "y": 8.77989601386481,
364
- "dimensionValues": {
365
- "SUBJECT": {
366
- "id": "PRINTO01",
367
- "name": "Industrial production, s.a."
368
- },
369
- "LOCATION": {
370
- "id": "CZE",
371
- "name": "Czech Republic"
372
- },
373
- "TIME_PERIOD": {
374
- "id": "2015-Q4",
375
- "name": "Q4-2015"
376
- }
377
- }
378
- }],
379
- "category": "Industrial production, s.a. - Czech Republic"
380
- }, {
381
- "datapoints": [{
382
- "x": "2014-12-31T23:00:00.000Z",
383
- "y": 3.0962155227710083,
384
- "dimensionValues": {
385
- "SUBJECT": {
386
- "id": "PRINTO01",
387
- "name": "Industrial production, s.a."
388
- },
389
- "LOCATION": {
390
- "id": "DNK",
391
- "name": "Denmark"
392
- },
393
- "TIME_PERIOD": {
394
- "id": "2015-Q1",
395
- "name": "Q1-2015"
396
- }
397
- }
398
- }, {
399
- "x": "2015-03-31T22:00:00.000Z",
400
- "y": 9.14674783723163,
401
- "dimensionValues": {
402
- "SUBJECT": {
403
- "id": "PRINTO01",
404
- "name": "Industrial production, s.a."
405
- },
406
- "LOCATION": {
407
- "id": "DNK",
408
- "name": "Denmark"
409
- },
410
- "TIME_PERIOD": {
411
- "id": "2015-Q2",
412
- "name": "Q2-2015"
413
- }
414
- }
415
- }, {
416
- "x": "2015-06-30T22:00:00.000Z",
417
- "y": 10.09786700125469,
418
- "dimensionValues": {
419
- "SUBJECT": {
420
- "id": "PRINTO01",
421
- "name": "Industrial production, s.a."
422
- },
423
- "LOCATION": {
424
- "id": "DNK",
425
- "name": "Denmark"
426
- },
427
- "TIME_PERIOD": {
428
- "id": "2015-Q3",
429
- "name": "Q3-2015"
430
- }
431
- }
432
- }, {
433
- "x": "2015-09-30T22:00:00.000Z",
434
- "y": 11.23501427212179,
435
- "dimensionValues": {
436
- "SUBJECT": {
437
- "id": "PRINTO01",
438
- "name": "Industrial production, s.a."
439
- },
440
- "LOCATION": {
441
- "id": "DNK",
442
- "name": "Denmark"
443
- },
444
- "TIME_PERIOD": {
445
- "id": "2015-Q4",
446
- "name": "Q4-2015"
447
- }
448
- }
449
- }],
450
- "category": "Industrial production, s.a. - Denmark"
451
- }, {
452
- "datapoints": [{
453
- "x": "2014-12-31T23:00:00.000Z",
454
- "y": -1.06082036775106,
455
- "dimensionValues": {
456
- "SUBJECT": {
457
- "id": "PRINTO01",
458
- "name": "Industrial production, s.a."
459
- },
460
- "LOCATION": {
461
- "id": "FIN",
462
- "name": "Finland"
463
- },
464
- "TIME_PERIOD": {
465
- "id": "2015-Q1",
466
- "name": "Q1-2015"
467
- }
468
- }
469
- }, {
470
- "x": "2015-03-31T22:00:00.000Z",
471
- "y": -0.107219442458899,
472
- "dimensionValues": {
473
- "SUBJECT": {
474
- "id": "PRINTO01",
475
- "name": "Industrial production, s.a."
476
- },
477
- "LOCATION": {
478
- "id": "FIN",
479
- "name": "Finland"
480
- },
481
- "TIME_PERIOD": {
482
- "id": "2015-Q2",
483
- "name": "Q2-2015"
484
- }
485
- }
486
- }, {
487
- "x": "2015-06-30T22:00:00.000Z",
488
- "y": 0.536672629695886,
489
- "dimensionValues": {
490
- "SUBJECT": {
491
- "id": "PRINTO01",
492
- "name": "Industrial production, s.a."
493
- },
494
- "LOCATION": {
495
- "id": "FIN",
496
- "name": "Finland"
497
- },
498
- "TIME_PERIOD": {
499
- "id": "2015-Q3",
500
- "name": "Q3-2015"
501
- }
502
- }
503
- }, {
504
- "x": "2015-09-30T22:00:00.000Z",
505
- "y": 0.21352313167261,
506
- "dimensionValues": {
507
- "SUBJECT": {
508
- "id": "PRINTO01",
509
- "name": "Industrial production, s.a."
510
- },
511
- "LOCATION": {
512
- "id": "FIN",
513
- "name": "Finland"
514
- },
515
- "TIME_PERIOD": {
516
- "id": "2015-Q4",
517
- "name": "Q4-2015"
518
- }
519
- }
520
- }],
521
- "category": "Industrial production, s.a. - Finland"
522
- }, {
523
- "datapoints": [{
524
- "x": "2014-12-31T23:00:00.000Z",
525
- "y": 1.12608827187469,
526
- "dimensionValues": {
527
- "SUBJECT": {
528
- "id": "PRINTO01",
529
- "name": "Industrial production, s.a."
530
- },
531
- "LOCATION": {
532
- "id": "FRA",
533
- "name": "France"
534
- },
535
- "TIME_PERIOD": {
536
- "id": "2015-Q1",
537
- "name": "Q1-2015"
538
- }
539
- }
540
- }, {
541
- "x": "2015-03-31T22:00:00.000Z",
542
- "y": 0.302486371493158,
543
- "dimensionValues": {
544
- "SUBJECT": {
545
- "id": "PRINTO01",
546
- "name": "Industrial production, s.a."
547
- },
548
- "LOCATION": {
549
- "id": "FRA",
550
- "name": "France"
551
- },
552
- "TIME_PERIOD": {
553
- "id": "2015-Q2",
554
- "name": "Q2-2015"
555
- }
556
- }
557
- }, {
558
- "x": "2015-06-30T22:00:00.000Z",
559
- "y": 0.762220381110196,
560
- "dimensionValues": {
561
- "SUBJECT": {
562
- "id": "PRINTO01",
563
- "name": "Industrial production, s.a."
564
- },
565
- "LOCATION": {
566
- "id": "FRA",
567
- "name": "France"
568
- },
569
- "TIME_PERIOD": {
570
- "id": "2015-Q3",
571
- "name": "Q3-2015"
572
- }
573
- }
574
- }, {
575
- "x": "2015-09-30T22:00:00.000Z",
576
- "y": 0.266403552047352,
577
- "dimensionValues": {
578
- "SUBJECT": {
579
- "id": "PRINTO01",
580
- "name": "Industrial production, s.a."
581
- },
582
- "LOCATION": {
583
- "id": "FRA",
584
- "name": "France"
585
- },
586
- "TIME_PERIOD": {
587
- "id": "2015-Q4",
588
- "name": "Q4-2015"
589
- }
590
- }
591
- }],
592
- "category": "Industrial production, s.a. - France"
593
- }, {
594
- "datapoints": [{
595
- "x": "2014-12-31T23:00:00.000Z",
596
- "y": -1.43976236982363,
597
- "dimensionValues": {
598
- "SUBJECT": {
599
- "id": "PRINTO01",
600
- "name": "Industrial production, s.a."
601
- },
602
- "LOCATION": {
603
- "id": "CHL",
604
- "name": "Chile"
605
- },
606
- "TIME_PERIOD": {
607
- "id": "2015-Q1",
608
- "name": "Q1-2015"
609
- }
610
- }
611
- }, {
612
- "x": "2015-03-31T22:00:00.000Z",
613
- "y": 5.09368342961992,
614
- "dimensionValues": {
615
- "SUBJECT": {
616
- "id": "PRINTO01",
617
- "name": "Industrial production, s.a."
618
- },
619
- "LOCATION": {
620
- "id": "CHL",
621
- "name": "Chile"
622
- },
623
- "TIME_PERIOD": {
624
- "id": "2015-Q2",
625
- "name": "Q2-2015"
626
- }
627
- }
628
- }, {
629
- "x": "2015-06-30T22:00:00.000Z",
630
- "y": -1.89124404695679,
631
- "dimensionValues": {
632
- "SUBJECT": {
633
- "id": "PRINTO01",
634
- "name": "Industrial production, s.a."
635
- },
636
- "LOCATION": {
637
- "id": "CHL",
638
- "name": "Chile"
639
- },
640
- "TIME_PERIOD": {
641
- "id": "2015-Q3",
642
- "name": "Q3-2015"
643
- }
644
- }
645
- }, {
646
- "x": "2015-09-30T22:00:00.000Z",
647
- "y": -1.04018078102806,
648
- "dimensionValues": {
649
- "SUBJECT": {
650
- "id": "PRINTO01",
651
- "name": "Industrial production, s.a."
652
- },
653
- "LOCATION": {
654
- "id": "CHL",
655
- "name": "Chile"
656
- },
657
- "TIME_PERIOD": {
658
- "id": "2015-Q4",
659
- "name": "Q4-2015"
660
- }
661
- }
662
- }],
663
- "category": "Industrial production, s.a. - Chile"
664
- }, {
665
- "datapoints": [{
666
- "x": "2014-12-31T23:00:00.000Z",
667
- "y": -0.797209765819618,
668
- "dimensionValues": {
669
- "SUBJECT": {
670
- "id": "PRINTO01",
671
- "name": "Industrial production, s.a."
672
- },
673
- "LOCATION": {
674
- "id": "EST",
675
- "name": "Estonia"
676
- },
677
- "TIME_PERIOD": {
678
- "id": "2015-Q1",
679
- "name": "Q1-2015"
680
- }
681
- }
682
- }, {
683
- "x": "2015-03-31T22:00:00.000Z",
684
- "y": 0.452034153691591,
685
- "dimensionValues": {
686
- "SUBJECT": {
687
- "id": "PRINTO01",
688
- "name": "Industrial production, s.a."
689
- },
690
- "LOCATION": {
691
- "id": "EST",
692
- "name": "Estonia"
693
- },
694
- "TIME_PERIOD": {
695
- "id": "2015-Q2",
696
- "name": "Q2-2015"
697
- }
698
- }
699
- }, {
700
- "x": "2015-06-30T22:00:00.000Z",
701
- "y": -1.27499999999999,
702
- "dimensionValues": {
703
- "SUBJECT": {
704
- "id": "PRINTO01",
705
- "name": "Industrial production, s.a."
706
- },
707
- "LOCATION": {
708
- "id": "EST",
709
- "name": "Estonia"
710
- },
711
- "TIME_PERIOD": {
712
- "id": "2015-Q3",
713
- "name": "Q3-2015"
714
- }
715
- }
716
- }, {
717
- "x": "2015-09-30T22:00:00.000Z",
718
- "y": -1.5193719929096,
719
- "dimensionValues": {
720
- "SUBJECT": {
721
- "id": "PRINTO01",
722
- "name": "Industrial production, s.a."
723
- },
724
- "LOCATION": {
725
- "id": "EST",
726
- "name": "Estonia"
727
- },
728
- "TIME_PERIOD": {
729
- "id": "2015-Q4",
730
- "name": "Q4-2015"
731
- }
732
- }
733
- }],
734
- "category": "Industrial production, s.a. - Estonia"
735
- }, {
736
- "datapoints": [{
737
- "x": "2014-12-31T23:00:00.000Z",
738
- "y": -1.01419102000824,
739
- "dimensionValues": {
740
- "SUBJECT": {
741
- "id": "PRMNTO01",
742
- "name": "Total manufacturing, s.a."
743
- },
744
- "LOCATION": {
745
- "id": "CAN",
746
- "name": "Canada"
747
- },
748
- "TIME_PERIOD": {
749
- "id": "2015-Q1",
750
- "name": "Q1-2015"
751
- }
752
- }
753
- }, {
754
- "x": "2015-03-31T22:00:00.000Z",
755
- "y": -0.547861522877197,
756
- "dimensionValues": {
757
- "SUBJECT": {
758
- "id": "PRMNTO01",
759
- "name": "Total manufacturing, s.a."
760
- },
761
- "LOCATION": {
762
- "id": "CAN",
763
- "name": "Canada"
764
- },
765
- "TIME_PERIOD": {
766
- "id": "2015-Q2",
767
- "name": "Q2-2015"
768
- }
769
- }
770
- }, {
771
- "x": "2015-06-30T22:00:00.000Z",
772
- "y": 0.986296044319164,
773
- "dimensionValues": {
774
- "SUBJECT": {
775
- "id": "PRMNTO01",
776
- "name": "Total manufacturing, s.a."
777
- },
778
- "LOCATION": {
779
- "id": "CAN",
780
- "name": "Canada"
781
- },
782
- "TIME_PERIOD": {
783
- "id": "2015-Q3",
784
- "name": "Q3-2015"
785
- }
786
- }
787
- }, {
788
- "x": "2015-09-30T22:00:00.000Z",
789
- "y": -0.00500458111654567,
790
- "dimensionValues": {
791
- "SUBJECT": {
792
- "id": "PRMNTO01",
793
- "name": "Total manufacturing, s.a."
794
- },
795
- "LOCATION": {
796
- "id": "CAN",
797
- "name": "Canada"
798
- },
799
- "TIME_PERIOD": {
800
- "id": "2015-Q4",
801
- "name": "Q4-2015"
802
- }
803
- }
804
- }],
805
- "category": "Total manufacturing, s.a. - Canada"
806
- }, {
807
- "datapoints": [{
808
- "x": "2014-12-31T23:00:00.000Z",
809
- "y": -0.385019250962552,
810
- "dimensionValues": {
811
- "SUBJECT": {
812
- "id": "PRMNTO01",
813
- "name": "Total manufacturing, s.a."
814
- },
815
- "LOCATION": {
816
- "id": "FIN",
817
- "name": "Finland"
818
- },
819
- "TIME_PERIOD": {
820
- "id": "2015-Q1",
821
- "name": "Q1-2015"
822
- }
823
- }
824
- }, {
825
- "x": "2015-03-31T22:00:00.000Z",
826
- "y": -0.562192550948708,
827
- "dimensionValues": {
828
- "SUBJECT": {
829
- "id": "PRMNTO01",
830
- "name": "Total manufacturing, s.a."
831
- },
832
- "LOCATION": {
833
- "id": "FIN",
834
- "name": "Finland"
835
- },
836
- "TIME_PERIOD": {
837
- "id": "2015-Q2",
838
- "name": "Q2-2015"
839
- }
840
- }
841
- }, {
842
- "x": "2015-06-30T22:00:00.000Z",
843
- "y": -0.353356890459349,
844
- "dimensionValues": {
845
- "SUBJECT": {
846
- "id": "PRMNTO01",
847
- "name": "Total manufacturing, s.a."
848
- },
849
- "LOCATION": {
850
- "id": "FIN",
851
- "name": "Finland"
852
- },
853
- "TIME_PERIOD": {
854
- "id": "2015-Q3",
855
- "name": "Q3-2015"
856
- }
857
- }
858
- }, {
859
- "x": "2015-09-30T22:00:00.000Z",
860
- "y": 0.780141843971616,
861
- "dimensionValues": {
862
- "SUBJECT": {
863
- "id": "PRMNTO01",
864
- "name": "Total manufacturing, s.a."
865
- },
866
- "LOCATION": {
867
- "id": "FIN",
868
- "name": "Finland"
869
- },
870
- "TIME_PERIOD": {
871
- "id": "2015-Q4",
872
- "name": "Q4-2015"
873
- }
874
- }
875
- }],
876
- "category": "Total manufacturing, s.a. - Finland"
877
- }, {
878
- "datapoints": [{
879
- "x": "2014-12-31T23:00:00.000Z",
880
- "y": -0.21896383186705,
881
- "dimensionValues": {
882
- "SUBJECT": {
883
- "id": "PRMNTO01",
884
- "name": "Total manufacturing, s.a."
885
- },
886
- "LOCATION": {
887
- "id": "AUS",
888
- "name": "Australia"
889
- },
890
- "TIME_PERIOD": {
891
- "id": "2015-Q1",
892
- "name": "Q1-2015"
893
- }
894
- }
895
- }, {
896
- "x": "2015-03-31T22:00:00.000Z",
897
- "y": -0.46240056428544,
898
- "dimensionValues": {
899
- "SUBJECT": {
900
- "id": "PRMNTO01",
901
- "name": "Total manufacturing, s.a."
902
- },
903
- "LOCATION": {
904
- "id": "AUS",
905
- "name": "Australia"
906
- },
907
- "TIME_PERIOD": {
908
- "id": "2015-Q2",
909
- "name": "Q2-2015"
910
- }
911
- }
912
- }, {
913
- "x": "2015-06-30T22:00:00.000Z",
914
- "y": -0.566906814692331,
915
- "dimensionValues": {
916
- "SUBJECT": {
917
- "id": "PRMNTO01",
918
- "name": "Total manufacturing, s.a."
919
- },
920
- "LOCATION": {
921
- "id": "AUS",
922
- "name": "Australia"
923
- },
924
- "TIME_PERIOD": {
925
- "id": "2015-Q3",
926
- "name": "Q3-2015"
927
- }
928
- }
929
- }, {
930
- "x": "2015-09-30T22:00:00.000Z",
931
- "y": -1.96777131092371,
932
- "dimensionValues": {
933
- "SUBJECT": {
934
- "id": "PRMNTO01",
935
- "name": "Total manufacturing, s.a."
936
- },
937
- "LOCATION": {
938
- "id": "AUS",
939
- "name": "Australia"
940
- },
941
- "TIME_PERIOD": {
942
- "id": "2015-Q4",
943
- "name": "Q4-2015"
944
- }
945
- }
946
- }],
947
- "category": "Total manufacturing, s.a. - Australia"
948
- }, {
949
- highlightIndex: 0,
950
- "datapoints": [{
951
- "x": "2014-12-31T23:00:00.000Z",
952
- "y": 0.575677620532518,
953
- "dimensionValues": {
954
- "SUBJECT": {
955
- "id": "PRMNTO01",
956
- "name": "Total manufacturing, s.a."
957
- },
958
- "LOCATION": {
959
- "id": "EST",
960
- "name": "Estonia"
961
- },
962
- "TIME_PERIOD": {
963
- "id": "2015-Q1",
964
- "name": "Q1-2015"
965
- }
966
- }
967
- }, {
968
- "x": "2015-03-31T22:00:00.000Z",
969
- "y": -0.977820176484621,
970
- "dimensionValues": {
971
- "SUBJECT": {
972
- "id": "PRMNTO01",
973
- "name": "Total manufacturing, s.a."
974
- },
975
- "LOCATION": {
976
- "id": "EST",
977
- "name": "Estonia"
978
- },
979
- "TIME_PERIOD": {
980
- "id": "2015-Q2",
981
- "name": "Q2-2015"
982
- }
983
- }
984
- }, {
985
- "x": "2015-06-30T22:00:00.000Z",
986
- "y": -0.91522157996146,
987
- "dimensionValues": {
988
- "SUBJECT": {
989
- "id": "PRMNTO01",
990
- "name": "Total manufacturing, s.a."
991
- },
992
- "LOCATION": {
993
- "id": "EST",
994
- "name": "Estonia"
995
- },
996
- "TIME_PERIOD": {
997
- "id": "2015-Q3",
998
- "name": "Q3-2015"
999
- }
1000
- }
1001
- }, {
1002
- "x": "2015-09-30T22:00:00.000Z",
1003
- "y": -0.0486144871171718,
1004
- "dimensionValues": {
1005
- "SUBJECT": {
1006
- "id": "PRMNTO01",
1007
- "name": "Total manufacturing, s.a."
1008
- },
1009
- "LOCATION": {
1010
- "id": "EST",
1011
- "name": "Estonia"
1012
- },
1013
- "TIME_PERIOD": {
1014
- "id": "2015-Q4",
1015
- "name": "Q4-2015"
1016
- }
1017
- }
1018
- }],
1019
- "category": "Total manufacturing, s.a. - Estonia"
1020
- }],
1021
- "frequency": "quarterly"
1022
- } };
1023
- };