@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,1103 +0,0 @@
1
- export default () => ({
2
- headerProps: {
3
- title: { label: 'Growth previous period - Quarterly' },
4
- subtitle: [{ label: 'Mean score 2015, Annual incl. OECD, all countries' }],
5
- },
6
- footerProps: {
7
- source: { label: 'data.oecd.org', link: 'http://data.oecd.org/' }
8
- },
9
- chartData: {
10
- share: {
11
- focused: {
12
- baseline: [{ label: 'Industrial production, s.a. - Austria' }],
13
- highlight: [
14
- { label: 'Total manufacturing, s.a. - Estonia' },
15
- { label: 'Industrial production, s.a. - Australia' }
16
- ]
17
- }
18
- },
19
- "series": [
20
- {
21
- highlightIndex: 1,
22
- "datapoints": [
23
- {
24
- "x": "2014-12-31T23:00:00.000Z",
25
- "y": 4.609639177804482,
26
- "dimensionValues": {
27
- "SUBJECT": {
28
- "id": "PRINTO01",
29
- "name": "Industrial production, s.a."
30
- },
31
- "LOCATION": {
32
- "id": "AUS",
33
- "name": "Australia"
34
- },
35
- "TIME_PERIOD": {
36
- "id": "2015-Q1",
37
- "name": "Q1-2015"
38
- }
39
- }
40
- },
41
- {
42
- "x": "2015-03-31T22:00:00.000Z",
43
- "y": 1.886440440846983,
44
- "dimensionValues": {
45
- "SUBJECT": {
46
- "id": "PRINTO01",
47
- "name": "Industrial production, s.a."
48
- },
49
- "LOCATION": {
50
- "id": "AUS",
51
- "name": "Australia"
52
- },
53
- "TIME_PERIOD": {
54
- "id": "2015-Q2",
55
- "name": "Q2-2015"
56
- }
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
- {
78
- "x": "2015-09-30T22:00:00.000Z",
79
- "y": 13.501823810381974,
80
- "dimensionValues": {
81
- "SUBJECT": {
82
- "id": "PRINTO01",
83
- "name": "Industrial production, s.a."
84
- },
85
- "LOCATION": {
86
- "id": "AUS",
87
- "name": "Australia"
88
- },
89
- "TIME_PERIOD": {
90
- "id": "2015-Q4",
91
- "name": "Q4-2015"
92
- }
93
- }
94
- }
95
- ],
96
- "category": "Industrial production, s.a. - Australia"
97
- },
98
- {
99
- baselineIndex: 0,
100
- "datapoints": [
101
- {
102
- "x": "2014-12-31T23:00:00.000Z",
103
- "y": 5.74346201743464,
104
- "dimensionValues": {
105
- "SUBJECT": {
106
- "id": "PRINTO01",
107
- "name": "Industrial production, s.a."
108
- },
109
- "LOCATION": {
110
- "id": "AUT",
111
- "name": "Austria"
112
- },
113
- "TIME_PERIOD": {
114
- "id": "2015-Q1",
115
- "name": "Q1-2015"
116
- }
117
- }
118
- },
119
- {
120
- "x": "2015-03-31T22:00:00.000Z",
121
- "y": 6.428396572827401,
122
- "dimensionValues": {
123
- "SUBJECT": {
124
- "id": "PRINTO01",
125
- "name": "Industrial production, s.a."
126
- },
127
- "LOCATION": {
128
- "id": "AUT",
129
- "name": "Austria"
130
- },
131
- "TIME_PERIOD": {
132
- "id": "2015-Q2",
133
- "name": "Q2-2015"
134
- }
135
- }
136
- },
137
- {
138
- "x": "2015-06-30T22:00:00.000Z",
139
- "y": 8.215119852489256,
140
- "dimensionValues": {
141
- "SUBJECT": {
142
- "id": "PRINTO01",
143
- "name": "Industrial production, s.a."
144
- },
145
- "LOCATION": {
146
- "id": "AUT",
147
- "name": "Austria"
148
- },
149
- "TIME_PERIOD": {
150
- "id": "2015-Q3",
151
- "name": "Q3-2015"
152
- }
153
- }
154
- },
155
- {
156
- "x": "2015-09-30T22:00:00.000Z",
157
- "y": 10.306654400490624,
158
- "dimensionValues": {
159
- "SUBJECT": {
160
- "id": "PRINTO01",
161
- "name": "Industrial production, s.a."
162
- },
163
- "LOCATION": {
164
- "id": "AUT",
165
- "name": "Austria"
166
- },
167
- "TIME_PERIOD": {
168
- "id": "2015-Q4",
169
- "name": "Q4-2015"
170
- }
171
- }
172
- }
173
- ],
174
- "category": "Industrial production, s.a. - Austria"
175
- },
176
- {
177
- "datapoints": [
178
- {
179
- "x": "2014-12-31T23:00:00.000Z",
180
- "y": 7.580457916801026,
181
- "dimensionValues": {
182
- "SUBJECT": {
183
- "id": "PRINTO01",
184
- "name": "Industrial production, s.a."
185
- },
186
- "LOCATION": {
187
- "id": "BEL",
188
- "name": "Belgium"
189
- },
190
- "TIME_PERIOD": {
191
- "id": "2015-Q1",
192
- "name": "Q1-2015"
193
- }
194
- }
195
- },
196
- {
197
- "x": "2015-03-31T22:00:00.000Z",
198
- "y": 9.0973078170613029,
199
- "dimensionValues": {
200
- "SUBJECT": {
201
- "id": "PRINTO01",
202
- "name": "Industrial production, s.a."
203
- },
204
- "LOCATION": {
205
- "id": "BEL",
206
- "name": "Belgium"
207
- },
208
- "TIME_PERIOD": {
209
- "id": "2015-Q2",
210
- "name": "Q2-2015"
211
- }
212
- }
213
- },
214
- {
215
- "x": "2015-06-30T22:00:00.000Z",
216
- "y": 10.453661697990936,
217
- "dimensionValues": {
218
- "SUBJECT": {
219
- "id": "PRINTO01",
220
- "name": "Industrial production, s.a."
221
- },
222
- "LOCATION": {
223
- "id": "BEL",
224
- "name": "Belgium"
225
- },
226
- "TIME_PERIOD": {
227
- "id": "2015-Q3",
228
- "name": "Q3-2015"
229
- }
230
- }
231
- },
232
- {
233
- "x": "2015-09-30T22:00:00.000Z",
234
- "y": 17.32258064516129,
235
- "dimensionValues": {
236
- "SUBJECT": {
237
- "id": "PRINTO01",
238
- "name": "Industrial production, s.a."
239
- },
240
- "LOCATION": {
241
- "id": "BEL",
242
- "name": "Belgium"
243
- },
244
- "TIME_PERIOD": {
245
- "id": "2015-Q4",
246
- "name": "Q4-2015"
247
- }
248
- }
249
- }
250
- ],
251
- "category": "Industrial production, s.a. - Belgium"
252
- },
253
- {
254
- "datapoints": [
255
- {
256
- "x": "2014-12-31T23:00:00.000Z",
257
- "y": 1.674970340629221,
258
- "dimensionValues": {
259
- "SUBJECT": {
260
- "id": "PRINTO01",
261
- "name": "Industrial production, s.a."
262
- },
263
- "LOCATION": {
264
- "id": "CAN",
265
- "name": "Canada"
266
- },
267
- "TIME_PERIOD": {
268
- "id": "2015-Q1",
269
- "name": "Q1-2015"
270
- }
271
- }
272
- },
273
- {
274
- "x": "2015-03-31T22:00:00.000Z",
275
- "y": 12.55133353288431,
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-Q2",
287
- "name": "Q2-2015"
288
- }
289
- }
290
- },
291
- {
292
- "x": "2015-06-30T22:00:00.000Z",
293
- "y": 11.9169388970324,
294
- "dimensionValues": {
295
- "SUBJECT": {
296
- "id": "PRINTO01",
297
- "name": "Industrial production, s.a."
298
- },
299
- "LOCATION": {
300
- "id": "CAN",
301
- "name": "Canada"
302
- },
303
- "TIME_PERIOD": {
304
- "id": "2015-Q3",
305
- "name": "Q3-2015"
306
- }
307
- }
308
- },
309
- {
310
- "x": "2015-09-30T22:00:00.000Z",
311
- "y": 12.58460613961239,
312
- "dimensionValues": {
313
- "SUBJECT": {
314
- "id": "PRINTO01",
315
- "name": "Industrial production, s.a."
316
- },
317
- "LOCATION": {
318
- "id": "CAN",
319
- "name": "Canada"
320
- },
321
- "TIME_PERIOD": {
322
- "id": "2015-Q4",
323
- "name": "Q4-2015"
324
- }
325
- }
326
- }
327
- ],
328
- "category": "Industrial production, s.a. - Canada"
329
- },
330
- {
331
- "datapoints": [
332
- {
333
- "x": "2014-12-31T23:00:00.000Z",
334
- "y": 18.59668835008869,
335
- "dimensionValues": {
336
- "SUBJECT": {
337
- "id": "PRINTO01",
338
- "name": "Industrial production, s.a."
339
- },
340
- "LOCATION": {
341
- "id": "CZE",
342
- "name": "Czech Republic"
343
- },
344
- "TIME_PERIOD": {
345
- "id": "2015-Q1",
346
- "name": "Q1-2015"
347
- }
348
- }
349
- },
350
- {
351
- "x": "2015-03-31T22:00:00.000Z",
352
- "y": 11.13504074505239,
353
- "dimensionValues": {
354
- "SUBJECT": {
355
- "id": "PRINTO01",
356
- "name": "Industrial production, s.a."
357
- },
358
- "LOCATION": {
359
- "id": "CZE",
360
- "name": "Czech Republic"
361
- },
362
- "TIME_PERIOD": {
363
- "id": "2015-Q2",
364
- "name": "Q2-2015"
365
- }
366
- }
367
- },
368
- {
369
- "x": "2015-06-30T22:00:00.000Z",
370
- "y": 10.374100719424463,
371
- "dimensionValues": {
372
- "SUBJECT": {
373
- "id": "PRINTO01",
374
- "name": "Industrial production, s.a."
375
- },
376
- "LOCATION": {
377
- "id": "CZE",
378
- "name": "Czech Republic"
379
- },
380
- "TIME_PERIOD": {
381
- "id": "2015-Q3",
382
- "name": "Q3-2015"
383
- }
384
- }
385
- },
386
- {
387
- "x": "2015-09-30T22:00:00.000Z",
388
- "y": 8.77989601386481,
389
- "dimensionValues": {
390
- "SUBJECT": {
391
- "id": "PRINTO01",
392
- "name": "Industrial production, s.a."
393
- },
394
- "LOCATION": {
395
- "id": "CZE",
396
- "name": "Czech Republic"
397
- },
398
- "TIME_PERIOD": {
399
- "id": "2015-Q4",
400
- "name": "Q4-2015"
401
- }
402
- }
403
- }
404
- ],
405
- "category": "Industrial production, s.a. - Czech Republic"
406
- },
407
- {
408
- "datapoints": [
409
- {
410
- "x": "2014-12-31T23:00:00.000Z",
411
- "y": 3.0962155227710083,
412
- "dimensionValues": {
413
- "SUBJECT": {
414
- "id": "PRINTO01",
415
- "name": "Industrial production, s.a."
416
- },
417
- "LOCATION": {
418
- "id": "DNK",
419
- "name": "Denmark"
420
- },
421
- "TIME_PERIOD": {
422
- "id": "2015-Q1",
423
- "name": "Q1-2015"
424
- }
425
- }
426
- },
427
- {
428
- "x": "2015-03-31T22:00:00.000Z",
429
- "y": 9.14674783723163,
430
- "dimensionValues": {
431
- "SUBJECT": {
432
- "id": "PRINTO01",
433
- "name": "Industrial production, s.a."
434
- },
435
- "LOCATION": {
436
- "id": "DNK",
437
- "name": "Denmark"
438
- },
439
- "TIME_PERIOD": {
440
- "id": "2015-Q2",
441
- "name": "Q2-2015"
442
- }
443
- }
444
- },
445
- {
446
- "x": "2015-06-30T22:00:00.000Z",
447
- "y": 10.09786700125469,
448
- "dimensionValues": {
449
- "SUBJECT": {
450
- "id": "PRINTO01",
451
- "name": "Industrial production, s.a."
452
- },
453
- "LOCATION": {
454
- "id": "DNK",
455
- "name": "Denmark"
456
- },
457
- "TIME_PERIOD": {
458
- "id": "2015-Q3",
459
- "name": "Q3-2015"
460
- }
461
- }
462
- },
463
- {
464
- "x": "2015-09-30T22:00:00.000Z",
465
- "y": 11.23501427212179,
466
- "dimensionValues": {
467
- "SUBJECT": {
468
- "id": "PRINTO01",
469
- "name": "Industrial production, s.a."
470
- },
471
- "LOCATION": {
472
- "id": "DNK",
473
- "name": "Denmark"
474
- },
475
- "TIME_PERIOD": {
476
- "id": "2015-Q4",
477
- "name": "Q4-2015"
478
- }
479
- }
480
- }
481
- ],
482
- "category": "Industrial production, s.a. - Denmark"
483
- },
484
- {
485
- "datapoints": [
486
- {
487
- "x": "2014-12-31T23:00:00.000Z",
488
- "y": -1.06082036775106,
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-Q1",
500
- "name": "Q1-2015"
501
- }
502
- }
503
- },
504
- {
505
- "x": "2015-03-31T22:00:00.000Z",
506
- "y": -0.107219442458899,
507
- "dimensionValues": {
508
- "SUBJECT": {
509
- "id": "PRINTO01",
510
- "name": "Industrial production, s.a."
511
- },
512
- "LOCATION": {
513
- "id": "FIN",
514
- "name": "Finland"
515
- },
516
- "TIME_PERIOD": {
517
- "id": "2015-Q2",
518
- "name": "Q2-2015"
519
- }
520
- }
521
- },
522
- {
523
- "x": "2015-06-30T22:00:00.000Z",
524
- "y": 0.536672629695886,
525
- "dimensionValues": {
526
- "SUBJECT": {
527
- "id": "PRINTO01",
528
- "name": "Industrial production, s.a."
529
- },
530
- "LOCATION": {
531
- "id": "FIN",
532
- "name": "Finland"
533
- },
534
- "TIME_PERIOD": {
535
- "id": "2015-Q3",
536
- "name": "Q3-2015"
537
- }
538
- }
539
- },
540
- {
541
- "x": "2015-09-30T22:00:00.000Z",
542
- "y": 0.21352313167261,
543
- "dimensionValues": {
544
- "SUBJECT": {
545
- "id": "PRINTO01",
546
- "name": "Industrial production, s.a."
547
- },
548
- "LOCATION": {
549
- "id": "FIN",
550
- "name": "Finland"
551
- },
552
- "TIME_PERIOD": {
553
- "id": "2015-Q4",
554
- "name": "Q4-2015"
555
- }
556
- }
557
- }
558
- ],
559
- "category": "Industrial production, s.a. - Finland"
560
- },
561
- {
562
- "datapoints": [
563
- {
564
- "x": "2014-12-31T23:00:00.000Z",
565
- "y": 1.12608827187469,
566
- "dimensionValues": {
567
- "SUBJECT": {
568
- "id": "PRINTO01",
569
- "name": "Industrial production, s.a."
570
- },
571
- "LOCATION": {
572
- "id": "FRA",
573
- "name": "France"
574
- },
575
- "TIME_PERIOD": {
576
- "id": "2015-Q1",
577
- "name": "Q1-2015"
578
- }
579
- }
580
- },
581
- {
582
- "x": "2015-03-31T22:00:00.000Z",
583
- "y": 0.302486371493158,
584
- "dimensionValues": {
585
- "SUBJECT": {
586
- "id": "PRINTO01",
587
- "name": "Industrial production, s.a."
588
- },
589
- "LOCATION": {
590
- "id": "FRA",
591
- "name": "France"
592
- },
593
- "TIME_PERIOD": {
594
- "id": "2015-Q2",
595
- "name": "Q2-2015"
596
- }
597
- }
598
- },
599
- {
600
- "x": "2015-06-30T22:00:00.000Z",
601
- "y": 0.762220381110196,
602
- "dimensionValues": {
603
- "SUBJECT": {
604
- "id": "PRINTO01",
605
- "name": "Industrial production, s.a."
606
- },
607
- "LOCATION": {
608
- "id": "FRA",
609
- "name": "France"
610
- },
611
- "TIME_PERIOD": {
612
- "id": "2015-Q3",
613
- "name": "Q3-2015"
614
- }
615
- }
616
- },
617
- {
618
- "x": "2015-09-30T22:00:00.000Z",
619
- "y": 0.266403552047352,
620
- "dimensionValues": {
621
- "SUBJECT": {
622
- "id": "PRINTO01",
623
- "name": "Industrial production, s.a."
624
- },
625
- "LOCATION": {
626
- "id": "FRA",
627
- "name": "France"
628
- },
629
- "TIME_PERIOD": {
630
- "id": "2015-Q4",
631
- "name": "Q4-2015"
632
- }
633
- }
634
- }
635
- ],
636
- "category": "Industrial production, s.a. - France"
637
- },
638
- {
639
- "datapoints": [
640
- {
641
- "x": "2014-12-31T23:00:00.000Z",
642
- "y": -1.43976236982363,
643
- "dimensionValues": {
644
- "SUBJECT": {
645
- "id": "PRINTO01",
646
- "name": "Industrial production, s.a."
647
- },
648
- "LOCATION": {
649
- "id": "CHL",
650
- "name": "Chile"
651
- },
652
- "TIME_PERIOD": {
653
- "id": "2015-Q1",
654
- "name": "Q1-2015"
655
- }
656
- }
657
- },
658
- {
659
- "x": "2015-03-31T22:00:00.000Z",
660
- "y": 5.09368342961992,
661
- "dimensionValues": {
662
- "SUBJECT": {
663
- "id": "PRINTO01",
664
- "name": "Industrial production, s.a."
665
- },
666
- "LOCATION": {
667
- "id": "CHL",
668
- "name": "Chile"
669
- },
670
- "TIME_PERIOD": {
671
- "id": "2015-Q2",
672
- "name": "Q2-2015"
673
- }
674
- }
675
- },
676
- {
677
- "x": "2015-06-30T22:00:00.000Z",
678
- "y": -1.89124404695679,
679
- "dimensionValues": {
680
- "SUBJECT": {
681
- "id": "PRINTO01",
682
- "name": "Industrial production, s.a."
683
- },
684
- "LOCATION": {
685
- "id": "CHL",
686
- "name": "Chile"
687
- },
688
- "TIME_PERIOD": {
689
- "id": "2015-Q3",
690
- "name": "Q3-2015"
691
- }
692
- }
693
- },
694
- {
695
- "x": "2015-09-30T22:00:00.000Z",
696
- "y": -1.04018078102806,
697
- "dimensionValues": {
698
- "SUBJECT": {
699
- "id": "PRINTO01",
700
- "name": "Industrial production, s.a."
701
- },
702
- "LOCATION": {
703
- "id": "CHL",
704
- "name": "Chile"
705
- },
706
- "TIME_PERIOD": {
707
- "id": "2015-Q4",
708
- "name": "Q4-2015"
709
- }
710
- }
711
- }
712
- ],
713
- "category": "Industrial production, s.a. - Chile"
714
- },
715
- {
716
- "datapoints": [
717
- {
718
- "x": "2014-12-31T23:00:00.000Z",
719
- "y": -0.797209765819618,
720
- "dimensionValues": {
721
- "SUBJECT": {
722
- "id": "PRINTO01",
723
- "name": "Industrial production, s.a."
724
- },
725
- "LOCATION": {
726
- "id": "EST",
727
- "name": "Estonia"
728
- },
729
- "TIME_PERIOD": {
730
- "id": "2015-Q1",
731
- "name": "Q1-2015"
732
- }
733
- }
734
- },
735
- {
736
- "x": "2015-03-31T22:00:00.000Z",
737
- "y": 0.452034153691591,
738
- "dimensionValues": {
739
- "SUBJECT": {
740
- "id": "PRINTO01",
741
- "name": "Industrial production, s.a."
742
- },
743
- "LOCATION": {
744
- "id": "EST",
745
- "name": "Estonia"
746
- },
747
- "TIME_PERIOD": {
748
- "id": "2015-Q2",
749
- "name": "Q2-2015"
750
- }
751
- }
752
- },
753
- {
754
- "x": "2015-06-30T22:00:00.000Z",
755
- "y": -1.27499999999999,
756
- "dimensionValues": {
757
- "SUBJECT": {
758
- "id": "PRINTO01",
759
- "name": "Industrial production, s.a."
760
- },
761
- "LOCATION": {
762
- "id": "EST",
763
- "name": "Estonia"
764
- },
765
- "TIME_PERIOD": {
766
- "id": "2015-Q3",
767
- "name": "Q3-2015"
768
- }
769
- }
770
- },
771
- {
772
- "x": "2015-09-30T22:00:00.000Z",
773
- "y": -1.5193719929096,
774
- "dimensionValues": {
775
- "SUBJECT": {
776
- "id": "PRINTO01",
777
- "name": "Industrial production, s.a."
778
- },
779
- "LOCATION": {
780
- "id": "EST",
781
- "name": "Estonia"
782
- },
783
- "TIME_PERIOD": {
784
- "id": "2015-Q4",
785
- "name": "Q4-2015"
786
- }
787
- }
788
- }
789
- ],
790
- "category": "Industrial production, s.a. - Estonia"
791
- },
792
- {
793
- "datapoints": [
794
- {
795
- "x": "2014-12-31T23:00:00.000Z",
796
- "y": -1.01419102000824,
797
- "dimensionValues": {
798
- "SUBJECT": {
799
- "id": "PRMNTO01",
800
- "name": "Total manufacturing, s.a."
801
- },
802
- "LOCATION": {
803
- "id": "CAN",
804
- "name": "Canada"
805
- },
806
- "TIME_PERIOD": {
807
- "id": "2015-Q1",
808
- "name": "Q1-2015"
809
- }
810
- }
811
- },
812
- {
813
- "x": "2015-03-31T22:00:00.000Z",
814
- "y": -0.547861522877197,
815
- "dimensionValues": {
816
- "SUBJECT": {
817
- "id": "PRMNTO01",
818
- "name": "Total manufacturing, s.a."
819
- },
820
- "LOCATION": {
821
- "id": "CAN",
822
- "name": "Canada"
823
- },
824
- "TIME_PERIOD": {
825
- "id": "2015-Q2",
826
- "name": "Q2-2015"
827
- }
828
- }
829
- },
830
- {
831
- "x": "2015-06-30T22:00:00.000Z",
832
- "y": 0.986296044319164,
833
- "dimensionValues": {
834
- "SUBJECT": {
835
- "id": "PRMNTO01",
836
- "name": "Total manufacturing, s.a."
837
- },
838
- "LOCATION": {
839
- "id": "CAN",
840
- "name": "Canada"
841
- },
842
- "TIME_PERIOD": {
843
- "id": "2015-Q3",
844
- "name": "Q3-2015"
845
- }
846
- }
847
- },
848
- {
849
- "x": "2015-09-30T22:00:00.000Z",
850
- "y": -0.00500458111654567,
851
- "dimensionValues": {
852
- "SUBJECT": {
853
- "id": "PRMNTO01",
854
- "name": "Total manufacturing, s.a."
855
- },
856
- "LOCATION": {
857
- "id": "CAN",
858
- "name": "Canada"
859
- },
860
- "TIME_PERIOD": {
861
- "id": "2015-Q4",
862
- "name": "Q4-2015"
863
- }
864
- }
865
- }
866
- ],
867
- "category": "Total manufacturing, s.a. - Canada"
868
- },
869
- {
870
- "datapoints": [
871
- {
872
- "x": "2014-12-31T23:00:00.000Z",
873
- "y": -0.385019250962552,
874
- "dimensionValues": {
875
- "SUBJECT": {
876
- "id": "PRMNTO01",
877
- "name": "Total manufacturing, s.a."
878
- },
879
- "LOCATION": {
880
- "id": "FIN",
881
- "name": "Finland"
882
- },
883
- "TIME_PERIOD": {
884
- "id": "2015-Q1",
885
- "name": "Q1-2015"
886
- }
887
- }
888
- },
889
- {
890
- "x": "2015-03-31T22:00:00.000Z",
891
- "y": -0.562192550948708,
892
- "dimensionValues": {
893
- "SUBJECT": {
894
- "id": "PRMNTO01",
895
- "name": "Total manufacturing, s.a."
896
- },
897
- "LOCATION": {
898
- "id": "FIN",
899
- "name": "Finland"
900
- },
901
- "TIME_PERIOD": {
902
- "id": "2015-Q2",
903
- "name": "Q2-2015"
904
- }
905
- }
906
- },
907
- {
908
- "x": "2015-06-30T22:00:00.000Z",
909
- "y": -0.353356890459349,
910
- "dimensionValues": {
911
- "SUBJECT": {
912
- "id": "PRMNTO01",
913
- "name": "Total manufacturing, s.a."
914
- },
915
- "LOCATION": {
916
- "id": "FIN",
917
- "name": "Finland"
918
- },
919
- "TIME_PERIOD": {
920
- "id": "2015-Q3",
921
- "name": "Q3-2015"
922
- }
923
- }
924
- },
925
- {
926
- "x": "2015-09-30T22:00:00.000Z",
927
- "y": 0.780141843971616,
928
- "dimensionValues": {
929
- "SUBJECT": {
930
- "id": "PRMNTO01",
931
- "name": "Total manufacturing, s.a."
932
- },
933
- "LOCATION": {
934
- "id": "FIN",
935
- "name": "Finland"
936
- },
937
- "TIME_PERIOD": {
938
- "id": "2015-Q4",
939
- "name": "Q4-2015"
940
- }
941
- }
942
- }
943
- ],
944
- "category": "Total manufacturing, s.a. - Finland"
945
- },
946
- {
947
- "datapoints": [
948
- {
949
- "x": "2014-12-31T23:00:00.000Z",
950
- "y": -0.21896383186705,
951
- "dimensionValues": {
952
- "SUBJECT": {
953
- "id": "PRMNTO01",
954
- "name": "Total manufacturing, s.a."
955
- },
956
- "LOCATION": {
957
- "id": "AUS",
958
- "name": "Australia"
959
- },
960
- "TIME_PERIOD": {
961
- "id": "2015-Q1",
962
- "name": "Q1-2015"
963
- }
964
- }
965
- },
966
- {
967
- "x": "2015-03-31T22:00:00.000Z",
968
- "y": -0.46240056428544,
969
- "dimensionValues": {
970
- "SUBJECT": {
971
- "id": "PRMNTO01",
972
- "name": "Total manufacturing, s.a."
973
- },
974
- "LOCATION": {
975
- "id": "AUS",
976
- "name": "Australia"
977
- },
978
- "TIME_PERIOD": {
979
- "id": "2015-Q2",
980
- "name": "Q2-2015"
981
- }
982
- }
983
- },
984
- {
985
- "x": "2015-06-30T22:00:00.000Z",
986
- "y": -0.566906814692331,
987
- "dimensionValues": {
988
- "SUBJECT": {
989
- "id": "PRMNTO01",
990
- "name": "Total manufacturing, s.a."
991
- },
992
- "LOCATION": {
993
- "id": "AUS",
994
- "name": "Australia"
995
- },
996
- "TIME_PERIOD": {
997
- "id": "2015-Q3",
998
- "name": "Q3-2015"
999
- }
1000
- }
1001
- },
1002
- {
1003
- "x": "2015-09-30T22:00:00.000Z",
1004
- "y": -1.96777131092371,
1005
- "dimensionValues": {
1006
- "SUBJECT": {
1007
- "id": "PRMNTO01",
1008
- "name": "Total manufacturing, s.a."
1009
- },
1010
- "LOCATION": {
1011
- "id": "AUS",
1012
- "name": "Australia"
1013
- },
1014
- "TIME_PERIOD": {
1015
- "id": "2015-Q4",
1016
- "name": "Q4-2015"
1017
- }
1018
- }
1019
- }
1020
- ],
1021
- "category": "Total manufacturing, s.a. - Australia"
1022
- },
1023
- {
1024
- highlightIndex: 0,
1025
- "datapoints": [
1026
- {
1027
- "x": "2014-12-31T23:00:00.000Z",
1028
- "y": 0.575677620532518,
1029
- "dimensionValues": {
1030
- "SUBJECT": {
1031
- "id": "PRMNTO01",
1032
- "name": "Total manufacturing, s.a."
1033
- },
1034
- "LOCATION": {
1035
- "id": "EST",
1036
- "name": "Estonia"
1037
- },
1038
- "TIME_PERIOD": {
1039
- "id": "2015-Q1",
1040
- "name": "Q1-2015"
1041
- }
1042
- }
1043
- },
1044
- {
1045
- "x": "2015-03-31T22:00:00.000Z",
1046
- "y": -0.977820176484621,
1047
- "dimensionValues": {
1048
- "SUBJECT": {
1049
- "id": "PRMNTO01",
1050
- "name": "Total manufacturing, s.a."
1051
- },
1052
- "LOCATION": {
1053
- "id": "EST",
1054
- "name": "Estonia"
1055
- },
1056
- "TIME_PERIOD": {
1057
- "id": "2015-Q2",
1058
- "name": "Q2-2015"
1059
- }
1060
- }
1061
- },
1062
- {
1063
- "x": "2015-06-30T22:00:00.000Z",
1064
- "y": -0.91522157996146,
1065
- "dimensionValues": {
1066
- "SUBJECT": {
1067
- "id": "PRMNTO01",
1068
- "name": "Total manufacturing, s.a."
1069
- },
1070
- "LOCATION": {
1071
- "id": "EST",
1072
- "name": "Estonia"
1073
- },
1074
- "TIME_PERIOD": {
1075
- "id": "2015-Q3",
1076
- "name": "Q3-2015"
1077
- }
1078
- }
1079
- },
1080
- {
1081
- "x": "2015-09-30T22:00:00.000Z",
1082
- "y": -0.0486144871171718,
1083
- "dimensionValues": {
1084
- "SUBJECT": {
1085
- "id": "PRMNTO01",
1086
- "name": "Total manufacturing, s.a."
1087
- },
1088
- "LOCATION": {
1089
- "id": "EST",
1090
- "name": "Estonia"
1091
- },
1092
- "TIME_PERIOD": {
1093
- "id": "2015-Q4",
1094
- "name": "Q4-2015"
1095
- }
1096
- }
1097
- }
1098
- ],
1099
- "category": "Total manufacturing, s.a. - Estonia"
1100
- },
1101
- ],
1102
- "frequency": "quarterly"
1103
- }});