@cdc/dashboard 4.25.3 → 4.25.6

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 (63) hide show
  1. package/Dynamic_Data.md +79 -0
  2. package/Override_Data.md +39 -0
  3. package/dist/cdcdashboard.js +77308 -78377
  4. package/examples/legend-issue-data.json +1874 -0
  5. package/examples/legend-issue.json +749 -0
  6. package/examples/m2.json +32904 -0
  7. package/examples/map.json +628 -0
  8. package/examples/special-classes.json +54340 -0
  9. package/index.html +1 -26
  10. package/package.json +10 -15
  11. package/src/CdcDashboardComponent.tsx +65 -216
  12. package/src/_stories/Dashboard.stories.tsx +2 -0
  13. package/src/_stories/_mock/api-filter-map.json +43 -1
  14. package/src/components/CollapsibleVisualizationRow.tsx +4 -6
  15. package/src/components/DashboardEditors.tsx +143 -0
  16. package/src/components/DashboardFilters/DashboardFilters.tsx +205 -205
  17. package/src/components/DashboardFilters/DashboardFiltersEditor/components/APIModal.tsx +129 -0
  18. package/src/components/DashboardFilters/DashboardFiltersEditor/components/FilterEditor.tsx +680 -652
  19. package/src/components/DashboardFilters/DashboardFiltersWrapper.tsx +198 -198
  20. package/src/components/DataDesignerModal.tsx +33 -14
  21. package/src/components/Header/Header.tsx +7 -9
  22. package/src/components/MultiConfigTabs/multiconfigtabs.styles.css +3 -0
  23. package/src/components/Row.tsx +2 -24
  24. package/src/components/VisualizationRow.tsx +191 -214
  25. package/src/helpers/getVizConfig.ts +108 -80
  26. package/src/helpers/getVizRowColumnLocator.ts +0 -1
  27. package/src/helpers/reloadURLHelpers.ts +11 -6
  28. package/src/helpers/shouldLoadAllFilters.ts +30 -30
  29. package/src/index.tsx +2 -1
  30. package/src/scss/main.scss +0 -5
  31. package/src/store/dashboard.actions.ts +2 -2
  32. package/src/store/dashboard.reducer.ts +15 -11
  33. package/src/types/ConfigRow.ts +0 -1
  34. package/src/types/Dashboard.ts +1 -1
  35. package/src/types/DashboardConfig.ts +1 -1
  36. package/src/types/SharedFilter.ts +2 -0
  37. package/examples/private/DEV-10120.json +0 -1294
  38. package/examples/private/DEV-10527.json +0 -845
  39. package/examples/private/DEV-10586.json +0 -54319
  40. package/examples/private/DEV-10856.json +0 -54319
  41. package/examples/private/DEV-9199.json +0 -606
  42. package/examples/private/DEV-9644.json +0 -20092
  43. package/examples/private/DEV-9684.json +0 -2135
  44. package/examples/private/DEV-9932.json +0 -95
  45. package/examples/private/DEV-9989.json +0 -229
  46. package/examples/private/art-dashboard.json +0 -18174
  47. package/examples/private/art-scratch.json +0 -2406
  48. package/examples/private/bird-flu-2.json +0 -440
  49. package/examples/private/bird-flu.json +0 -413
  50. package/examples/private/dashboard-config-ehdi.json +0 -29915
  51. package/examples/private/dashboard-map-filter.json +0 -815
  52. package/examples/private/dashboard-margins.js +0 -15
  53. package/examples/private/dataset.json +0 -1452
  54. package/examples/private/dev-10856-2.json +0 -1348
  55. package/examples/private/ehdi-data.json +0 -29502
  56. package/examples/private/exposure-source-h5-data.csv +0 -26
  57. package/examples/private/fatal-data.csv +0 -3159
  58. package/examples/private/feelings.json +0 -1
  59. package/examples/private/gaza-issue.json +0 -1214
  60. package/examples/private/markup.json +0 -115
  61. package/examples/private/nhis.json +0 -1792
  62. package/examples/private/workforce.json +0 -2041
  63. package/src/types/DataSet.ts +0 -11
