@cdc/dashboard 4.24.4 → 4.24.5

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.
@@ -3,7 +3,9 @@
3
3
  "sharedFilters": [
4
4
  {
5
5
  "key": "Category",
6
- "usedBy": ["map1"],
6
+ "usedBy": [
7
+ "map1"
8
+ ],
7
9
  "type": "urlfilter",
8
10
  "apiFilter": {
9
11
  "apiEndpoint": "http://test.gov/api/poc/topics",
@@ -16,7 +18,9 @@
16
18
  },
17
19
  {
18
20
  "key": "Indicator",
19
- "usedBy": ["chart1"],
21
+ "usedBy": [
22
+ "chart1"
23
+ ],
20
24
  "type": "urlfilter",
21
25
  "apiFilter": {
22
26
  "apiEndpoint": "http://test.gov/api/poc/indicators",
@@ -30,12 +34,15 @@
30
34
  },
31
35
  {
32
36
  "key": "Year",
33
- "usedBy": ["map1"],
37
+ "usedBy": [
38
+ "map1"
39
+ ],
34
40
  "type": "urlfilter",
35
41
  "apiFilter": {
36
- "apiEndpoint": "http://test.gov/api/POC/Filters/Year",
42
+ "apiEndpoint": "http://test.gov/api/POC/Filters",
37
43
  "valueSelector": "Year",
38
- "textSelector": "Year"
44
+ "textSelector": "Year",
45
+ "heirarchyLookup": "Years"
39
46
  },
40
47
  "queryParameter": "year",
41
48
  "resetLabel": "- Select -",
@@ -44,12 +51,15 @@
44
51
  },
45
52
  {
46
53
  "key": "View By",
47
- "usedBy": ["map1"],
54
+ "usedBy": [
55
+ "map1"
56
+ ],
48
57
  "type": "urlfilter",
49
58
  "apiFilter": {
50
- "apiEndpoint": "http://test.gov/api/POC/Filters/StratificationCategory",
51
- "valueSelector": "StratificationCategory",
52
- "textSelector": "StratificationCategory"
59
+ "apiEndpoint": "http://test.gov/api/POC/Filters",
60
+ "valueSelector": "StratificationCategoryId",
61
+ "textSelector": "StratificationCategory",
62
+ "heirarchyLookup": "StratificationCategories"
53
63
  },
54
64
  "resetLabel": "- Select -",
55
65
  "queryParameter": "stratificationcategoryid",
@@ -58,11 +68,13 @@
58
68
  },
59
69
  {
60
70
  "key": "Stratification",
61
- "usedBy": ["map1"],
71
+ "usedBy": [
72
+ "map1"
73
+ ],
62
74
  "type": "urlfilter",
63
75
  "apiFilter": {
64
- "apiEndpoint": "http://test.gov/api/POC/Filters/Stratification",
65
- "valueSelector": "Stratification",
76
+ "apiEndpoint": "http://test.gov/api/POC/stratifications",
77
+ "valueSelector": "StratificationId",
66
78
  "textSelector": "Stratification"
67
79
  },
68
80
  "resetLabel": "- Select -",
@@ -137,8 +149,8 @@
137
149
  "suffix": "%",
138
150
  "name": "LowConfidenceLimit",
139
151
  "tooltip": true
140
- },
141
- "additionalColumn2": {
152
+ },
153
+ "additionalColumn2": {
142
154
  "label": "High Confidence Limit",
143
155
  "dataTable": true,
144
156
  "tooltips": false,
@@ -146,7 +158,7 @@
146
158
  "suffix": "%",
147
159
  "name": "HighConfidenceLimit",
148
160
  "tooltip": true
149
- },
161
+ },
150
162
  "navigate": {
151
163
  "name": "link",
152
164
  "tooltip": false,
@@ -161,7 +173,9 @@
161
173
  },
162
174
  "legend": {
163
175
  "descriptions": {},
164
- "specialClasses": ["NA"],
176
+ "specialClasses": [
177
+ "NA"
178
+ ],
165
179
  "unified": false,
166
180
  "singleColumn": false,
167
181
  "dynamicDescription": false,
@@ -182,4 +196,4 @@
182
196
  "filterBehavior": "Apply Button",
183
197
  "runtime": {},
184
198
  "uuid": 1684783370106
185
- }
199
+ }