@cdc/dashboard 4.25.1 → 4.25.2-25

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 (36) hide show
  1. package/dist/cdcdashboard.js +52965 -52581
  2. package/examples/all-components.json +529 -4607
  3. package/examples/dashboard-gallery.json +397 -397
  4. package/examples/private/DEV-10527.json +564 -0
  5. package/examples/private/DEV-10586.json +54319 -0
  6. package/examples/private/DEV-10856.json +54319 -0
  7. package/examples/private/dashboard-map-filter.json +815 -0
  8. package/examples/private/dev-10856-2.json +1348 -0
  9. package/examples/private/feelings.json +1 -0
  10. package/examples/private/nhis.json +1792 -0
  11. package/index.html +4 -3
  12. package/package.json +9 -9
  13. package/src/CdcDashboard.tsx +5 -8
  14. package/src/CdcDashboardComponent.tsx +58 -56
  15. package/src/_stories/Dashboard.stories.tsx +31 -0
  16. package/src/_stories/_mock/dashboard-filter-asc.json +551 -0
  17. package/src/components/CollapsibleVisualizationRow.tsx +1 -1
  18. package/src/components/DashboardFilters/DashboardFilters.tsx +10 -5
  19. package/src/components/DashboardFilters/DashboardFiltersEditor/DashboardFiltersEditor.tsx +22 -5
  20. package/src/components/DashboardFilters/DashboardFiltersEditor/components/DeleteFilterModal.tsx +13 -3
  21. package/src/components/DashboardFilters/DashboardFiltersEditor/components/FilterEditor.tsx +129 -40
  22. package/src/components/DashboardFilters/DashboardFiltersEditor/components/NestedDropDownDashboard.tsx +10 -7
  23. package/src/components/DashboardFilters/DashboardFiltersWrapper.tsx +11 -12
  24. package/src/components/DashboardFilters/dashboardfilter.styles.css +0 -2
  25. package/src/components/VisualizationRow.tsx +12 -2
  26. package/src/helpers/addValuesToDashboardFilters.ts +6 -5
  27. package/src/helpers/apiFilterHelpers.ts +10 -5
  28. package/src/helpers/changeFilterActive.ts +17 -4
  29. package/src/helpers/getFilteredData.ts +13 -4
  30. package/src/helpers/getUpdateConfig.ts +11 -4
  31. package/src/helpers/loadAPIFilters.ts +6 -4
  32. package/src/helpers/tests/updatesChildFilters.test.ts +56 -0
  33. package/src/helpers/updateChildFilters.ts +50 -0
  34. package/src/scss/main.scss +0 -3
  35. package/src/store/dashboard.reducer.ts +46 -24
  36. package/src/types/SharedFilter.ts +1 -1