@@ -1,1792 +0,0 @@
1
- {
2
- "table": {
3
- "label": "Data Table",
4
- "show": false,
5
- "showDownloadUrl": false,
6
- "showVertical": true
7
- },
8
- "errors": [],
9
- "currentViewport": "lg",
10
- "id": 15,
11
- "category": "General",
12
- "type": "dashboard",
13
- "subType": null,
14
- "orientation": null,
15
- "icon": {
16
- "key": null,
17
- "ref": null,
18
- "props": {},
19
- "_owner": null
20
- },
21
- "content": "Present multiple data visualizations with shared filter controls.",
22
- "datasets": {
23
- "/wcms/vizdata/NCIPC_Mental_Health/NHIS/NHISFeelingsWorryNervousAnxietyBar.json": {
24
- "dataFileSize": 36419,
25
- "dataFileName": "https://www.cdc.gov/wcms/vizdata/NCIPC_Mental_Health/NHIS/NHISFeelingsWorryNervousAnxietyBar.json",
26
- "dataFileSourceType": "url",
27
- "dataFileFormat": "JSON",
28
- "preview": true,
29
- "dataUrl": "/examples/private/feelings.json"
30
- }
31
- },
32
- "visualizationType": null,
33
- "activeVizButtonID": 15,
34
- "version": "4.25.1",
35
- "multiDashboards": [
36
- {
37
- "dashboard": {
38
- "theme": "theme-blue",
39
- "sharedFilters": [
40
- {
41
- "key": "New Dashboard Filter 1",
42
- "showDropdown": true,
43
- "values": [
44
- "Total",
45
- "Age",
46
- "RaceEthnicity",
47
- "Sex"
48
- ],
49
- "type": "datafilter",
50
- "orderedValues": [
51
- "Total",
52
- "Age",
53
- "RaceEthnicity",
54
- "Sex"
55
- ],
56
- "columnName": "Demographics_Type",
57
- "usedBy": [
58
- "chart1737724094552"
59
- ],
60
- "tier": 1,
61
- "order": "cust"
62
- }
63
- ]
64
- },
65
- "visualizations": {
66
- "chart1737724094552": {
67
- "annotations": [],
68
- "type": "chart",
69
- "debugSvg": false,
70
- "chartMessage": {
71
- "noData": "No Data Available"
72
- },
73
- "title": "",
74
- "showTitle": true,
75
- "showDownloadMediaButton": false,
76
- "theme": "theme-blue",
77
- "animate": false,
78
- "fontSize": "medium",
79
- "lineDatapointStyle": "hover",
80
- "lineDatapointColor": "Same as Line",
81
- "barHasBorder": "false",
82
- "isLollipopChart": false,
83
- "lollipopShape": "circle",
84
- "lollipopColorStyle": "two-tone",
85
- "visualizationSubType": "regular",
86
- "barStyle": "",
87
- "roundingStyle": "standard",
88
- "tipRounding": "top",
89
- "isResponsiveTicks": false,
90
- "general": {
91
- "annotationDropdownText": "Annotations",
92
- "showDownloadButton": false,
93
- "showMissingDataLabel": false,
94
- "showSuppressedSymbol": true,
95
- "showZeroValueData": true,
96
- "hideNullValue": false
97
- },
98
- "padding": {
99
- "left": 5,
100
- "right": 5
101
- },
102
- "preliminaryData": [],
103
- "yAxis": {
104
- "hideAxis": true,
105
- "displayNumbersOnBar": false,
106
- "hideLabel": false,
107
- "hideTicks": true,
108
- "size": 50,
109
- "gridLines": true,
110
- "enablePadding": false,
111
- "min": "1",
112
- "max": "40",
113
- "labelColor": "#333",
114
- "tickLabelColor": "#333",
115
- "tickColor": "#333",
116
- "rightHideAxis": false,
117
- "rightAxisSize": 0,
118
- "rightLabel": "",
119
- "rightLabelOffsetSize": 0,
120
- "rightAxisLabelColor": "#333",
121
- "rightAxisTickLabelColor": "#333",
122
- "rightAxisTickColor": "#333",
123
- "numTicks": "4",
124
- "axisPadding": 0,
125
- "scalePadding": 10,
126
- "tickRotation": 0,
127
- "anchors": [],
128
- "shoMissingDataLabel": true,
129
- "showMissingDataLine": true,
130
- "categories": []
131
- },
132
- "boxplot": {
133
- "plots": [],
134
- "borders": "true",
135
- "plotOutlierValues": false,
136
- "plotNonOutlierValues": true,
137
- "labels": {
138
- "q1": "Lower Quartile",
139
- "q2": "q2",
140
- "q3": "Upper Quartile",
141
- "q4": "q4",
142
- "minimum": "Minimum",
143
- "maximum": "Maximum",
144
- "mean": "Mean",
145
- "median": "Median",
146
- "sd": "Standard Deviation",
147
- "iqr": "Interquartile Range",
148
- "count": "Count",
149
- "outliers": "Outliers",
150
- "values": "Values",
151
- "lowerBounds": "Lower Bounds",
152
- "upperBounds": "Upper Bounds"
153
- }
154
- },
155
- "topAxis": {
156
- "hasLine": false
157
- },
158
- "isLegendValue": false,
159
- "barThickness": "0.65",
160
- "barHeight": 25,
161
- "barSpace": 15,
162
- "heights": {
163
- "vertical": 300,
164
- "horizontal": 750
165
- },
166
- "xAxis": {
167
- "sortDates": false,
168
- "anchors": [],
169
- "type": "categorical",
170
- "showTargetLabel": true,
171
- "targetLabel": "Target",
172
- "hideAxis": false,
173
- "hideLabel": false,
174
- "hideTicks": false,
175
- "size": 75,
176
- "tickRotation": 0,
177
- "min": "",
178
- "max": "",
179
- "labelColor": "#333",
180
- "tickLabelColor": "#333",
181
- "tickColor": "#333",
182
- "numTicks": "",
183
- "labelOffset": 0,
184
- "axisPadding": 200,
185
- "target": 0,
186
- "maxTickRotation": 0,
187
- "padding": 5,
188
- "showYearsOnce": false,
189
- "sortByRecentDate": false,
190
- "dataKey": "Year",
191
- "tickWidthMax": 39,
192
- "axisBBox": 29.860000610351562
193
- },
194
- "table": {
195
- "label": "Data Table",
196
- "expanded": false,
197
- "limitHeight": false,
198
- "height": "",
199
- "caption": "",
200
- "showDownloadUrl": false,
201
- "showDataTableLink": false,
202
- "showDownloadLinkBelow": true,
203
- "indexLabel": "",
204
- "download": true,
205
- "showVertical": true,
206
- "dateDisplayFormat": "",
207
- "showMissingDataLabel": true,
208
- "showSuppressedSymbol": true,
209
- "show": true,
210
- "collapsible": true
211
- },
212
- "orientation": "vertical",
213
- "color": "pinkpurple",
214
- "columns": {},
215
- "legend": {
216
- "hide": true,
217
- "behavior": "isolate",
218
- "axisAlign": true,
219
- "singleRow": true,
220
- "colorCode": "",
221
- "reverseLabelOrder": false,
222
- "description": "",
223
- "dynamicLegend": false,
224
- "dynamicLegendDefaultText": "Show All",
225
- "dynamicLegendItemLimit": 5,
226
- "dynamicLegendItemLimitMessage": "Dynamic Legend Item Limit Hit.",
227
- "dynamicLegendChartMessage": "Select Options from the Legend",
228
- "label": "",
229
- "lineMode": false,
230
- "verticalSorted": false,
231
- "highlightOnHover": false,
232
- "hideSuppressedLabels": false,
233
- "hideSuppressionLink": false,
234
- "seriesHighlight": [],
235
- "style": "circles",
236
- "subStyle": "linear blocks",
237
- "shape": "circle",
238
- "tickRotation": "",
239
- "hideBorder": {
240
- "side": false,
241
- "topBottom": true
242
- },
243
- "position": "right"
244
- },
245
- "brush": {
246
- "height": 45,
247
- "active": false
248
- },
249
- "exclusions": {
250
- "active": false,
251
- "keys": []
252
- },
253
- "palette": "qualitative-bold",
254
- "isPaletteReversed": false,
255
- "twoColor": {
256
- "palette": "monochrome-1",
257
- "isPaletteReversed": false
258
- },
259
- "labels": false,
260
- "dataFormat": {
261
- "commas": false,
262
- "prefix": "",
263
- "suffix": "% of adults",
264
- "abbreviated": true,
265
- "bottomSuffix": "",
266
- "bottomPrefix": "",
267
- "bottomAbbreviated": false,
268
- "roundTo": "1",
269
- "onlyShowTopPrefixSuffix": true
270
- },
271
- "confidenceKeys": {
272
- "upper": "High_Confidence_Interval",
273
- "lower": "Low_Confidence_Interval"
274
- },
275
- "visual": {
276
- "border": true,
277
- "accent": true,
278
- "background": true,
279
- "verticalHoverLine": false,
280
- "horizontalHoverLine": false,
281
- "lineDatapointSymbol": "none",
282
- "maximumShapeAmount": 7
283
- },
284
- "useLogScale": false,
285
- "filterBehavior": "Filter Change",
286
- "highlightedBarValues": [],
287
- "series": [
288
- {
289
- "dataKey": "Percent",
290
- "type": "Bar",
291
- "axis": "Left",
292
- "tooltip": true
293
- }
294
- ],
295
- "tooltips": {
296
- "opacity": 90,
297
- "singleSeries": false,
298
- "dateDisplayFormat": ""
299
- },
300
- "forestPlot": {
301
- "startAt": 0,
302
- "colors": {
303
- "line": "",
304
- "shape": ""
305
- },
306
- "lineOfNoEffect": {
307
- "show": true
308
- },
309
- "type": "",
310
- "pooledResult": {
311
- "diamondHeight": 5,
312
- "column": ""
313
- },
314
- "estimateField": "",
315
- "estimateRadius": "",
316
- "shape": "square",
317
- "rowHeight": 20,
318
- "description": {
319
- "show": true,
320
- "text": "description",
321
- "location": 0
322
- },
323
- "result": {
324
- "show": true,
325
- "text": "result",
326
- "location": 100
327
- },
328
- "radius": {
329
- "min": 2,
330
- "max": 10,
331
- "scalingColumn": ""
332
- },
333
- "regression": {
334
- "lower": 0,
335
- "upper": 0,
336
- "estimateField": 0
337
- },
338
- "leftWidthOffset": 0,
339
- "rightWidthOffset": 0,
340
- "showZeroLine": false,
341
- "leftLabel": "",
342
- "rightLabel": ""
343
- },
344
- "area": {
345
- "isStacked": false
346
- },
347
- "sankey": {
348
- "title": {
349
- "defaultColor": "black"
350
- },
351
- "iterations": 1,
352
- "rxValue": 0.9,
353
- "overallSize": {
354
- "width": 900,
355
- "height": 700
356
- },
357
- "margin": {
358
- "margin_y": 25,
359
- "margin_x": 0
360
- },
361
- "nodeSize": {
362
- "nodeWidth": 26,
363
- "nodeHeight": 40
364
- },
365
- "nodePadding": 55,
366
- "nodeFontColor": "black",
367
- "nodeColor": {
368
- "default": "#ff8500",
369
- "inactive": "#808080"
370
- },
371
- "linkColor": {
372
- "default": "#ffc900",
373
- "inactive": "#D3D3D3"
374
- },
375
- "opacity": {
376
- "nodeOpacityDefault": 1,
377
- "nodeOpacityInactive": 0.1,
378
- "LinkOpacityDefault": 1,
379
- "LinkOpacityInactive": 0.1
380
- },
381
- "storyNodeFontColor": "#006778",
382
- "storyNodeText": [],
383
- "nodeValueStyle": {
384
- "textBefore": "(",
385
- "textAfter": ")"
386
- },
387
- "data": []
388
- },
389
- "filters": [],
390
- "openModal": true,
391
- "uid": "chart1737724094552",
392
- "visualizationType": "Bar",
393
- "dataDescription": {
394
- "horizontal": false,
395
- "series": false
396
- },
397
- "dataKey": "/wcms/vizdata/NCIPC_Mental_Health/NHIS/NHISFeelingsWorryNervousAnxietyBar.json",
398
- "version": "4.25.1",
399
- "dynamicMarginTop": 0,
400
- "filterIntro": "",
401
- "introText": "The CDC may not have data for all states, territories or time periods.",
402
- "description": "Source: National Health Interview Survey (NHIS). Learn more about NHIS.\n<br>Data reported annually. Most recent data is from 2023. View this dataset on data.cdc.gov.",
403
- "migrations": {
404
- "addColorMigration": true
405
- }
406
- },
407
- "dashboardFilters1737724129605": {
408
- "filters": [],
409
- "filterBehavior": "Filter Change",
410
- "newViz": true,
411
- "openModal": true,
412
- "uid": "dashboardFilters1737724129605",
413
- "type": "dashboardFilters",
414
- "sharedFilterIndexes": [
415
- 0
416
- ],
417
- "visualizationType": "dashboardFilters"
418
- }
419
- },
420
- "rows": [
421
- {
422
- "columns": [
423
- {
424
- "width": 12,
425
- "widget": "dashboardFilters1737724129605"
426
- }
427
- ],
428
- "uuid": 1737724127560
429
- },
430
- {
431
- "columns": [
432
- {
433
- "width": 12,
434
- "widget": "chart1737724094552"
435
- }
436
- ],
437
- "uuid": 1737724127560
438
- }
439
- ],
440
- "label": "All"
441
- },
442
- {
443
- "dashboard": {
444
- "sharedFilters": [
445
- {
446
- "key": "Select Year:",
447
- "showDropdown": true,
448
- "values": [
449
- "2023",
450
- "2022",
451
- "2021",
452
- "2020",
453
- "2019"
454
- ],
455
- "type": "datafilter",
456
- "columnName": "Year",
457
- "usedBy": [
458
- "chart1734726104882"
459
- ],
460
- "setByQueryParameter": "NHISFeelingsWorryNervousAnxietyBar_year",
461
- "tier": 1,
462
- "orderedValues": [
463
- "2023",
464
- "2022",
465
- "2021",
466
- "2020",
467
- "2019"
468
- ],
469
- "order": "desc"
470
- },
471
- {
472
- "key": "New Dashboard Filter 2",
473
- "showDropdown": true,
474
- "values": [
475
- "Age",
476
- "RaceEthnicity",
477
- "Sex",
478
- "Total"
479
- ],
480
- "type": "datafilter",
481
- "columnName": "Demographics_Type",
482
- "usedBy": [
483
- "chart1734726104882"
484
- ],
485
- "tier": 1,
486
- "orderedValues": [
487
- "Age",
488
- "RaceEthnicity",
489
- "Sex",
490
- "Total"
491
- ],
492
- "order": "cust"
493
- }
494
- ]
495
- },
496
- "visualizations": {
497
- "chart1734726104882": {
498
- "annotations": [],
499
- "type": "chart",
500
- "debugSvg": false,
501
- "chartMessage": {
502
- "noData": "No Data Available"
503
- },
504
- "title": "",
505
- "showTitle": true,
506
- "showDownloadMediaButton": false,
507
- "theme": "theme-blue",
508
- "animate": false,
509
- "fontSize": "medium",
510
- "lineDatapointStyle": "hover",
511
- "lineDatapointColor": "Same as Line",
512
- "barHasBorder": "false",
513
- "isLollipopChart": false,
514
- "lollipopShape": "circle",
515
- "lollipopColorStyle": "two-tone",
516
- "visualizationSubType": "regular",
517
- "barStyle": "",
518
- "roundingStyle": "standard",
519
- "tipRounding": "top",
520
- "isResponsiveTicks": false,
521
- "general": {
522
- "annotationDropdownText": "Annotations",
523
- "showDownloadButton": false,
524
- "showMissingDataLabel": false,
525
- "showSuppressedSymbol": true,
526
- "showZeroValueData": true,
527
- "hideNullValue": true
528
- },
529
- "padding": {
530
- "left": 5,
531
- "right": 5
532
- },
533
- "preliminaryData": [],
534
- "yAxis": {
535
- "hideAxis": true,
536
- "displayNumbersOnBar": false,
537
- "hideLabel": false,
538
- "hideTicks": true,
539
- "size": 50,
540
- "gridLines": true,
541
- "enablePadding": false,
542
- "min": "1",
543
- "max": "40",
544
- "labelColor": "#333",
545
- "tickLabelColor": "#333",
546
- "tickColor": "#333",
547
- "rightHideAxis": false,
548
- "rightAxisSize": 0,
549
- "rightLabel": "",
550
- "rightLabelOffsetSize": 0,
551
- "rightAxisLabelColor": "#333",
552
- "rightAxisTickLabelColor": "#333",
553
- "rightAxisTickColor": "#333",
554
- "numTicks": "4",
555
- "axisPadding": 0,
556
- "scalePadding": 10,
557
- "tickRotation": 0,
558
- "anchors": [],
559
- "shoMissingDataLabel": true,
560
- "showMissingDataLine": true,
561
- "categories": []
562
- },
563
- "boxplot": {
564
- "plots": [],
565
- "borders": "true",
566
- "plotOutlierValues": false,
567
- "plotNonOutlierValues": true,
568
- "labels": {
569
- "q1": "Lower Quartile",
570
- "q2": "q2",
571
- "q3": "Upper Quartile",
572
- "q4": "q4",
573
- "minimum": "Minimum",
574
- "maximum": "Maximum",
575
- "mean": "Mean",
576
- "median": "Median",
577
- "sd": "Standard Deviation",
578
- "iqr": "Interquartile Range",
579
- "count": "Count",
580
- "outliers": "Outliers",
581
- "values": "Values",
582
- "lowerBounds": "Lower Bounds",
583
- "upperBounds": "Upper Bounds"
584
- }
585
- },
586
- "topAxis": {
587
- "hasLine": false
588
- },
589
- "isLegendValue": false,
590
- "barThickness": "0.45",
591
- "barHeight": 25,
592
- "barSpace": 15,
593
- "heights": {
594
- "vertical": 300,
595
- "horizontal": 750
596
- },
597
- "xAxis": {
598
- "sortDates": false,
599
- "anchors": [],
600
- "type": "categorical",
601
- "showTargetLabel": true,
602
- "targetLabel": "Target",
603
- "hideAxis": false,
604
- "hideLabel": false,
605
- "hideTicks": false,
606
- "size": 75,
607
- "tickRotation": 0,
608
- "min": "",
609
- "max": "",
610
- "labelColor": "#333",
611
- "tickLabelColor": "#333",
612
- "tickColor": "#333",
613
- "numTicks": "",
614
- "labelOffset": 0,
615
- "axisPadding": 200,
616
- "target": 0,
617
- "maxTickRotation": 0,
618
- "padding": 5,
619
- "showYearsOnce": false,
620
- "sortByRecentDate": false,
621
- "dataKey": "Demographics_Value",
622
- "axisBBox": 42.36000061035156,
623
- "tickWidthMax": 96
624
- },
625
- "table": {
626
- "label": "Data Table",
627
- "expanded": false,
628
- "limitHeight": false,
629
- "height": "",
630
- "caption": "",
631
- "showDownloadUrl": false,
632
- "showDataTableLink": false,
633
- "showDownloadLinkBelow": true,
634
- "indexLabel": "Age",
635
- "download": true,
636
- "showVertical": true,
637
- "dateDisplayFormat": "",
638
- "showMissingDataLabel": true,
639
- "showSuppressedSymbol": true,
640
- "show": true,
641
- "collapsible": true
642
- },
643
- "orientation": "vertical",
644
- "color": "pinkpurple",
645
- "columns": {
646
- "Confidence_Interval_Formatted": {
647
- "label": "Percent of Adults (95% CI)",
648
- "dataTable": true,
649
- "tooltips": false,
650
- "prefix": "",
651
- "suffix": "",
652
- "forestPlot": false,
653
- "startingPoint": "0",
654
- "forestPlotAlignRight": false,
655
- "roundToPlace": 0,
656
- "commas": false,
657
- "showInViz": false,
658
- "forestPlotStartingPoint": 0,
659
- "name": "Confidence_Interval_Formatted"
660
- }
661
- },
662
- "legend": {
663
- "hide": true,
664
- "behavior": "isolate",
665
- "axisAlign": true,
666
- "singleRow": true,
667
- "colorCode": "",
668
- "reverseLabelOrder": false,
669
- "description": "",
670
- "dynamicLegend": false,
671
- "dynamicLegendDefaultText": "Show All",
672
- "dynamicLegendItemLimit": 5,
673
- "dynamicLegendItemLimitMessage": "Dynamic Legend Item Limit Hit.",
674
- "dynamicLegendChartMessage": "Select Options from the Legend",
675
- "label": "",
676
- "lineMode": false,
677
- "verticalSorted": false,
678
- "highlightOnHover": false,
679
- "hideSuppressedLabels": false,
680
- "hideSuppressionLink": false,
681
- "seriesHighlight": [],
682
- "style": "circles",
683
- "subStyle": "linear blocks",
684
- "tickRotation": "",
685
- "hideBorder": {
686
- "side": false,
687
- "topBottom": true
688
- },
689
- "position": "right"
690
- },
691
- "brush": {
692
- "height": 45,
693
- "active": false
694
- },
695
- "exclusions": {
696
- "active": false,
697
- "keys": []
698
- },
699
- "palette": "qualitative-bold",
700
- "isPaletteReversed": false,
701
- "twoColor": {
702
- "palette": "monochrome-1",
703
- "isPaletteReversed": false
704
- },
705
- "labels": false,
706
- "dataFormat": {
707
- "commas": false,
708
- "prefix": "",
709
- "suffix": "% of adults",
710
- "abbreviated": true,
711
- "bottomSuffix": "",
712
- "bottomPrefix": "",
713
- "bottomAbbreviated": false,
714
- "onlyShowTopPrefixSuffix": true,
715
- "roundTo": "1"
716
- },
717
- "confidenceKeys": {
718
- "upper": "High_Confidence_Interval",
719
- "lower": "Low_Confidence_Interval"
720
- },
721
- "visual": {
722
- "border": true,
723
- "accent": true,
724
- "background": true,
725
- "verticalHoverLine": false,
726
- "horizontalHoverLine": false
727
- },
728
- "useLogScale": false,
729
- "filterBehavior": "Filter Change",
730
- "highlightedBarValues": [],
731
- "series": [
732
- {
733
- "dataKey": "Percent",
734
- "type": "Bar",
735
- "axis": "Left",
736
- "tooltip": true,
737
- "name": "Percent of Adults"
738
- }
739
- ],
740
- "tooltips": {
741
- "opacity": 90,
742
- "singleSeries": false,
743
- "dateDisplayFormat": ""
744
- },
745
- "forestPlot": {
746
- "startAt": 0,
747
- "colors": {
748
- "line": "",
749
- "shape": ""
750
- },
751
- "lineOfNoEffect": {
752
- "show": true
753
- },
754
- "type": "",
755
- "pooledResult": {
756
- "diamondHeight": 5,
757
- "column": ""
758
- },
759
- "estimateField": "",
760
- "estimateRadius": "",
761
- "shape": "square",
762
- "rowHeight": 20,
763
- "description": {
764
- "show": true,
765
- "text": "description",
766
- "location": 0
767
- },
768
- "result": {
769
- "show": true,
770
- "text": "result",
771
- "location": 100
772
- },
773
- "radius": {
774
- "min": 2,
775
- "max": 10,
776
- "scalingColumn": ""
777
- },
778
- "regression": {
779
- "lower": 0,
780
- "upper": 0,
781
- "estimateField": 0
782
- },
783
- "leftWidthOffset": 0,
784
- "rightWidthOffset": 0,
785
- "showZeroLine": false,
786
- "leftLabel": "",
787
- "rightLabel": ""
788
- },
789
- "area": {
790
- "isStacked": false
791
- },
792
- "sankey": {
793
- "title": {
794
- "defaultColor": "black"
795
- },
796
- "iterations": 1,
797
- "rxValue": 0.9,
798
- "overallSize": {
799
- "width": 900,
800
- "height": 700
801
- },
802
- "margin": {
803
- "margin_y": 25,
804
- "margin_x": 0
805
- },
806
- "nodeSize": {
807
- "nodeWidth": 26,
808
- "nodeHeight": 40
809
- },
810
- "nodePadding": 55,
811
- "nodeFontColor": "black",
812
- "nodeColor": {
813
- "default": "#ff8500",
814
- "inactive": "#808080"
815
- },
816
- "linkColor": {
817
- "default": "#ffc900",
818
- "inactive": "#D3D3D3"
819
- },
820
- "opacity": {
821
- "nodeOpacityDefault": 1,
822
- "nodeOpacityInactive": 0.1,
823
- "LinkOpacityDefault": 1,
824
- "LinkOpacityInactive": 0.1
825
- },
826
- "storyNodeFontColor": "#006778",
827
- "storyNodeText": [],
828
- "nodeValueStyle": {
829
- "textBefore": "(",
830
- "textAfter": ")"
831
- },
832
- "data": []
833
- },
834
- "filters": [],
835
- "openModal": true,
836
- "uid": "chart1734726104882",
837
- "visualizationType": "Bar",
838
- "dataDescription": {
839
- "horizontal": false,
840
- "series": false
841
- },
842
- "dataKey": "/wcms/vizdata/NCIPC_Mental_Health/NHIS/NHISFeelingsWorryNervousAnxietyBar.json",
843
- "version": "4.24.10",
844
- "dynamicMarginTop": 0,
845
- "description": "Source: National Health Interview Survey (NHIS). Learn more about NHIS and other <a href=\"https://www.cdc.gov/mental-health/data-research/index.html\">data sources.</a> <br>\nData last updated on MM DD, YYYY. <a href=\"insertlinkhere\">View this dataset</a> on data.cdc.gov.",
846
- "filterIntro": "",
847
- "introText": "The CDC may not have data for all time periods or population groups."
848
- },
849
- "dashboardFilters1736172330815": {
850
- "filters": [],
851
- "filterBehavior": "Filter Change",
852
- "newViz": true,
853
- "openModal": true,
854
- "uid": "dashboardFilters1736172330815",
855
- "type": "dashboardFilters",
856
- "sharedFilterIndexes": [
857
- 0,
858
- 1
859
- ],
860
- "visualizationType": "dashboardFilters"
861
- }
862
- },
863
- "rows": [
864
- {
865
- "columns": [
866
- {
867
- "width": 12,
868
- "widget": "dashboardFilters1736172330815"
869
- }
870
- ],
871
- "uuid": 1736172327656
872
- },
873
- {
874
- "columns": [
875
- {
876
- "width": 12,
877
- "widget": "chart1734726104882"
878
- }
879
- ],
880
- "uuid": 1736172327656
881
- }
882
- ],
883
- "label": "Age",
884
- "type": "dashboard",
885
- "version": "4.25.1",
886
- "migrations": {
887
- "addColorMigration": true
888
- }
889
- },
890
- {
891
- "dashboard": {
892
- "sharedFilters": [
893
- {
894
- "key": "Select Year:",
895
- "showDropdown": true,
896
- "values": [
897
- "2023",
898
- "2022",
899
- "2021",
900
- "2020",
901
- "2019"
902
- ],
903
- "type": "datafilter",
904
- "columnName": "Year",
905
- "usedBy": [
906
- "chart1734726166886"
907
- ],
908
- "setByQueryParameter": "NHISFeelingsWorryNervousAnxietyBar_year",
909
- "tier": 1,
910
- "orderedValues": [
911
- "2023",
912
- "2022",
913
- "2021",
914
- "2020",
915
- "2019"
916
- ],
917
- "order": "desc"
918
- },
919
- {
920
- "key": "New Dashboard Filter 2",
921
- "showDropdown": true,
922
- "values": [
923
- "Sex",
924
- "Age",
925
- "RaceEthnicity",
926
- "Total"
927
- ],
928
- "type": "datafilter",
929
- "columnName": "Demographics_Type",
930
- "usedBy": [
931
- "chart1734726166886"
932
- ],
933
- "tier": 1,
934
- "orderedValues": [
935
- "Sex",
936
- "Age",
937
- "RaceEthnicity",
938
- "Total"
939
- ],
940
- "order": "cust"
941
- }
942
- ]
943
- },
944
- "visualizations": {
945
- "chart1734726166886": {
946
- "annotations": [],
947
- "type": "chart",
948
- "debugSvg": false,
949
- "chartMessage": {
950
- "noData": "No Data Available"
951
- },
952
- "title": "",
953
- "showTitle": true,
954
- "showDownloadMediaButton": false,
955
- "theme": "theme-blue",
956
- "animate": false,
957
- "fontSize": "medium",
958
- "lineDatapointStyle": "hover",
959
- "lineDatapointColor": "Same as Line",
960
- "barHasBorder": "false",
961
- "isLollipopChart": false,
962
- "lollipopShape": "circle",
963
- "lollipopColorStyle": "two-tone",
964
- "visualizationSubType": "regular",
965
- "barStyle": "",
966
- "roundingStyle": "standard",
967
- "tipRounding": "top",
968
- "isResponsiveTicks": false,
969
- "general": {
970
- "annotationDropdownText": "Annotations",
971
- "showDownloadButton": false,
972
- "showMissingDataLabel": false,
973
- "showSuppressedSymbol": true,
974
- "showZeroValueData": true,
975
- "hideNullValue": true
976
- },
977
- "padding": {
978
- "left": 5,
979
- "right": 5
980
- },
981
- "preliminaryData": [],
982
- "yAxis": {
983
- "hideAxis": true,
984
- "displayNumbersOnBar": false,
985
- "hideLabel": false,
986
- "hideTicks": true,
987
- "size": 50,
988
- "gridLines": true,
989
- "enablePadding": false,
990
- "min": "1",
991
- "max": "40",
992
- "labelColor": "#333",
993
- "tickLabelColor": "#333",
994
- "tickColor": "#333",
995
- "rightHideAxis": false,
996
- "rightAxisSize": 0,
997
- "rightLabel": "",
998
- "rightLabelOffsetSize": 0,
999
- "rightAxisLabelColor": "#333",
1000
- "rightAxisTickLabelColor": "#333",
1001
- "rightAxisTickColor": "#333",
1002
- "numTicks": "4",
1003
- "axisPadding": 0,
1004
- "scalePadding": 10,
1005
- "tickRotation": 0,
1006
- "anchors": [],
1007
- "shoMissingDataLabel": true,
1008
- "showMissingDataLine": true,
1009
- "categories": []
1010
- },
1011
- "boxplot": {
1012
- "plots": [],
1013
- "borders": "true",
1014
- "plotOutlierValues": false,
1015
- "plotNonOutlierValues": true,
1016
- "labels": {
1017
- "q1": "Lower Quartile",
1018
- "q2": "q2",
1019
- "q3": "Upper Quartile",
1020
- "q4": "q4",
1021
- "minimum": "Minimum",
1022
- "maximum": "Maximum",
1023
- "mean": "Mean",
1024
- "median": "Median",
1025
- "sd": "Standard Deviation",
1026
- "iqr": "Interquartile Range",
1027
- "count": "Count",
1028
- "outliers": "Outliers",
1029
- "values": "Values",
1030
- "lowerBounds": "Lower Bounds",
1031
- "upperBounds": "Upper Bounds"
1032
- }
1033
- },
1034
- "topAxis": {
1035
- "hasLine": false
1036
- },
1037
- "isLegendValue": false,
1038
- "barThickness": "0.35",
1039
- "barHeight": 25,
1040
- "barSpace": 15,
1041
- "heights": {
1042
- "vertical": 300,
1043
- "horizontal": 750
1044
- },
1045
- "xAxis": {
1046
- "sortDates": false,
1047
- "anchors": [],
1048
- "type": "categorical",
1049
- "showTargetLabel": true,
1050
- "targetLabel": "Target",
1051
- "hideAxis": false,
1052
- "hideLabel": false,
1053
- "hideTicks": false,
1054
- "size": 75,
1055
- "tickRotation": 0,
1056
- "min": "",
1057
- "max": "",
1058
- "labelColor": "#333",
1059
- "tickLabelColor": "#333",
1060
- "tickColor": "#333",
1061
- "numTicks": "",
1062
- "labelOffset": 0,
1063
- "axisPadding": 200,
1064
- "target": 0,
1065
- "maxTickRotation": 0,
1066
- "padding": 5,
1067
- "showYearsOnce": false,
1068
- "sortByRecentDate": false,
1069
- "dataKey": "Demographics_Value",
1070
- "axisBBox": 42.36000061035156,
1071
- "tickWidthMax": 96
1072
- },
1073
- "table": {
1074
- "label": "Data Table",
1075
- "expanded": false,
1076
- "limitHeight": false,
1077
- "height": "",
1078
- "caption": "",
1079
- "showDownloadUrl": false,
1080
- "showDataTableLink": false,
1081
- "showDownloadLinkBelow": true,
1082
- "indexLabel": "Sex",
1083
- "download": true,
1084
- "showVertical": true,
1085
- "dateDisplayFormat": "",
1086
- "showMissingDataLabel": true,
1087
- "showSuppressedSymbol": true,
1088
- "show": true,
1089
- "collapsible": true
1090
- },
1091
- "orientation": "vertical",
1092
- "color": "pinkpurple",
1093
- "columns": {
1094
- "Confidence_Interval_Formatted": {
1095
- "label": "Percent of Adults (95% CI)",
1096
- "dataTable": true,
1097
- "tooltips": false,
1098
- "prefix": "",
1099
- "suffix": "",
1100
- "forestPlot": false,
1101
- "startingPoint": "0",
1102
- "forestPlotAlignRight": false,
1103
- "roundToPlace": 0,
1104
- "commas": false,
1105
- "showInViz": false,
1106
- "forestPlotStartingPoint": 0,
1107
- "name": "Confidence_Interval_Formatted"
1108
- }
1109
- },
1110
- "legend": {
1111
- "hide": true,
1112
- "behavior": "isolate",
1113
- "axisAlign": true,
1114
- "singleRow": true,
1115
- "colorCode": "",
1116
- "reverseLabelOrder": false,
1117
- "description": "",
1118
- "dynamicLegend": false,
1119
- "dynamicLegendDefaultText": "Show All",
1120
- "dynamicLegendItemLimit": 5,
1121
- "dynamicLegendItemLimitMessage": "Dynamic Legend Item Limit Hit.",
1122
- "dynamicLegendChartMessage": "Select Options from the Legend",
1123
- "label": "",
1124
- "lineMode": false,
1125
- "verticalSorted": false,
1126
- "highlightOnHover": false,
1127
- "hideSuppressedLabels": false,
1128
- "hideSuppressionLink": false,
1129
- "seriesHighlight": [],
1130
- "style": "circles",
1131
- "subStyle": "linear blocks",
1132
- "tickRotation": "",
1133
- "hideBorder": {
1134
- "side": false,
1135
- "topBottom": true
1136
- },
1137
- "position": "right"
1138
- },
1139
- "brush": {
1140
- "height": 45,
1141
- "active": false
1142
- },
1143
- "exclusions": {
1144
- "active": false,
1145
- "keys": []
1146
- },
1147
- "palette": "qualitative-bold",
1148
- "isPaletteReversed": false,
1149
- "twoColor": {
1150
- "palette": "monochrome-1",
1151
- "isPaletteReversed": false
1152
- },
1153
- "labels": false,
1154
- "dataFormat": {
1155
- "commas": false,
1156
- "prefix": "",
1157
- "suffix": "% of adults",
1158
- "abbreviated": true,
1159
- "bottomSuffix": "",
1160
- "bottomPrefix": "",
1161
- "bottomAbbreviated": false,
1162
- "roundTo": "1",
1163
- "onlyShowTopPrefixSuffix": true
1164
- },
1165
- "confidenceKeys": {
1166
- "upper": "High_Confidence_Interval",
1167
- "lower": "Low_Confidence_Interval"
1168
- },
1169
- "visual": {
1170
- "border": true,
1171
- "accent": true,
1172
- "background": true,
1173
- "verticalHoverLine": false,
1174
- "horizontalHoverLine": false
1175
- },
1176
- "useLogScale": false,
1177
- "filterBehavior": "Filter Change",
1178
- "highlightedBarValues": [],
1179
- "series": [
1180
- {
1181
- "dataKey": "Percent",
1182
- "type": "Bar",
1183
- "axis": "Left",
1184
- "tooltip": true,
1185
- "name": "Percent of Adults"
1186
- }
1187
- ],
1188
- "tooltips": {
1189
- "opacity": 90,
1190
- "singleSeries": false,
1191
- "dateDisplayFormat": ""
1192
- },
1193
- "forestPlot": {
1194
- "startAt": 0,
1195
- "colors": {
1196
- "line": "",
1197
- "shape": ""
1198
- },
1199
- "lineOfNoEffect": {
1200
- "show": true
1201
- },
1202
- "type": "",
1203
- "pooledResult": {
1204
- "diamondHeight": 5,
1205
- "column": ""
1206
- },
1207
- "estimateField": "",
1208
- "estimateRadius": "",
1209
- "shape": "square",
1210
- "rowHeight": 20,
1211
- "description": {
1212
- "show": true,
1213
- "text": "description",
1214
- "location": 0
1215
- },
1216
- "result": {
1217
- "show": true,
1218
- "text": "result",
1219
- "location": 100
1220
- },
1221
- "radius": {
1222
- "min": 2,
1223
- "max": 10,
1224
- "scalingColumn": ""
1225
- },
1226
- "regression": {
1227
- "lower": 0,
1228
- "upper": 0,
1229
- "estimateField": 0
1230
- },
1231
- "leftWidthOffset": 0,
1232
- "rightWidthOffset": 0,
1233
- "showZeroLine": false,
1234
- "leftLabel": "",
1235
- "rightLabel": ""
1236
- },
1237
- "area": {
1238
- "isStacked": false
1239
- },
1240
- "sankey": {
1241
- "title": {
1242
- "defaultColor": "black"
1243
- },
1244
- "iterations": 1,
1245
- "rxValue": 0.9,
1246
- "overallSize": {
1247
- "width": 900,
1248
- "height": 700
1249
- },
1250
- "margin": {
1251
- "margin_y": 25,
1252
- "margin_x": 0
1253
- },
1254
- "nodeSize": {
1255
- "nodeWidth": 26,
1256
- "nodeHeight": 40
1257
- },
1258
- "nodePadding": 55,
1259
- "nodeFontColor": "black",
1260
- "nodeColor": {
1261
- "default": "#ff8500",
1262
- "inactive": "#808080"
1263
- },
1264
- "linkColor": {
1265
- "default": "#ffc900",
1266
- "inactive": "#D3D3D3"
1267
- },
1268
- "opacity": {
1269
- "nodeOpacityDefault": 1,
1270
- "nodeOpacityInactive": 0.1,
1271
- "LinkOpacityDefault": 1,
1272
- "LinkOpacityInactive": 0.1
1273
- },
1274
- "storyNodeFontColor": "#006778",
1275
- "storyNodeText": [],
1276
- "nodeValueStyle": {
1277
- "textBefore": "(",
1278
- "textAfter": ")"
1279
- },
1280
- "data": []
1281
- },
1282
- "filters": [],
1283
- "openModal": true,
1284
- "uid": "chart1734726166886",
1285
- "visualizationType": "Bar",
1286
- "dataDescription": {
1287
- "horizontal": false,
1288
- "series": false
1289
- },
1290
- "dataKey": "/wcms/vizdata/NCIPC_Mental_Health/NHIS/NHISFeelingsWorryNervousAnxietyBar.json",
1291
- "version": "4.24.10",
1292
- "dynamicMarginTop": 0,
1293
- "description": "Source: National Health Interview Survey (NHIS). Learn more about NHIS and other <a href=\"https://www.cdc.gov/mental-health/data-research/index.html\">data sources.</a> <br>\nData last updated on MM DD, YYYY. <a href=\"insertlinkhere\">View this dataset</a> on data.cdc.gov.",
1294
- "filterIntro": "",
1295
- "introText": "The CDC may not have data for all time periods or population groups."
1296
- },
1297
- "dashboardFilters1736172360804": {
1298
- "filters": [],
1299
- "filterBehavior": "Filter Change",
1300
- "newViz": true,
1301
- "openModal": true,
1302
- "uid": "dashboardFilters1736172360804",
1303
- "type": "dashboardFilters",
1304
- "sharedFilterIndexes": [
1305
- 0,
1306
- 1
1307
- ],
1308
- "visualizationType": "dashboardFilters"
1309
- }
1310
- },
1311
- "rows": [
1312
- {
1313
- "columns": [
1314
- {
1315
- "width": 12,
1316
- "widget": "dashboardFilters1736172360804"
1317
- }
1318
- ],
1319
- "uuid": 1736172357973
1320
- },
1321
- {
1322
- "columns": [
1323
- {
1324
- "width": 12,
1325
- "widget": "chart1734726166886"
1326
- }
1327
- ],
1328
- "uuid": 1736172357973
1329
- }
1330
- ],
1331
- "label": "Sex",
1332
- "type": "dashboard",
1333
- "version": "4.25.1",
1334
- "migrations": {
1335
- "addColorMigration": true
1336
- }
1337
- },
1338
- {
1339
- "dashboard": {
1340
- "sharedFilters": [
1341
- {
1342
- "key": "Select Year:",
1343
- "showDropdown": true,
1344
- "values": [
1345
- "2023",
1346
- "2022",
1347
- "2021",
1348
- "2020",
1349
- "2019"
1350
- ],
1351
- "type": "datafilter",
1352
- "columnName": "Year",
1353
- "usedBy": [
1354
- "chart1734726222710"
1355
- ],
1356
- "setByQueryParameter": "NHISFeelingsWorryNervousAnxietyBar_year",
1357
- "tier": 1,
1358
- "orderedValues": [
1359
- "2023",
1360
- "2022",
1361
- "2021",
1362
- "2020",
1363
- "2019"
1364
- ],
1365
- "order": "desc"
1366
- },
1367
- {
1368
- "key": "New Dashboard Filter 2",
1369
- "showDropdown": true,
1370
- "values": [
1371
- "Total",
1372
- "RaceEthnicity",
1373
- "Age",
1374
- "Sex"
1375
- ],
1376
- "type": "datafilter",
1377
- "columnName": "Demographics_Type",
1378
- "usedBy": [
1379
- "chart1734726222710"
1380
- ],
1381
- "tier": 1,
1382
- "orderedValues": [
1383
- "Total",
1384
- "RaceEthnicity",
1385
- "Age",
1386
- "Sex"
1387
- ],
1388
- "order": "cust"
1389
- }
1390
- ]
1391
- },
1392
- "visualizations": {
1393
- "chart1734726222710": {
1394
- "annotations": [],
1395
- "type": "chart",
1396
- "debugSvg": false,
1397
- "chartMessage": {
1398
- "noData": "No Data Available"
1399
- },
1400
- "title": "",
1401
- "showTitle": true,
1402
- "showDownloadMediaButton": false,
1403
- "theme": "theme-blue",
1404
- "animate": false,
1405
- "fontSize": "medium",
1406
- "lineDatapointStyle": "hover",
1407
- "lineDatapointColor": "Same as Line",
1408
- "barHasBorder": "false",
1409
- "isLollipopChart": false,
1410
- "lollipopShape": "circle",
1411
- "lollipopColorStyle": "two-tone",
1412
- "visualizationSubType": "regular",
1413
- "barStyle": "",
1414
- "roundingStyle": "standard",
1415
- "tipRounding": "top",
1416
- "isResponsiveTicks": false,
1417
- "general": {
1418
- "annotationDropdownText": "Annotations",
1419
- "showDownloadButton": false,
1420
- "showMissingDataLabel": false,
1421
- "showSuppressedSymbol": true,
1422
- "showZeroValueData": true,
1423
- "hideNullValue": true
1424
- },
1425
- "padding": {
1426
- "left": 5,
1427
- "right": 5
1428
- },
1429
- "preliminaryData": [],
1430
- "yAxis": {
1431
- "hideAxis": true,
1432
- "displayNumbersOnBar": false,
1433
- "hideLabel": false,
1434
- "hideTicks": true,
1435
- "size": 50,
1436
- "gridLines": true,
1437
- "enablePadding": false,
1438
- "min": "1",
1439
- "max": "40",
1440
- "labelColor": "#333",
1441
- "tickLabelColor": "#333",
1442
- "tickColor": "#333",
1443
- "rightHideAxis": false,
1444
- "rightAxisSize": 0,
1445
- "rightLabel": "",
1446
- "rightLabelOffsetSize": 0,
1447
- "rightAxisLabelColor": "#333",
1448
- "rightAxisTickLabelColor": "#333",
1449
- "rightAxisTickColor": "#333",
1450
- "numTicks": "4",
1451
- "axisPadding": 0,
1452
- "scalePadding": 10,
1453
- "tickRotation": 0,
1454
- "anchors": [],
1455
- "shoMissingDataLabel": true,
1456
- "showMissingDataLine": true,
1457
- "categories": []
1458
- },
1459
- "boxplot": {
1460
- "plots": [],
1461
- "borders": "true",
1462
- "plotOutlierValues": false,
1463
- "plotNonOutlierValues": true,
1464
- "labels": {
1465
- "q1": "Lower Quartile",
1466
- "q2": "q2",
1467
- "q3": "Upper Quartile",
1468
- "q4": "q4",
1469
- "minimum": "Minimum",
1470
- "maximum": "Maximum",
1471
- "mean": "Mean",
1472
- "median": "Median",
1473
- "sd": "Standard Deviation",
1474
- "iqr": "Interquartile Range",
1475
- "count": "Count",
1476
- "outliers": "Outliers",
1477
- "values": "Values",
1478
- "lowerBounds": "Lower Bounds",
1479
- "upperBounds": "Upper Bounds"
1480
- }
1481
- },
1482
- "topAxis": {
1483
- "hasLine": false
1484
- },
1485
- "isLegendValue": false,
1486
- "barThickness": "0.70",
1487
- "barHeight": 25,
1488
- "barSpace": 15,
1489
- "heights": {
1490
- "vertical": 300,
1491
- "horizontal": 750
1492
- },
1493
- "xAxis": {
1494
- "sortDates": false,
1495
- "anchors": [],
1496
- "type": "categorical",
1497
- "showTargetLabel": true,
1498
- "targetLabel": "Target",
1499
- "hideAxis": false,
1500
- "hideLabel": false,
1501
- "hideTicks": false,
1502
- "size": 75,
1503
- "tickRotation": "30",
1504
- "min": "",
1505
- "max": "",
1506
- "labelColor": "#333",
1507
- "tickLabelColor": "#333",
1508
- "tickColor": "#333",
1509
- "numTicks": "",
1510
- "labelOffset": 0,
1511
- "axisPadding": 200,
1512
- "target": 0,
1513
- "maxTickRotation": 0,
1514
- "padding": 5,
1515
- "showYearsOnce": false,
1516
- "sortByRecentDate": false,
1517
- "dataKey": "Demographics_Value",
1518
- "axisBBox": 65.24746704101562,
1519
- "tickWidthMax": 96
1520
- },
1521
- "table": {
1522
- "label": "Data Table",
1523
- "expanded": false,
1524
- "limitHeight": false,
1525
- "height": "",
1526
- "caption": "",
1527
- "showDownloadUrl": false,
1528
- "showDataTableLink": false,
1529
- "showDownloadLinkBelow": true,
1530
- "indexLabel": "Race/Ethnicity",
1531
- "download": true,
1532
- "showVertical": true,
1533
- "dateDisplayFormat": "",
1534
- "showMissingDataLabel": true,
1535
- "showSuppressedSymbol": true,
1536
- "show": true,
1537
- "collapsible": true
1538
- },
1539
- "orientation": "vertical",
1540
- "color": "pinkpurple",
1541
- "columns": {
1542
- "Confidence_Interval_Formatted": {
1543
- "label": "Percent of Adults (95% CI)",
1544
- "dataTable": true,
1545
- "tooltips": false,
1546
- "prefix": "",
1547
- "suffix": "",
1548
- "forestPlot": false,
1549
- "startingPoint": "0",
1550
- "forestPlotAlignRight": false,
1551
- "roundToPlace": 0,
1552
- "commas": false,
1553
- "showInViz": false,
1554
- "forestPlotStartingPoint": 0,
1555
- "name": "Confidence_Interval_Formatted"
1556
- }
1557
- },
1558
- "legend": {
1559
- "hide": true,
1560
- "behavior": "isolate",
1561
- "axisAlign": true,
1562
- "singleRow": true,
1563
- "colorCode": "",
1564
- "reverseLabelOrder": false,
1565
- "description": "",
1566
- "dynamicLegend": false,
1567
- "dynamicLegendDefaultText": "Show All",
1568
- "dynamicLegendItemLimit": 5,
1569
- "dynamicLegendItemLimitMessage": "Dynamic Legend Item Limit Hit.",
1570
- "dynamicLegendChartMessage": "Select Options from the Legend",
1571
- "label": "",
1572
- "lineMode": false,
1573
- "verticalSorted": false,
1574
- "highlightOnHover": false,
1575
- "hideSuppressedLabels": false,
1576
- "hideSuppressionLink": false,
1577
- "seriesHighlight": [],
1578
- "style": "circles",
1579
- "subStyle": "linear blocks",
1580
- "tickRotation": "",
1581
- "hideBorder": {
1582
- "side": false,
1583
- "topBottom": true
1584
- },
1585
- "position": "right"
1586
- },
1587
- "brush": {
1588
- "height": 45,
1589
- "active": false
1590
- },
1591
- "exclusions": {
1592
- "active": false,
1593
- "keys": []
1594
- },
1595
- "palette": "qualitative-bold",
1596
- "isPaletteReversed": false,
1597
- "twoColor": {
1598
- "palette": "monochrome-1",
1599
- "isPaletteReversed": false
1600
- },
1601
- "labels": false,
1602
- "dataFormat": {
1603
- "commas": false,
1604
- "prefix": "",
1605
- "suffix": "% of adults",
1606
- "abbreviated": true,
1607
- "bottomSuffix": "",
1608
- "bottomPrefix": "",
1609
- "bottomAbbreviated": false,
1610
- "roundTo": "1",
1611
- "onlyShowTopPrefixSuffix": true
1612
- },
1613
- "confidenceKeys": {
1614
- "upper": "High_Confidence_Interval",
1615
- "lower": "Low_Confidence_Interval"
1616
- },
1617
- "visual": {
1618
- "border": true,
1619
- "accent": true,
1620
- "background": true,
1621
- "verticalHoverLine": false,
1622
- "horizontalHoverLine": false
1623
- },
1624
- "useLogScale": false,
1625
- "filterBehavior": "Filter Change",
1626
- "highlightedBarValues": [],
1627
- "series": [
1628
- {
1629
- "dataKey": "Percent",
1630
- "type": "Bar",
1631
- "axis": "Left",
1632
- "tooltip": true,
1633
- "name": "Percent of Adults"
1634
- }
1635
- ],
1636
- "tooltips": {
1637
- "opacity": 90,
1638
- "singleSeries": false,
1639
- "dateDisplayFormat": ""
1640
- },
1641
- "forestPlot": {
1642
- "startAt": 0,
1643
- "colors": {
1644
- "line": "",
1645
- "shape": ""
1646
- },
1647
- "lineOfNoEffect": {
1648
- "show": true
1649
- },
1650
- "type": "",
1651
- "pooledResult": {
1652
- "diamondHeight": 5,
1653
- "column": ""
1654
- },
1655
- "estimateField": "",
1656
- "estimateRadius": "",
1657
- "shape": "square",
1658
- "rowHeight": 20,
1659
- "description": {
1660
- "show": true,
1661
- "text": "description",
1662
- "location": 0
1663
- },
1664
- "result": {
1665
- "show": true,
1666
- "text": "result",
1667
- "location": 100
1668
- },
1669
- "radius": {
1670
- "min": 2,
1671
- "max": 10,
1672
- "scalingColumn": ""
1673
- },
1674
- "regression": {
1675
- "lower": 0,
1676
- "upper": 0,
1677
- "estimateField": 0
1678
- },
1679
- "leftWidthOffset": 0,
1680
- "rightWidthOffset": 0,
1681
- "showZeroLine": false,
1682
- "leftLabel": "",
1683
- "rightLabel": ""
1684
- },
1685
- "area": {
1686
- "isStacked": false
1687
- },
1688
- "sankey": {
1689
- "title": {
1690
- "defaultColor": "black"
1691
- },
1692
- "iterations": 1,
1693
- "rxValue": 0.9,
1694
- "overallSize": {
1695
- "width": 900,
1696
- "height": 700
1697
- },
1698
- "margin": {
1699
- "margin_y": 25,
1700
- "margin_x": 0
1701
- },
1702
- "nodeSize": {
1703
- "nodeWidth": 26,
1704
- "nodeHeight": 40
1705
- },
1706
- "nodePadding": 55,
1707
- "nodeFontColor": "black",
1708
- "nodeColor": {
1709
- "default": "#ff8500",
1710
- "inactive": "#808080"
1711
- },
1712
- "linkColor": {
1713
- "default": "#ffc900",
1714
- "inactive": "#D3D3D3"
1715
- },
1716
- "opacity": {
1717
- "nodeOpacityDefault": 1,
1718
- "nodeOpacityInactive": 0.1,
1719
- "LinkOpacityDefault": 1,
1720
- "LinkOpacityInactive": 0.1
1721
- },
1722
- "storyNodeFontColor": "#006778",
1723
- "storyNodeText": [],
1724
- "nodeValueStyle": {
1725
- "textBefore": "(",
1726
- "textAfter": ")"
1727
- },
1728
- "data": []
1729
- },
1730
- "filters": [],
1731
- "openModal": true,
1732
- "uid": "chart1734726222710",
1733
- "visualizationType": "Bar",
1734
- "dataDescription": {
1735
- "horizontal": false,
1736
- "series": false
1737
- },
1738
- "dataKey": "/wcms/vizdata/NCIPC_Mental_Health/NHIS/NHISFeelingsWorryNervousAnxietyBar.json",
1739
- "version": "4.24.10",
1740
- "dynamicMarginTop": 0,
1741
- "description": "NH = non-Hispanic, AI/AN = American Indian or Alaska Native, NHOPI = Native Hawaiian or Other Pacific Islander<br><br>\nThis chart contains suppressed data. Data is suppressed to maintain statistical reliability. This occurs when the number of respondents or reported values does not meet the minimum reporting threshold.<br><br>\nSource: National Health Interview Survey (NHIS). Learn more about NHIS and other <a href=\"https://www.cdc.gov/mental-health/data-research/index.html\">data sources.</a> <br>\nData last updated on MM DD, YYYY. <a href=\"insertlinkhere\">View this dataset</a> on data.cdc.gov.",
1742
- "filterIntro": "",
1743
- "introText": "The CDC may not have data for all time periods or population groups."
1744
- },
1745
- "dashboardFilters1736172383581": {
1746
- "filters": [],
1747
- "filterBehavior": "Filter Change",
1748
- "newViz": true,
1749
- "openModal": true,
1750
- "uid": "dashboardFilters1736172383581",
1751
- "type": "dashboardFilters",
1752
- "sharedFilterIndexes": [
1753
- 0,
1754
- 1
1755
- ],
1756
- "visualizationType": "dashboardFilters"
1757
- }
1758
- },
1759
- "rows": [
1760
- {
1761
- "columns": [
1762
- {
1763
- "width": 12,
1764
- "widget": "dashboardFilters1736172383581"
1765
- }
1766
- ],
1767
- "uuid": 1736172381608
1768
- },
1769
- {
1770
- "columns": [
1771
- {
1772
- "width": 12,
1773
- "widget": "chart1734726222710"
1774
- }
1775
- ],
1776
- "uuid": 1736172381608
1777
- }
1778
- ],
1779
- "label": "Race/Ethnicity",
1780
- "type": "dashboard",
1781
- "version": "4.25.1",
1782
- "migrations": {
1783
- "addColorMigration": true
1784
- }
1785
- }
1786
- ],
1787
- "uuid": 1737724126625,
1788
- "migrations": {
1789
- "addColorMigration": true
1790
- },
1791
- "runtime": {}
1792
- }