@dhis2/analytics 22.0.0-alpha.1 → 22.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 (102) hide show
  1. package/CHANGELOG.md +2997 -0
  2. package/build/cjs/__demo__/FileMenu.stories.js +9 -17
  3. package/build/cjs/__fixtures__/fixtures.js +1 -0
  4. package/build/cjs/__fixtures__/json/api/analytics/enrollments.json +206 -0
  5. package/build/cjs/api/analytics/Analytics.js +6 -0
  6. package/build/cjs/api/analytics/AnalyticsEnrollments.js +48 -0
  7. package/build/cjs/api/analytics/__tests__/AnalyticsEnrollments.spec.js +50 -0
  8. package/build/cjs/api/analytics/__tests__/__snapshots__/AnalyticsEnrollments.spec.js.snap +3 -0
  9. package/build/cjs/components/CachedDataQueryProvider.js +70 -0
  10. package/build/cjs/components/FileMenu/FileMenu.js +3 -10
  11. package/build/cjs/components/FileMenu/__tests__/FileMenu.spec.js +3 -5
  12. package/build/cjs/components/FileMenu/utils.js +1 -1
  13. package/build/cjs/components/OpenFileDialog/CustomSelectOption.js +4 -18
  14. package/build/cjs/components/OpenFileDialog/FileList.js +5 -5
  15. package/build/cjs/components/OpenFileDialog/OpenFileDialog.js +30 -31
  16. package/build/cjs/components/OpenFileDialog/OpenFileDialog.styles.js +2 -2
  17. package/build/cjs/components/OpenFileDialog/VisTypeFilter.js +16 -17
  18. package/build/cjs/components/OpenFileDialog/utils.js +20 -1
  19. package/build/cjs/index.js +18 -16
  20. package/build/cjs/locales/ar/translations.json +9 -0
  21. package/build/cjs/locales/ar_EG/translations.json +9 -0
  22. package/build/cjs/locales/ar_IQ/translations.json +9 -0
  23. package/build/cjs/locales/ckb/translations.json +9 -0
  24. package/build/cjs/locales/cs/translations.json +17 -8
  25. package/build/cjs/locales/da/translations.json +9 -0
  26. package/build/cjs/locales/en/translations.json +23 -3
  27. package/build/cjs/locales/es/translations.json +9 -0
  28. package/build/cjs/locales/fr/translations.json +9 -0
  29. package/build/cjs/locales/id/translations.json +9 -0
  30. package/build/cjs/locales/km/translations.json +9 -0
  31. package/build/cjs/locales/lo/translations.json +9 -0
  32. package/build/cjs/locales/my/translations.json +9 -0
  33. package/build/cjs/locales/nb/translations.json +9 -0
  34. package/build/cjs/locales/nl/translations.json +9 -0
  35. package/build/cjs/locales/prs/translations.json +9 -0
  36. package/build/cjs/locales/ps/translations.json +9 -0
  37. package/build/cjs/locales/pt/translations.json +9 -0
  38. package/build/cjs/locales/pt_BR/translations.json +9 -0
  39. package/build/cjs/locales/ru/translations.json +9 -0
  40. package/build/cjs/locales/sv/translations.json +9 -0
  41. package/build/cjs/locales/tet/translations.json +9 -0
  42. package/build/cjs/locales/tg/translations.json +9 -0
  43. package/build/cjs/locales/uk/translations.json +9 -0
  44. package/build/cjs/locales/ur/translations.json +9 -0
  45. package/build/cjs/locales/uz/translations.json +9 -0
  46. package/build/cjs/locales/uz_Latn/translations.json +9 -0
  47. package/build/cjs/locales/vi/translations.json +9 -0
  48. package/build/cjs/locales/zh/translations.json +10 -1
  49. package/build/cjs/locales/zh_CN/translations.json +9 -0
  50. package/build/cjs/modules/layoutUiRules/rules.js +5 -1
  51. package/build/cjs/modules/visTypes.js +21 -12
  52. package/build/es/__demo__/FileMenu.stories.js +9 -17
  53. package/build/es/__fixtures__/fixtures.js +1 -0
  54. package/build/es/__fixtures__/json/api/analytics/enrollments.json +206 -0
  55. package/build/es/api/analytics/Analytics.js +5 -0
  56. package/build/es/api/analytics/AnalyticsEnrollments.js +38 -0
  57. package/build/es/api/analytics/__tests__/AnalyticsEnrollments.spec.js +40 -0
  58. package/build/es/api/analytics/__tests__/__snapshots__/AnalyticsEnrollments.spec.js.snap +3 -0
  59. package/build/es/components/CachedDataQueryProvider.js +50 -0
  60. package/build/es/components/FileMenu/FileMenu.js +3 -10
  61. package/build/es/components/FileMenu/__tests__/FileMenu.spec.js +3 -5
  62. package/build/es/components/FileMenu/utils.js +1 -1
  63. package/build/es/components/OpenFileDialog/CustomSelectOption.js +4 -17
  64. package/build/es/components/OpenFileDialog/FileList.js +5 -5
  65. package/build/es/components/OpenFileDialog/OpenFileDialog.js +32 -32
  66. package/build/es/components/OpenFileDialog/OpenFileDialog.styles.js +2 -2
  67. package/build/es/components/OpenFileDialog/VisTypeFilter.js +14 -18
  68. package/build/es/components/OpenFileDialog/utils.js +18 -0
  69. package/build/es/index.js +3 -2
  70. package/build/es/locales/ar/translations.json +9 -0
  71. package/build/es/locales/ar_EG/translations.json +9 -0
  72. package/build/es/locales/ar_IQ/translations.json +9 -0
  73. package/build/es/locales/ckb/translations.json +9 -0
  74. package/build/es/locales/cs/translations.json +17 -8
  75. package/build/es/locales/da/translations.json +9 -0
  76. package/build/es/locales/en/translations.json +23 -3
  77. package/build/es/locales/es/translations.json +9 -0
  78. package/build/es/locales/fr/translations.json +9 -0
  79. package/build/es/locales/id/translations.json +9 -0
  80. package/build/es/locales/km/translations.json +9 -0
  81. package/build/es/locales/lo/translations.json +9 -0
  82. package/build/es/locales/my/translations.json +9 -0
  83. package/build/es/locales/nb/translations.json +9 -0
  84. package/build/es/locales/nl/translations.json +9 -0
  85. package/build/es/locales/prs/translations.json +9 -0
  86. package/build/es/locales/ps/translations.json +9 -0
  87. package/build/es/locales/pt/translations.json +9 -0
  88. package/build/es/locales/pt_BR/translations.json +9 -0
  89. package/build/es/locales/ru/translations.json +9 -0
  90. package/build/es/locales/sv/translations.json +9 -0
  91. package/build/es/locales/tet/translations.json +9 -0
  92. package/build/es/locales/tg/translations.json +9 -0
  93. package/build/es/locales/uk/translations.json +9 -0
  94. package/build/es/locales/ur/translations.json +9 -0
  95. package/build/es/locales/uz/translations.json +9 -0
  96. package/build/es/locales/uz_Latn/translations.json +9 -0
  97. package/build/es/locales/vi/translations.json +9 -0
  98. package/build/es/locales/zh/translations.json +10 -1
  99. package/build/es/locales/zh_CN/translations.json +9 -0
  100. package/build/es/modules/layoutUiRules/rules.js +6 -2
  101. package/build/es/modules/visTypes.js +19 -9
  102. package/package.json +2 -2