@@ -1,17 +1,34 @@
1
1
  {
2
2
  "dashboard": {
3
3
  "theme": "theme-blue",
4
- "filters": [
4
+ "title": "Amount Filtered by Location and Type ",
5
+ "sharedFilters": [
5
6
  {
6
7
  "values": [
7
- "Alaska",
8
8
  "Alabama",
9
- "Arkansas",
9
+ "Alaska",
10
10
  "American Samoa",
11
- "Arizona"
11
+ "Arizona",
12
+ "Arkansas"
12
13
  ],
13
- "active": "Alaska",
14
- "columnName": "Location"
14
+ "columnName": "Location",
15
+ "showDropdown": true,
16
+ "usedBy": [
17
+ "data-bite1628875468150",
18
+ "chart1628875631849",
19
+ "data-bite1628876561387",
20
+ "data-bite1628877031319"
21
+ ],
22
+ "tier": 1,
23
+ "type": "datafilter",
24
+ "order": "cust",
25
+ "orderedValues": [
26
+ "Alabama",
27
+ "Alaska",
28
+ "American Samoa",
29
+ "Arizona",
30
+ "Arkansas"
31
+ ]
15
32
  },
16
33
  {
17
34
  "values": [
@@ -19,73 +36,74 @@
19
36
  "Local",
20
37
  "State"
21
38
  ],
22
- "active": "Federal",
23
- "columnName": "Type"
39
+ "columnName": "Type",
40
+ "showDropdown": true,
41
+ "usedBy": [
42
+ "data-bite1628875468150",
43
+ "chart1628875631849",
44
+ "data-bite1628876561387",
45
+ "data-bite1628877031319"
46
+ ],
47
+ "tier": 1
24
48
  }
25
- ],
26
- "title": "Amount Filtered by Location and Type "
49
+ ]
27
50
  },
28
51
  "rows": [
29
- [
30
- {
31
- "width": 6,
32
- "widget": "data-bite1628875468150"
33
- },
34
- {
35
- "width": 6,
36
- "widget": "chart1628875631849"
37
- },
38
- {
39
- "width": null
40
- }
41
- ],
42
- [
43
- {
44
- "width": 6,
45
- "widget": "data-bite1628877031319"
46
- },
47
- {
48
- "width": 6,
49
- "widget": "data-bite1628876561387"
50
- },
51
- {
52
- "width": null
53
- }
54
- ]
55
- ],
56
- "visualizations": {
57
- "data-bite1628875468150": {
58
- "type": "data-bite",
59
- "data": [
52
+ {
53
+ "columns": [
60
54
  {
61
- "Location": "Alaska",
62
- "Year": "2019",
63
- "Type": "Federal",
64
- "Amount": "1377"
55
+ "width": 12,
56
+ "widget": "legacySharedFilters"
57
+ }
58
+ ]
59
+ },
60
+ {
61
+ "columns": [
62
+ {
63
+ "width": 6,
64
+ "widget": "data-bite1628875468150"
65
65
  },
66
66
  {
67
- "Location": "Alaska",
68
- "Year": "2020",
69
- "Type": "Federal",
70
- "Amount": "1377"
67
+ "width": 6,
68
+ "widget": "chart1628875631849"
71
69
  },
72
70
  {
73
- "Location": "Alaska",
74
- "Year": "2021",
75
- "Type": "Federal",
76
- "Amount": "1436"
71
+ "width": null
77
72
  }
78
- ],
73
+ ]
74
+ },
75
+ {
76
+ "columns": [
77
+ {
78
+ "width": 6,
79
+ "widget": "data-bite1628877031319"
80
+ },
81
+ {
82
+ "width": 6,
83
+ "widget": "data-bite1628876561387"
84
+ },
85
+ {
86
+ "width": null
87
+ }
88
+ ]
89
+ }
90
+ ],
91
+ "visualizations": {
92
+ "data-bite1628875468150": {
93
+ "type": "data-bite",
79
94
  "dataBite": "",
80
95
  "dataFunction": "Mean (Average)",
81
96
  "dataColumn": "Amount",
82
97
  "bitePosition": "Left",
83
98
  "biteFontSize": 24,
84
99
  "fontSize": "medium",
85
- "imageUrl": "",
86
100
  "biteBody": "<span style=\"font-size: 20px;\">Average Amount 2019-2021</span> <br>Reflects the average of the dashboard level filter selections within the timeframe available in the data. In this case 2019-2021. \n This number is calculated within the Data Bite module.\n",
87
- "prefix": "",
88
- "suffix": "",
101
+ "imageData": {
102
+ "display": "none",
103
+ "url": "",
104
+ "alt": "",
105
+ "options": []
106
+ },
89
107
  "dataFormat": {
90
108
  "roundToPlace": 0,
91
109
  "commas": true,
@@ -98,9 +116,26 @@
98
116
  "title": "",
99
117
  "theme": "theme-orange",
100
118
  "shadow": true,
119
+ "visual": {
120
+ "border": false,
121
+ "accent": false,
122
+ "background": false,
123
+ "hideBackgroundColor": false,
124
+ "borderColorTheme": false
125
+ },
126
+ "general": {
127
+ "isCompactStyle": false
128
+ },
129
+ "imageUrl": "",
130
+ "prefix": "",
131
+ "suffix": "",
101
132
  "uid": "data-bite1628875468150",
102
133
  "visualizationType": "data-bite",
103
- "editing": true
134
+ "dataKey": "dashboard_aggregate_example_no_add_fullname.csv",
135
+ "version": "4.25.1",
136
+ "migrations": {
137
+ "addColorMigration": true
138
+ }
104
139
  },
105
140
  "chart1628875631849": {
106
141
  "type": "chart",
@@ -141,55 +176,16 @@
141
176
  "confidenceKeys": {},
142
177
  "uid": "chart1628875631849",
143
178
  "visualizationType": "Bar",
144
- "data": [
145
- {
146
- "Location": "Alaska",
147
- "Year": "2019",
148
- "Type": "Federal",
149
- "Amount": "1377"
150
- },
151
- {
152
- "Location": "Alaska",
153
- "Year": "2020",
154
- "Type": "Federal",
155
- "Amount": "1377"
156
- },
157
- {
158
- "Location": "Alaska",
159
- "Year": "2021",
160
- "Type": "Federal",
161
- "Amount": "1436"
162
- }
163
- ],
164
179
  "series": [
165
180
  {
166
181
  "dataKey": "Amount",
167
182
  "type": "Bar"
168
183
  }
169
- ]
184
+ ],
185
+ "dataKey": "dashboard_aggregate_example_no_add_fullname.csv"
170
186
  },
171
187
  "data-bite1628876561387": {
172
188
  "type": "data-bite",
173
- "data": [
174
- {
175
- "Location": "Alaska",
176
- "Year": "2019",
177
- "Type": "Federal",
178
- "Amount": "1377"
179
- },
180
- {
181
- "Location": "Alaska",
182
- "Year": "2020",
183
- "Type": "Federal",
184
- "Amount": "1377"
185
- },
186
- {
187
- "Location": "Alaska",
188
- "Year": "2021",
189
- "Type": "Federal",
190
- "Amount": "1436"
191
- }
192
- ],
193
189
  "dataBite": "",
194
190
  "dataFunction": "Max",
195
191
  "dataColumn": "Amount",
@@ -213,30 +209,11 @@
213
209
  "theme": "theme-blue",
214
210
  "shadow": true,
215
211
  "uid": "data-bite1628876561387",
216
- "visualizationType": "data-bite"
212
+ "visualizationType": "data-bite",
213
+ "dataKey": "dashboard_aggregate_example_no_add_fullname.csv"
217
214
  },
218
215
  "data-bite1628877031319": {
219
216
  "type": "data-bite",
220
- "data": [
221
- {
222
- "Location": "Alaska",
223
- "Year": "2019",
224
- "Type": "Federal",
225
- "Amount": "1377"
226
- },
227
- {
228
- "Location": "Alaska",
229
- "Year": "2020",
230
- "Type": "Federal",
231
- "Amount": "1377"
232
- },
233
- {
234
- "Location": "Alaska",
235
- "Year": "2021",
236
- "Type": "Federal",
237
- "Amount": "1436"
238
- }
239
- ],
240
217
  "dataBite": "",
241
218
  "dataFunction": "Sum",
242
219
  "dataColumn": "Amount",
@@ -256,7 +233,7 @@
256
233
  "biteStyle": "title",
257
234
  "filters": [
258
235
  {
259
- "values": []
236
+ "id": 1738001923264
260
237
  }
261
238
  ],
262
239
  "subtext": "Source ",
@@ -264,288 +241,311 @@
264
241
  "theme": "theme-amber",
265
242
  "shadow": true,
266
243
  "uid": "data-bite1628877031319",
267
- "visualizationType": "data-bite"
244
+ "visualizationType": "data-bite",
245
+ "dataKey": "dashboard_aggregate_example_no_add_fullname.csv"
246
+ },
247
+ "legacySharedFilters": {
248
+ "type": "dashboardFilters",
249
+ "visualizationType": "dashboardFilters",
250
+ "sharedFilterIndexes": [
251
+ 0,
252
+ 1
253
+ ],
254
+ "filterBehavior": "Filter Change",
255
+ "uid": "legacySharedFilters"
268
256
  }
269
257
  },
270
258
  "table": {
271
259
  "label": "Data Table",
272
260
  "show": true
273
261
  },
274
- "data": [
275
- {
276
- "Location": "Alaska",
277
- "Year": "2019",
278
- "Type": "Federal",
279
- "Amount": "1377"
280
- },
281
- {
282
- "Location": "Alaska",
283
- "Year": "2019",
284
- "Type": "Local",
285
- "Amount": "1613"
286
- },
287
- {
288
- "Location": "Alaska",
289
- "Year": "2019",
290
- "Type": "State",
291
- "Amount": "1495"
292
- },
293
- {
294
- "Location": "Alaska",
295
- "Year": "2020",
296
- "Type": "Federal",
297
- "Amount": "1377"
298
- },
299
- {
300
- "Location": "Alaska",
301
- "Year": "2020",
302
- "Type": "Local",
303
- "Amount": "1613"
304
- },
305
- {
306
- "Location": "Alaska",
307
- "Year": "2020",
308
- "Type": "State",
309
- "Amount": "1495"
310
- },
311
- {
312
- "Location": "Alaska",
313
- "Year": "2021",
314
- "Type": "Federal",
315
- "Amount": "1436"
316
- },
317
- {
318
- "Location": "Alaska",
319
- "Year": "2021",
320
- "Type": "Local",
321
- "Amount": "1672"
322
- },
323
- {
324
- "Location": "Alaska",
325
- "Year": "2021",
326
- "Type": "State",
327
- "Amount": "1554"
328
- },
329
- {
330
- "Location": "Alabama",
331
- "Year": "2019",
332
- "Type": "Federal",
333
- "Amount": "1375"
334
- },
335
- {
336
- "Location": "Alabama",
337
- "Year": "2019",
338
- "Type": "Local",
339
- "Amount": "1611"
340
- },
341
- {
342
- "Location": "Alabama",
343
- "Year": "2019",
344
- "Type": "State",
345
- "Amount": "1493"
346
- },
347
- {
348
- "Location": "Alabama",
349
- "Year": "2020",
350
- "Type": "Federal",
351
- "Amount": "1375"
352
- },
353
- {
354
- "Location": "Alabama",
355
- "Year": "2020",
356
- "Type": "Local",
357
- "Amount": "1611"
358
- },
359
- {
360
- "Location": "Alabama",
361
- "Year": "2020",
362
- "Type": "State",
363
- "Amount": "1493"
364
- },
365
- {
366
- "Location": "Alabama",
367
- "Year": "2021",
368
- "Type": "Federal",
369
- "Amount": "1434"
370
- },
371
- {
372
- "Location": "Alabama",
373
- "Year": "2021",
374
- "Type": "Local",
375
- "Amount": "1670"
376
- },
377
- {
378
- "Location": "Alabama",
379
- "Year": "2021",
380
- "Type": "State",
381
- "Amount": "1552"
382
- },
383
- {
384
- "Location": "Arkansas",
385
- "Year": "2019",
386
- "Type": "Federal",
387
- "Amount": "1398"
388
- },
389
- {
390
- "Location": "Arkansas",
391
- "Year": "2019",
392
- "Type": "Local",
393
- "Amount": "1634"
394
- },
395
- {
396
- "Location": "Arkansas",
397
- "Year": "2019",
398
- "Type": "State",
399
- "Amount": "1516"
400
- },
401
- {
402
- "Location": "Arkansas",
403
- "Year": "2020",
404
- "Type": "Federal",
405
- "Amount": "1398"
406
- },
407
- {
408
- "Location": "Arkansas",
409
- "Year": "2020",
410
- "Type": "Local",
411
- "Amount": "1634"
412
- },
413
- {
414
- "Location": "Arkansas",
415
- "Year": "2020",
416
- "Type": "State",
417
- "Amount": "1516"
418
- },
419
- {
420
- "Location": "Arkansas",
421
- "Year": "2021",
422
- "Type": "Federal",
423
- "Amount": "1457"
424
- },
425
- {
426
- "Location": "Arkansas",
427
- "Year": "2021",
428
- "Type": "Local",
429
- "Amount": "1693"
430
- },
431
- {
432
- "Location": "Arkansas",
433
- "Year": "2021",
434
- "Type": "State",
435
- "Amount": "1575"
436
- },
437
- {
438
- "Location": "American Samoa",
439
- "Year": "2019",
440
- "Type": "Federal",
441
- "Amount": "1388"
442
- },
443
- {
444
- "Location": "American Samoa",
445
- "Year": "2019",
446
- "Type": "Local",
447
- "Amount": "1624"
448
- },
449
- {
450
- "Location": "American Samoa",
451
- "Year": "2019",
452
- "Type": "State",
453
- "Amount": "1506"
454
- },
455
- {
456
- "Location": "American Samoa",
457
- "Year": "2020",
458
- "Type": "Federal",
459
- "Amount": "1388"
460
- },
461
- {
462
- "Location": "American Samoa",
463
- "Year": "2020",
464
- "Type": "Local",
465
- "Amount": "1624"
466
- },
467
- {
468
- "Location": "American Samoa",
469
- "Year": "2020",
470
- "Type": "State",
471
- "Amount": "1506"
472
- },
473
- {
474
- "Location": "American Samoa",
475
- "Year": "2021",
476
- "Type": "Federal",
477
- "Amount": "1447"
478
- },
479
- {
480
- "Location": "American Samoa",
481
- "Year": "2021",
482
- "Type": "Local",
483
- "Amount": "1683"
484
- },
485
- {
486
- "Location": "American Samoa",
487
- "Year": "2021",
488
- "Type": "State",
489
- "Amount": "1565"
490
- },
491
- {
492
- "Location": "Arizona",
493
- "Year": "2019",
494
- "Type": "Federal",
495
- "Amount": "1401"
496
- },
497
- {
498
- "Location": "Arizona",
499
- "Year": "2019",
500
- "Type": "Local",
501
- "Amount": "1637"
502
- },
503
- {
504
- "Location": "Arizona",
505
- "Year": "2019",
506
- "Type": "State",
507
- "Amount": "1519"
508
- },
509
- {
510
- "Location": "Arizona",
511
- "Year": "2020",
512
- "Type": "Federal",
513
- "Amount": "1401"
514
- },
515
- {
516
- "Location": "Arizona",
517
- "Year": "2020",
518
- "Type": "Local",
519
- "Amount": "1637"
520
- },
521
- {
522
- "Location": "Arizona",
523
- "Year": "2020",
524
- "Type": "State",
525
- "Amount": "1519"
526
- },
527
- {
528
- "Location": "Arizona",
529
- "Year": "2021",
530
- "Type": "Federal",
531
- "Amount": "1460"
532
- },
533
- {
534
- "Location": "Arizona",
535
- "Year": "2021",
536
- "Type": "Local",
537
- "Amount": "1696"
538
- },
539
- {
540
- "Location": "Arizona",
541
- "Year": "2021",
542
- "Type": "State",
543
- "Amount": "1578"
544
- }
545
- ],
546
- "dataFileName": "dashboard_aggregate_example_no_add_fullname.csv",
547
- "dataFileSourceType": "file",
262
+ "data": [],
263
+ "dataFileName": "",
264
+ "dataFileSourceType": "",
548
265
  "type": "dashboard",
549
266
  "uuid": 1628875999137,
550
- "runtime": {}
267
+ "runtime": {},
268
+ "datasets": {
269
+ "dashboard_aggregate_example_no_add_fullname.csv": {
270
+ "data": [
271
+ {
272
+ "Location": "Alaska",
273
+ "Year": "2019",
274
+ "Type": "Federal",
275
+ "Amount": "1377"
276
+ },
277
+ {
278
+ "Location": "Alaska",
279
+ "Year": "2019",
280
+ "Type": "Local",
281
+ "Amount": "1613"
282
+ },
283
+ {
284
+ "Location": "Alaska",
285
+ "Year": "2019",
286
+ "Type": "State",
287
+ "Amount": "1495"
288
+ },
289
+ {
290
+ "Location": "Alaska",
291
+ "Year": "2020",
292
+ "Type": "Federal",
293
+ "Amount": "1377"
294
+ },
295
+ {
296
+ "Location": "Alaska",
297
+ "Year": "2020",
298
+ "Type": "Local",
299
+ "Amount": "1613"
300
+ },
301
+ {
302
+ "Location": "Alaska",
303
+ "Year": "2020",
304
+ "Type": "State",
305
+ "Amount": "1495"
306
+ },
307
+ {
308
+ "Location": "Alaska",
309
+ "Year": "2021",
310
+ "Type": "Federal",
311
+ "Amount": "1436"
312
+ },
313
+ {
314
+ "Location": "Alaska",
315
+ "Year": "2021",
316
+ "Type": "Local",
317
+ "Amount": "1672"
318
+ },
319
+ {
320
+ "Location": "Alaska",
321
+ "Year": "2021",
322
+ "Type": "State",
323
+ "Amount": "1554"
324
+ },
325
+ {
326
+ "Location": "Alabama",
327
+ "Year": "2019",
328
+ "Type": "Federal",
329
+ "Amount": "1375"
330
+ },
331
+ {
332
+ "Location": "Alabama",
333
+ "Year": "2019",
334
+ "Type": "Local",
335
+ "Amount": "1611"
336
+ },
337
+ {
338
+ "Location": "Alabama",
339
+ "Year": "2019",
340
+ "Type": "State",
341
+ "Amount": "1493"
342
+ },
343
+ {
344
+ "Location": "Alabama",
345
+ "Year": "2020",
346
+ "Type": "Federal",
347
+ "Amount": "1375"
348
+ },
349
+ {
350
+ "Location": "Alabama",
351
+ "Year": "2020",
352
+ "Type": "Local",
353
+ "Amount": "1611"
354
+ },
355
+ {
356
+ "Location": "Alabama",
357
+ "Year": "2020",
358
+ "Type": "State",
359
+ "Amount": "1493"
360
+ },
361
+ {
362
+ "Location": "Alabama",
363
+ "Year": "2021",
364
+ "Type": "Federal",
365
+ "Amount": "1434"
366
+ },
367
+ {
368
+ "Location": "Alabama",
369
+ "Year": "2021",
370
+ "Type": "Local",
371
+ "Amount": "1670"
372
+ },
373
+ {
374
+ "Location": "Alabama",
375
+ "Year": "2021",
376
+ "Type": "State",
377
+ "Amount": "1552"
378
+ },
379
+ {
380
+ "Location": "Arkansas",
381
+ "Year": "2019",
382
+ "Type": "Federal",
383
+ "Amount": "1398"
384
+ },
385
+ {
386
+ "Location": "Arkansas",
387
+ "Year": "2019",
388
+ "Type": "Local",
389
+ "Amount": "1634"
390
+ },
391
+ {
392
+ "Location": "Arkansas",
393
+ "Year": "2019",
394
+ "Type": "State",
395
+ "Amount": "1516"
396
+ },
397
+ {
398
+ "Location": "Arkansas",
399
+ "Year": "2020",
400
+ "Type": "Federal",
401
+ "Amount": "1398"
402
+ },
403
+ {
404
+ "Location": "Arkansas",
405
+ "Year": "2020",
406
+ "Type": "Local",
407
+ "Amount": "1634"
408
+ },
409
+ {
410
+ "Location": "Arkansas",
411
+ "Year": "2020",
412
+ "Type": "State",
413
+ "Amount": "1516"
414
+ },
415
+ {
416
+ "Location": "Arkansas",
417
+ "Year": "2021",
418
+ "Type": "Federal",
419
+ "Amount": "1457"
420
+ },
421
+ {
422
+ "Location": "Arkansas",
423
+ "Year": "2021",
424
+ "Type": "Local",
425
+ "Amount": "1693"
426
+ },
427
+ {
428
+ "Location": "Arkansas",
429
+ "Year": "2021",
430
+ "Type": "State",
431
+ "Amount": "1575"
432
+ },
433
+ {
434
+ "Location": "American Samoa",
435
+ "Year": "2019",
436
+ "Type": "Federal",
437
+ "Amount": "1388"
438
+ },
439
+ {
440
+ "Location": "American Samoa",
441
+ "Year": "2019",
442
+ "Type": "Local",
443
+ "Amount": "1624"
444
+ },
445
+ {
446
+ "Location": "American Samoa",
447
+ "Year": "2019",
448
+ "Type": "State",
449
+ "Amount": "1506"
450
+ },
451
+ {
452
+ "Location": "American Samoa",
453
+ "Year": "2020",
454
+ "Type": "Federal",
455
+ "Amount": "1388"
456
+ },
457
+ {
458
+ "Location": "American Samoa",
459
+ "Year": "2020",
460
+ "Type": "Local",
461
+ "Amount": "1624"
462
+ },
463
+ {
464
+ "Location": "American Samoa",
465
+ "Year": "2020",
466
+ "Type": "State",
467
+ "Amount": "1506"
468
+ },
469
+ {
470
+ "Location": "American Samoa",
471
+ "Year": "2021",
472
+ "Type": "Federal",
473
+ "Amount": "1447"
474
+ },
475
+ {
476
+ "Location": "American Samoa",
477
+ "Year": "2021",
478
+ "Type": "Local",
479
+ "Amount": "1683"
480
+ },
481
+ {
482
+ "Location": "American Samoa",
483
+ "Year": "2021",
484
+ "Type": "State",
485
+ "Amount": "1565"
486
+ },
487
+ {
488
+ "Location": "Arizona",
489
+ "Year": "2019",
490
+ "Type": "Federal",
491
+ "Amount": "1401"
492
+ },
493
+ {
494
+ "Location": "Arizona",
495
+ "Year": "2019",
496
+ "Type": "Local",
497
+ "Amount": "1637"
498
+ },
499
+ {
500
+ "Location": "Arizona",
501
+ "Year": "2019",
502
+ "Type": "State",
503
+ "Amount": "1519"
504
+ },
505
+ {
506
+ "Location": "Arizona",
507
+ "Year": "2020",
508
+ "Type": "Federal",
509
+ "Amount": "1401"
510
+ },
511
+ {
512
+ "Location": "Arizona",
513
+ "Year": "2020",
514
+ "Type": "Local",
515
+ "Amount": "1637"
516
+ },
517
+ {
518
+ "Location": "Arizona",
519
+ "Year": "2020",
520
+ "Type": "State",
521
+ "Amount": "1519"
522
+ },
523
+ {
524
+ "Location": "Arizona",
525
+ "Year": "2021",
526
+ "Type": "Federal",
527
+ "Amount": "1460"
528
+ },
529
+ {
530
+ "Location": "Arizona",
531
+ "Year": "2021",
532
+ "Type": "Local",
533
+ "Amount": "1696"
534
+ },
535
+ {
536
+ "Location": "Arizona",
537
+ "Year": "2021",
538
+ "Type": "State",
539
+ "Amount": "1578"
540
+ }
541
+ ]
542
+ }
543
+ },
544
+ "dataUrl": "",
545
+ "dataDescription": {},
546
+ "formattedData": [],
547
+ "version": "4.25.1",
548
+ "migrations": {
549
+ "addColorMigration": true
550
+ }
551
551
  }