@@ -1,12 +1,13 @@
1
1
  import i18n from '@dhis2/d2-i18n';
2
- import { SingleSelect, colors } from '@dhis2/ui';
2
+ import { Divider, SingleSelect, SingleSelectOption, colors } from '@dhis2/ui';
3
3
  import PropTypes from 'prop-types';
4
4
  import React from 'react';
5
- import { getDisplayNameByVisType, visTypeIcons } from '../../modules/visTypes.js';
5
+ import { visTypeDisplayNames } from '../../modules/visTypes.js';
6
6
  import { VisTypeIcon } from '../VisTypeIcon.js';
7
7
  import { CustomSelectOption } from './CustomSelectOption.js';
8
+ export const VIS_TYPE_ALL = 'all';
9
+ export const VIS_TYPE_CHARTS = 'charts';
8
10
  export const VisTypeFilter = ({
9
- visTypes,
10
11
  selected,
11
12
  onChange
12
13
  }) => /*#__PURE__*/React.createElement(SingleSelect, {
@@ -17,29 +18,24 @@ export const VisTypeFilter = ({
17
18
  prefix: i18n.t('Type'),
18
19
  dense: true,
19
20
  maxHeight: "400px"
20
- }, visTypes === null || visTypes === void 0 ? void 0 : visTypes.map(({
21
- type,
22
- disabled,
23
- insertDivider
24
- }) => /*#__PURE__*/React.createElement(CustomSelectOption, {
21
+ }, /*#__PURE__*/React.createElement(SingleSelectOption, {
22
+ label: i18n.t('All types'),
23
+ value: VIS_TYPE_ALL
24
+ }), /*#__PURE__*/React.createElement(SingleSelectOption, {
25
+ label: i18n.t('All charts'),
26
+ value: VIS_TYPE_CHARTS
27
+ }), /*#__PURE__*/React.createElement(Divider, null), Object.entries(visTypeDisplayNames).map(([type, label]) => /*#__PURE__*/React.createElement(CustomSelectOption, {
25
28
  key: type,
26
- disabled: disabled,
27
- label: getDisplayNameByVisType(type),
28
- insertDivider: insertDivider,
29
+ label: label,
29
30
  value: type,
30
- icon: visTypeIcons[type] ? /*#__PURE__*/React.createElement(VisTypeIcon, {
31
+ icon: /*#__PURE__*/React.createElement(VisTypeIcon, {
31
32
  type: type,
32
33
  useSmall: true,
33
34
  color: colors.grey600
34
- }) : undefined
35
+ })
35
36
  })));
36
37
  VisTypeFilter.propTypes = {
37
38
  selected: PropTypes.string,
38
- visTypes: PropTypes.arrayOf(PropTypes.shape({
39
- disabled: PropTypes.bool,
40
- insertDivider: PropTypes.bool,
41
- type: PropTypes.string
42
- })),
43
39
  onChange: PropTypes.func
44
40
  };
45
41
  export default VisTypeFilter;
@@ -3,6 +3,7 @@ export const AO_TYPE_VISUALIZATION = 'visualization';
3
3
  export const AO_TYPE_MAP = 'map';
4
4
  export const AO_TYPE_EVENT_CHART = 'eventChart';
5
5
  export const AO_TYPE_EVENT_REPORT = 'eventReport';
6
+ export const AO_TYPE_EVENT_VISUALIZATION = 'eventVisualization';
6
7
  export const AOTypeMap = {
7
8
  [AO_TYPE_VISUALIZATION]: {
8
9
  apiEndpoint: 'visualizations'
@@ -15,6 +16,9 @@ export const AOTypeMap = {
15
16
  },
16
17
  [AO_TYPE_EVENT_REPORT]: {
17
18
  apiEndpoint: 'eventReports'
19
+ },
20
+ [AO_TYPE_EVENT_VISUALIZATION]: {
21
+ apiEndpoint: 'eventVisualizations'
18
22
  }
19
23
  };
20
24
  export const getTranslatedString = (type, key) => {
@@ -70,6 +74,20 @@ export const getTranslatedString = (type, key) => {
70
74
  };
71
75
  break;
72
76
  }
77
+
78
+ case 'eventVisualization':
79
+ {
80
+ texts = {
81
+ modalTitle: i18n.t('Open an event visualization'),
82
+ loadingText: i18n.t('Loading event visualizations'),
83
+ errorTitle: i18n.t("Couldn't load event visualizations"),
84
+ errorText: i18n.t('There was a problem loading event visualizations. Try again or contact your system administrator.'),
85
+ noDataText: i18n.t('No event visualizations found. Click New event visualization to get started.'),
86
+ noFilteredDataText: i18n.t("No event visualizations found. Try adjusting your search or filter options to find what you're looking for."),
87
+ newButtonLabel: i18n.t('New event visualization')
88
+ };
89
+ break;
90
+ }
73
91
  }
74
92
 
75
93
  return texts[key];
package/build/es/index.js CHANGED
@@ -13,7 +13,8 @@ export { default as PivotTable } from './components/PivotTable/PivotTable.js';
13
13
  export { default as FileMenu } from './components/FileMenu/FileMenu.js';
14
14
  export { default as VisTypeIcon } from './components/VisTypeIcon.js';
15
15
  export { default as LegendKey } from './components/LegendKey/LegendKey.js';
16
- export { default as AboutAOUnit } from './components/AboutAOUnit/AboutAOUnit.js'; // Api
16
+ export { default as AboutAOUnit } from './components/AboutAOUnit/AboutAOUnit.js';
17
+ export { CachedDataQueryProvider, useCachedDataQuery } from './components/CachedDataQueryProvider.js'; // Api
17
18
 
18
19
  export { default as Analytics } from './api/analytics/Analytics.js';
19
20
  export { apiFetchDimensions, apiFetchRecommendedIds } from './api/dimensions.js';
@@ -68,7 +69,7 @@ export { itemIsValid } from './modules/layout/itemIsValid.js'; // Modules: visTy
68
69
 
69
70
  export { getLayoutTypeByVisType } from './modules/visTypeToLayoutType.js'; // Modules: visTypes
70
71
 
71
- export { VIS_TYPE_ALL, VIS_TYPE_CHARTS, VIS_TYPE_COLUMN, VIS_TYPE_STACKED_COLUMN, VIS_TYPE_BAR, VIS_TYPE_STACKED_BAR, VIS_TYPE_LINE, VIS_TYPE_AREA, VIS_TYPE_STACKED_AREA, VIS_TYPE_PIE, VIS_TYPE_RADAR, VIS_TYPE_GAUGE, VIS_TYPE_BUBBLE, VIS_TYPE_YEAR_OVER_YEAR_LINE, VIS_TYPE_YEAR_OVER_YEAR_COLUMN, VIS_TYPE_SINGLE_VALUE, VIS_TYPE_PIVOT_TABLE, VIS_TYPE_SCATTER, VIS_TYPE_LINE_LIST, visTypeDisplayNames, visTypeIcons, getDisplayNameByVisType, defaultVisType, isStacked, isMultiType, isYearOverYear, isDualAxisType, isSingleValue, isTwoCategoryChartType, isLegendSetType, isColumnBasedType, isVerticalType } from './modules/visTypes.js'; // Modules: layoutTypes
72
+ export { VIS_TYPE_COLUMN, VIS_TYPE_STACKED_COLUMN, VIS_TYPE_BAR, VIS_TYPE_STACKED_BAR, VIS_TYPE_LINE, VIS_TYPE_AREA, VIS_TYPE_STACKED_AREA, VIS_TYPE_PIE, VIS_TYPE_RADAR, VIS_TYPE_GAUGE, VIS_TYPE_BUBBLE, VIS_TYPE_YEAR_OVER_YEAR_LINE, VIS_TYPE_YEAR_OVER_YEAR_COLUMN, VIS_TYPE_SINGLE_VALUE, VIS_TYPE_PIVOT_TABLE, VIS_TYPE_SCATTER, visTypeDisplayNames, visTypeDescriptions, visTypeIcons, getDisplayNameByVisType, defaultVisType, isStacked, isMultiType, isYearOverYear, isDualAxisType, isSingleValue, isTwoCategoryChartType, isLegendSetType, isColumnBasedType, isVerticalType } from './modules/visTypes.js'; // Modules: layoutTypes
72
73
 
73
74
  export { LAYOUT_TYPE_DEFAULT, LAYOUT_TYPE_PIE, LAYOUT_TYPE_SINGLE_VALUE, LAYOUT_TYPE_YEAR_OVER_YEAR, LAYOUT_TYPE_PIVOT_TABLE, LAYOUT_TYPE_SCATTER } from './modules/layoutTypes.js'; // Modules: layoutUiRules
74
75
 
@@ -20,6 +20,8 @@
20
20
  "Unsubscribe": "",
21
21
  "Subscribe to get updates about new interpretations.": "",
22
22
  "Subscribe": "",
23
+ "This app could not retrieve required data.": "",
24
+ "Network error": "",
23
25
  "Data Type": "نوع البيانات",
24
26
  "All types": "جميع الأنواع",
25
27
  "Totals only": "",
@@ -119,6 +121,13 @@
119
121
  "No event reports found. Click New event report to get started.": "",
120
122
  "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
121
123
  "New event report": "",
124
+ "Open an event visualization": "",
125
+ "Loading event visualizations": "",
126
+ "Couldn't load event visualizations": "",
127
+ "There was a problem loading event visualizations. Try again or contact your system administrator.": "",
128
+ "No event visualizations found. Click New event visualization to get started.": "",
129
+ "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
130
+ "New event visualization": "",
122
131
  "Options": "الخيارات",
123
132
  "Hide": "إخفاء",
124
133
  "Update": "تحديث",
@@ -20,6 +20,8 @@
20
20
  "Unsubscribe": "",
21
21
  "Subscribe to get updates about new interpretations.": "",
22
22
  "Subscribe": "",
23
+ "This app could not retrieve required data.": "",
24
+ "Network error": "",
23
25
  "Data Type": "",
24
26
  "All types": "",
25
27
  "Totals only": "",
@@ -119,6 +121,13 @@
119
121
  "No event reports found. Click New event report to get started.": "",
120
122
  "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
121
123
  "New event report": "",
124
+ "Open an event visualization": "",
125
+ "Loading event visualizations": "",
126
+ "Couldn't load event visualizations": "",
127
+ "There was a problem loading event visualizations. Try again or contact your system administrator.": "",
128
+ "No event visualizations found. Click New event visualization to get started.": "",
129
+ "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
130
+ "New event visualization": "",
122
131
  "Options": "",
123
132
  "Hide": "",
124
133
  "Update": "",
@@ -20,6 +20,8 @@
20
20
  "Unsubscribe": "",
21
21
  "Subscribe to get updates about new interpretations.": "",
22
22
  "Subscribe": "",
23
+ "This app could not retrieve required data.": "",
24
+ "Network error": "",
23
25
  "Data Type": "",
24
26
  "All types": "",
25
27
  "Totals only": "",
@@ -119,6 +121,13 @@
119
121
  "No event reports found. Click New event report to get started.": "",
120
122
  "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
121
123
  "New event report": "",
124
+ "Open an event visualization": "",
125
+ "Loading event visualizations": "",
126
+ "Couldn't load event visualizations": "",
127
+ "There was a problem loading event visualizations. Try again or contact your system administrator.": "",
128
+ "No event visualizations found. Click New event visualization to get started.": "",
129
+ "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
130
+ "New event visualization": "",
122
131
  "Options": "الخيارات",
123
132
  "Hide": "إخفاء",
124
133
  "Update": "تحديث",
@@ -16,6 +16,8 @@
16
16
  "Unsubscribe": "",
17
17
  "Subscribe to get updates about new interpretations.": "",
18
18
  "Subscribe": "",
19
+ "This app could not retrieve required data.": "",
20
+ "Network error": "",
19
21
  "Data Type": "",
20
22
  "All types": "",
21
23
  "Totals only": "",
@@ -115,6 +117,13 @@
115
117
  "No event reports found. Click New event report to get started.": "",
116
118
  "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
117
119
  "New event report": "",
120
+ "Open an event visualization": "",
121
+ "Loading event visualizations": "",
122
+ "Couldn't load event visualizations": "",
123
+ "There was a problem loading event visualizations. Try again or contact your system administrator.": "",
124
+ "No event visualizations found. Click New event visualization to get started.": "",
125
+ "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
126
+ "New event visualization": "",
118
127
  "Options": "",
119
128
  "Hide": "شاردنەوە",
120
129
  "Update": "نوێ کردنەوە",
@@ -18,6 +18,8 @@
18
18
  "Unsubscribe": "Odhlásit odběr",
19
19
  "Subscribe to get updates about new interpretations.": "Přihlaste se k odběru novinek o nových interpretacích.",
20
20
  "Subscribe": "Odebírat",
21
+ "This app could not retrieve required data.": "",
22
+ "Network error": "",
21
23
  "Data Type": "Typ dat",
22
24
  "All types": "Všechny typy",
23
25
  "Totals only": "Pouze součty",
@@ -117,6 +119,13 @@
117
119
  "No event reports found. Click New event report to get started.": "Nebyly nalezeny žádné zprávy o událostech. Začněte kliknutím na Nový přehled událostí.",
118
120
  "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "Nebyly nalezeny žádné zprávy o událostech. Zkuste upravit možnosti vyhledávání nebo filtrování, abyste našli to, co hledáte.",
119
121
  "New event report": "Nová zpráva o události",
122
+ "Open an event visualization": "",
123
+ "Loading event visualizations": "",
124
+ "Couldn't load event visualizations": "",
125
+ "There was a problem loading event visualizations. Try again or contact your system administrator.": "",
126
+ "No event visualizations found. Click New event visualization to get started.": "",
127
+ "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
128
+ "New event visualization": "",
120
129
  "Options": "Možnosti",
121
130
  "Hide": "Skrýt",
122
131
  "Update": "Aktualizovat",
@@ -230,14 +239,14 @@
230
239
  "Six-months": "Půlrok",
231
240
  "Financial Years": "Finanční roky",
232
241
  "Years": "Let",
233
- "Translating to": "",
234
- "Choose a locale": "",
235
- "Base locale reference": "",
236
- "Choose a locale to translate from the menu above": "",
237
- "Translate: {{objectName}}": "",
238
- "Save translations": "",
239
- "Could not load translations": "",
240
- "Retry": "",
242
+ "Translating to": "Překlad do",
243
+ "Choose a locale": "Vyberte národní prostředí",
244
+ "Base locale reference": "Odkaz na základní národní prostředí",
245
+ "Choose a locale to translate from the menu above": "Z nabídky výše vyberte národní prostředí, které chcete přeložit",
246
+ "Translate: {{objectName}}": "Přeložit: {{objectName}}",
247
+ "Save translations": "Uložit překlady",
248
+ "Could not load translations": "Nelze načíst překlady",
249
+ "Retry": "Opakovat",
241
250
  "Series": "Série",
242
251
  "Category": "Kategorie",
243
252
  "Filter": "Filtr",
@@ -16,6 +16,8 @@
16
16
  "Unsubscribe": "",
17
17
  "Subscribe to get updates about new interpretations.": "",
18
18
  "Subscribe": "",
19
+ "This app could not retrieve required data.": "",
20
+ "Network error": "",
19
21
  "Data Type": "",
20
22
  "All types": "",
21
23
  "Totals only": "",
@@ -115,6 +117,13 @@
115
117
  "No event reports found. Click New event report to get started.": "",
116
118
  "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
117
119
  "New event report": "",
120
+ "Open an event visualization": "",
121
+ "Loading event visualizations": "",
122
+ "Couldn't load event visualizations": "",
123
+ "There was a problem loading event visualizations. Try again or contact your system administrator.": "",
124
+ "No event visualizations found. Click New event visualization to get started.": "",
125
+ "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
126
+ "New event visualization": "",
118
127
  "Options": "",
119
128
  "Hide": "",
120
129
  "Update": "Update",
@@ -16,6 +16,8 @@
16
16
  "Unsubscribe": "Unsubscribe",
17
17
  "Subscribe to get updates about new interpretations.": "Subscribe to get updates about new interpretations.",
18
18
  "Subscribe": "Subscribe",
19
+ "This app could not retrieve required data.": "This app could not retrieve required data.",
20
+ "Network error": "Network error",
19
21
  "Data Type": "Data Type",
20
22
  "All types": "All types",
21
23
  "Totals only": "Totals only",
@@ -81,13 +83,13 @@
81
83
  "Anyone": "Anyone",
82
84
  "Only you": "Only you",
83
85
  "Others": "Others",
84
- "Not supported by this app yet": "Not supported by this app yet",
85
86
  "Filter by name": "Filter by name",
86
87
  "Created": "Created",
87
88
  "Last updated": "Last updated",
88
89
  "Type": "Type",
89
90
  "Clear filters": "Clear filters",
90
91
  "{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}": "{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}",
92
+ "All charts": "All charts",
91
93
  "Open": "Open",
92
94
  "Couldn't load items": "Couldn't load items",
93
95
  "There was a problem loading items. Try again or contact your system administrator.": "There was a problem loading items. Try again or contact your system administrator.",
@@ -115,6 +117,13 @@
115
117
  "No event reports found. Click New event report to get started.": "No event reports found. Click New event report to get started.",
116
118
  "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "No event reports found. Try adjusting your search or filter options to find what you're looking for.",
117
119
  "New event report": "New event report",
120
+ "Open an event visualization": "Open an event visualization",
121
+ "Loading event visualizations": "Loading event visualizations",
122
+ "Couldn't load event visualizations": "Couldn't load event visualizations",
123
+ "There was a problem loading event visualizations. Try again or contact your system administrator.": "There was a problem loading event visualizations. Try again or contact your system administrator.",
124
+ "No event visualizations found. Click New event visualization to get started.": "No event visualizations found. Click New event visualization to get started.",
125
+ "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.",
126
+ "New event visualization": "New event visualization",
118
127
  "Options": "Options",
119
128
  "Hide": "Hide",
120
129
  "Update": "Update",
@@ -309,8 +318,19 @@
309
318
  "Year over year (column)": "Year over year (column)",
310
319
  "Single value": "Single value",
311
320
  "Scatter": "Scatter",
312
- "Line list": "Line list",
313
- "All charts": "All charts",
321
+ "View data and indicators in a manipulatable table.": "View data and indicators in a manipulatable table.",
322
+ "Compare sizes of related elements vertically. Recommend period as filter.": "Compare sizes of related elements vertically. Recommend period as filter.",
323
+ "Compare parts of a whole against related elements vertically. Recommend data or org. unit as series.": "Compare parts of a whole against related elements vertically. Recommend data or org. unit as series.",
324
+ "Compare sizes of related elements horizontally. Recommend period as filter.": "Compare sizes of related elements horizontally. Recommend period as filter.",
325
+ "Compare parts of a whole against related elements horizontally. Recommend data or org. unit as series.": "Compare parts of a whole against related elements horizontally. Recommend data or org. unit as series.",
326
+ "Track or compare changes over time. Recommend period as category.": "Track or compare changes over time. Recommend period as category.",
327
+ "Track or compare parts of a whole over time. Recommend data as series and period as category.": "Track or compare parts of a whole over time. Recommend data as series and period as category.",
328
+ "Compare parts of a whole at a single point in time. Recommend period as filter.": "Compare parts of a whole at a single point in time. Recommend period as filter.",
329
+ "Compare several items against multiple variables.": "Compare several items against multiple variables.",
330
+ "Compare a percentage indicator against a 100% scale. Recommend period as filter.": "Compare a percentage indicator against a 100% scale. Recommend period as filter.",
331
+ "Compare changes over time between multiple time periods.": "Compare changes over time between multiple time periods.",
332
+ "Display a single value. Recommend relative period to show latest data.": "Display a single value. Recommend relative period to show latest data.",
333
+ "View the relationship between two data items at a place or time. Recommended for finding outliers.": "View the relationship between two data items at a place or time. Recommended for finding outliers.",
314
334
  "{{seriesName}} (trend)": "{{seriesName}} (trend)",
315
335
  "Trend": "Trend",
316
336
  "No legend for this series": "No legend for this series",
@@ -16,6 +16,8 @@
16
16
  "Unsubscribe": "",
17
17
  "Subscribe to get updates about new interpretations.": "",
18
18
  "Subscribe": "",
19
+ "This app could not retrieve required data.": "",
20
+ "Network error": "",
19
21
  "Data Type": "Tipo de datos",
20
22
  "All types": "Todos los tipos",
21
23
  "Totals only": "",
@@ -115,6 +117,13 @@
115
117
  "No event reports found. Click New event report to get started.": "",
116
118
  "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
117
119
  "New event report": "",
120
+ "Open an event visualization": "",
121
+ "Loading event visualizations": "",
122
+ "Couldn't load event visualizations": "",
123
+ "There was a problem loading event visualizations. Try again or contact your system administrator.": "",
124
+ "No event visualizations found. Click New event visualization to get started.": "",
125
+ "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
126
+ "New event visualization": "",
118
127
  "Options": "Opciones",
119
128
  "Hide": "Ocultar",
120
129
  "Update": "Actualizar",
@@ -16,6 +16,8 @@
16
16
  "Unsubscribe": "",
17
17
  "Subscribe to get updates about new interpretations.": "",
18
18
  "Subscribe": "",
19
+ "This app could not retrieve required data.": "",
20
+ "Network error": "",
19
21
  "Data Type": "Type de données",
20
22
  "All types": "Tous les types",
21
23
  "Totals only": "Totaux uniquement",
@@ -115,6 +117,13 @@
115
117
  "No event reports found. Click New event report to get started.": "",
116
118
  "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
117
119
  "New event report": "",
120
+ "Open an event visualization": "",
121
+ "Loading event visualizations": "",
122
+ "Couldn't load event visualizations": "",
123
+ "There was a problem loading event visualizations. Try again or contact your system administrator.": "",
124
+ "No event visualizations found. Click New event visualization to get started.": "",
125
+ "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
126
+ "New event visualization": "",
118
127
  "Options": "Options",
119
128
  "Hide": "Masquer",
120
129
  "Update": "Mettre à jour",
@@ -15,6 +15,8 @@
15
15
  "Unsubscribe": "",
16
16
  "Subscribe to get updates about new interpretations.": "",
17
17
  "Subscribe": "",
18
+ "This app could not retrieve required data.": "",
19
+ "Network error": "",
18
20
  "Data Type": "Tipe Data",
19
21
  "All types": "Semua jenis",
20
22
  "Totals only": "Total saja",
@@ -114,6 +116,13 @@
114
116
  "No event reports found. Click New event report to get started.": "",
115
117
  "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
116
118
  "New event report": "",
119
+ "Open an event visualization": "",
120
+ "Loading event visualizations": "",
121
+ "Couldn't load event visualizations": "",
122
+ "There was a problem loading event visualizations. Try again or contact your system administrator.": "",
123
+ "No event visualizations found. Click New event visualization to get started.": "",
124
+ "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
125
+ "New event visualization": "",
117
126
  "Options": "Opsi",
118
127
  "Hide": "Sembunyikan",
119
128
  "Update": "Perbarui",
@@ -15,6 +15,8 @@
15
15
  "Unsubscribe": "",
16
16
  "Subscribe to get updates about new interpretations.": "",
17
17
  "Subscribe": "",
18
+ "This app could not retrieve required data.": "",
19
+ "Network error": "",
18
20
  "Data Type": "",
19
21
  "All types": "",
20
22
  "Totals only": "",
@@ -114,6 +116,13 @@
114
116
  "No event reports found. Click New event report to get started.": "",
115
117
  "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
116
118
  "New event report": "",
119
+ "Open an event visualization": "",
120
+ "Loading event visualizations": "",
121
+ "Couldn't load event visualizations": "",
122
+ "There was a problem loading event visualizations. Try again or contact your system administrator.": "",
123
+ "No event visualizations found. Click New event visualization to get started.": "",
124
+ "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
125
+ "New event visualization": "",
117
126
  "Options": "",
118
127
  "Hide": "",
119
128
  "Update": "ធ្វើ​បច្ចុប្បន្នភាព",
@@ -15,6 +15,8 @@
15
15
  "Unsubscribe": "",
16
16
  "Subscribe to get updates about new interpretations.": "",
17
17
  "Subscribe": "",
18
+ "This app could not retrieve required data.": "",
19
+ "Network error": "",
18
20
  "Data Type": "",
19
21
  "All types": "",
20
22
  "Totals only": "",
@@ -114,6 +116,13 @@
114
116
  "No event reports found. Click New event report to get started.": "",
115
117
  "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
116
118
  "New event report": "",
119
+ "Open an event visualization": "",
120
+ "Loading event visualizations": "",
121
+ "Couldn't load event visualizations": "",
122
+ "There was a problem loading event visualizations. Try again or contact your system administrator.": "",
123
+ "No event visualizations found. Click New event visualization to get started.": "",
124
+ "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
125
+ "New event visualization": "",
117
126
  "Options": "ຈັດການ",
118
127
  "Hide": "ເຊື່ອງ",
119
128
  "Update": "ປັບປຸງ",
@@ -15,6 +15,8 @@
15
15
  "Unsubscribe": "",
16
16
  "Subscribe to get updates about new interpretations.": "",
17
17
  "Subscribe": "",
18
+ "This app could not retrieve required data.": "",
19
+ "Network error": "",
18
20
  "Data Type": "",
19
21
  "All types": "",
20
22
  "Totals only": "",
@@ -114,6 +116,13 @@
114
116
  "No event reports found. Click New event report to get started.": "",
115
117
  "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
116
118
  "New event report": "",
119
+ "Open an event visualization": "",
120
+ "Loading event visualizations": "",
121
+ "Couldn't load event visualizations": "",
122
+ "There was a problem loading event visualizations. Try again or contact your system administrator.": "",
123
+ "No event visualizations found. Click New event visualization to get started.": "",
124
+ "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
125
+ "New event visualization": "",
117
126
  "Options": "",
118
127
  "Hide": "",
119
128
  "Update": "‌နောက်ဆုံးသတင်းကိုရစေခြင်း",
@@ -16,6 +16,8 @@
16
16
  "Unsubscribe": "Avslutt abonnementet",
17
17
  "Subscribe to get updates about new interpretations.": "Abonner for å få oppdateringer om nye tolkninger.",
18
18
  "Subscribe": "Abonner",
19
+ "This app could not retrieve required data.": "",
20
+ "Network error": "",
19
21
  "Data Type": "Datatype",
20
22
  "All types": "Alle typer",
21
23
  "Totals only": "Kun totaler",
@@ -115,6 +117,13 @@
115
117
  "No event reports found. Click New event report to get started.": "",
116
118
  "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
117
119
  "New event report": "",
120
+ "Open an event visualization": "",
121
+ "Loading event visualizations": "",
122
+ "Couldn't load event visualizations": "",
123
+ "There was a problem loading event visualizations. Try again or contact your system administrator.": "",
124
+ "No event visualizations found. Click New event visualization to get started.": "",
125
+ "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
126
+ "New event visualization": "",
118
127
  "Options": "Alternativ",
119
128
  "Hide": "Skjul",
120
129
  "Update": "Oppdater",
@@ -16,6 +16,8 @@
16
16
  "Unsubscribe": "",
17
17
  "Subscribe to get updates about new interpretations.": "",
18
18
  "Subscribe": "",
19
+ "This app could not retrieve required data.": "",
20
+ "Network error": "",
19
21
  "Data Type": "",
20
22
  "All types": "",
21
23
  "Totals only": "",
@@ -115,6 +117,13 @@
115
117
  "No event reports found. Click New event report to get started.": "",
116
118
  "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
117
119
  "New event report": "",
120
+ "Open an event visualization": "",
121
+ "Loading event visualizations": "",
122
+ "Couldn't load event visualizations": "",
123
+ "There was a problem loading event visualizations. Try again or contact your system administrator.": "",
124
+ "No event visualizations found. Click New event visualization to get started.": "",
125
+ "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
126
+ "New event visualization": "",
118
127
  "Options": "",
119
128
  "Hide": "",
120
129
  "Update": "Bijwerken",
@@ -16,6 +16,8 @@
16
16
  "Unsubscribe": "",
17
17
  "Subscribe to get updates about new interpretations.": "",
18
18
  "Subscribe": "",
19
+ "This app could not retrieve required data.": "",
20
+ "Network error": "",
19
21
  "Data Type": "",
20
22
  "All types": "",
21
23
  "Totals only": "",
@@ -115,6 +117,13 @@
115
117
  "No event reports found. Click New event report to get started.": "",
116
118
  "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
117
119
  "New event report": "",
120
+ "Open an event visualization": "",
121
+ "Loading event visualizations": "",
122
+ "Couldn't load event visualizations": "",
123
+ "There was a problem loading event visualizations. Try again or contact your system administrator.": "",
124
+ "No event visualizations found. Click New event visualization to get started.": "",
125
+ "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
126
+ "New event visualization": "",
118
127
  "Options": "گزینه‌ها",
119
128
  "Hide": "مخفی کردن",
120
129
  "Update": "تجدید",
@@ -16,6 +16,8 @@
16
16
  "Unsubscribe": "",
17
17
  "Subscribe to get updates about new interpretations.": "",
18
18
  "Subscribe": "",
19
+ "This app could not retrieve required data.": "",
20
+ "Network error": "",
19
21
  "Data Type": "",
20
22
  "All types": "",
21
23
  "Totals only": "",
@@ -115,6 +117,13 @@
115
117
  "No event reports found. Click New event report to get started.": "",
116
118
  "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
117
119
  "New event report": "",
120
+ "Open an event visualization": "",
121
+ "Loading event visualizations": "",
122
+ "Couldn't load event visualizations": "",
123
+ "There was a problem loading event visualizations. Try again or contact your system administrator.": "",
124
+ "No event visualizations found. Click New event visualization to get started.": "",
125
+ "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
126
+ "New event visualization": "",
118
127
  "Options": "ګزینه",
119
128
  "Hide": "پټ یې کړئ",
120
129
  "Update": "تجدید یا نوي یې کړئ",
@@ -16,6 +16,8 @@
16
16
  "Unsubscribe": "",
17
17
  "Subscribe to get updates about new interpretations.": "",
18
18
  "Subscribe": "",
19
+ "This app could not retrieve required data.": "",
20
+ "Network error": "",
19
21
  "Data Type": "Tipo de dados",
20
22
  "All types": "Todos os tipos",
21
23
  "Totals only": "",
@@ -115,6 +117,13 @@
115
117
  "No event reports found. Click New event report to get started.": "",
116
118
  "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
117
119
  "New event report": "",
120
+ "Open an event visualization": "",
121
+ "Loading event visualizations": "",
122
+ "Couldn't load event visualizations": "",
123
+ "There was a problem loading event visualizations. Try again or contact your system administrator.": "",
124
+ "No event visualizations found. Click New event visualization to get started.": "",
125
+ "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
126
+ "New event visualization": "",
118
127
  "Options": "Opções",
119
128
  "Hide": "Esconder",
120
129
  "Update": "Actualizar",
@@ -16,6 +16,8 @@
16
16
  "Unsubscribe": "",
17
17
  "Subscribe to get updates about new interpretations.": "",
18
18
  "Subscribe": "",
19
+ "This app could not retrieve required data.": "",
20
+ "Network error": "",
19
21
  "Data Type": "",
20
22
  "All types": "",
21
23
  "Totals only": "",
@@ -115,6 +117,13 @@
115
117
  "No event reports found. Click New event report to get started.": "",
116
118
  "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
117
119
  "New event report": "",
120
+ "Open an event visualization": "",
121
+ "Loading event visualizations": "",
122
+ "Couldn't load event visualizations": "",
123
+ "There was a problem loading event visualizations. Try again or contact your system administrator.": "",
124
+ "No event visualizations found. Click New event visualization to get started.": "",
125
+ "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
126
+ "New event visualization": "",
118
127
  "Options": "Opções",
119
128
  "Hide": "",
120
129
  "Update": "Actualizar",