@cdc/dashboard 4.25.3 → 4.25.6-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 (63) hide show
  1. package/Dynamic_Data.md +79 -0
  2. package/Override_Data.md +39 -0
  3. package/dist/cdcdashboard.js +76052 -77984
  4. package/examples/legend-issue-data.json +1874 -0
  5. package/examples/legend-issue.json +749 -0
  6. package/examples/map.json +628 -0
  7. package/examples/special-classes.json +54340 -0
  8. package/index.html +1 -26
  9. package/package.json +10 -15
  10. package/src/CdcDashboardComponent.tsx +65 -216
  11. package/src/_stories/Dashboard.stories.tsx +2 -0
  12. package/src/_stories/_mock/api-filter-map.json +43 -1
  13. package/src/components/CollapsibleVisualizationRow.tsx +4 -6
  14. package/src/components/DashboardEditors.tsx +143 -0
  15. package/src/components/DashboardFilters/DashboardFilters.tsx +205 -205
  16. package/src/components/DashboardFilters/DashboardFiltersEditor/DashboardFiltersEditor.tsx +286 -287
  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 +93 -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 +61 -62
  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,2406 +0,0 @@
1
- {
2
- "annotations": [],
3
- "general": {
4
- "geoType": "us",
5
- "noStateFoundMessage": "Map Unavailable",
6
- "annotationDropdownText": "Annotations",
7
- "geoBorderColor": "darkGray",
8
- "headerColor": "theme-blue",
9
- "title": "",
10
- "showTitle": true,
11
- "showSidebar": true,
12
- "showDownloadButton": true,
13
- "showDownloadMediaButton": false,
14
- "displayAsHex": false,
15
- "displayStateLabels": false,
16
- "territoriesLabel": "Territories",
17
- "territoriesAlwaysShow": false,
18
- "language": "en",
19
- "geoLabelOverride": "",
20
- "hasRegions": false,
21
- "fullBorder": false,
22
- "type": "map",
23
- "convertFipsCodes": true,
24
- "palette": {
25
- "isReversed": false
26
- },
27
- "allowMapZoom": true,
28
- "hideGeoColumnInTooltip": true,
29
- "hidePrimaryColumnInTooltip": true,
30
- "statePicked": {
31
- "fipsCode": "01",
32
- "stateName": "Alabama"
33
- },
34
- "expandDataTable": false,
35
- "equalNumberOptIn": true
36
- },
37
- "type": "map",
38
- "color": "sequential-blue-2(MPX)",
39
- "columns": {
40
- "geo": {
41
- "name": "State",
42
- "label": "Location",
43
- "tooltip": false,
44
- "dataTable": true
45
- },
46
- "primary": {
47
- "dataTable": false,
48
- "tooltip": false,
49
- "prefix": "",
50
- "suffix": "",
51
- "name": "Number",
52
- "label": "",
53
- "roundToPlace": "1",
54
- "useCommas": true
55
- },
56
- "navigate": {
57
- "name": ""
58
- },
59
- "latitude": {
60
- "name": ""
61
- },
62
- "longitude": {
63
- "name": ""
64
- },
65
- "additionalColumn1": {
66
- "label": "",
67
- "dataTable": true,
68
- "tooltips": false,
69
- "prefix": "",
70
- "suffix": "",
71
- "name": "Number",
72
- "tooltip": true,
73
- "useCommas": true
74
- },
75
- "additionalColumn2": {
76
- "label": "New Column",
77
- "dataTable": true,
78
- "tooltips": false,
79
- "prefix": "",
80
- "suffix": "",
81
- "name": "Ranges"
82
- }
83
- },
84
- "legend": {
85
- "descriptions": {
86
- "0,0": [
87
- "National Rate: 3,301"
88
- ],
89
- "0,1": [
90
- "National: 457 Clinics"
91
- ]
92
- },
93
- "specialClasses": [
94
- {
95
- "key": "Ranges",
96
- "value": "0 Clinics"
97
- }
98
- ],
99
- "unified": false,
100
- "singleColumn": true,
101
- "singleRow": false,
102
- "verticalSorted": false,
103
- "showSpecialClassesLast": false,
104
- "dynamicDescription": true,
105
- "type": "equalnumber",
106
- "numberOfItems": 3,
107
- "position": "side",
108
- "title": "",
109
- "style": "circles",
110
- "subStyle": "linear blocks",
111
- "tickRotation": "",
112
- "singleColumnLegend": false,
113
- "hideBorder": false,
114
- "categoryValuesOrder": [
115
- "1-3 Clinics",
116
- "4-5 Clinics",
117
- "6-10 Clinics",
118
- "11-85 Clinics"
119
- ],
120
- "separateZero": true
121
- },
122
- "filters": [
123
- {
124
- "order": "asc",
125
- "label": "Select a Measure",
126
- "columnName": "Categories",
127
- "values": [
128
- "ART procedures per 1 million women aged 15–49 years ",
129
- "Number of ART clinics "
130
- ],
131
- "active": "ART procedures per 1 million women aged 15–49 years ",
132
- "filterStyle": "dropdown"
133
- }
134
- ],
135
- "table": {
136
- "wrapColumns": false,
137
- "label": "Data Table",
138
- "expanded": false,
139
- "limitHeight": false,
140
- "height": "",
141
- "caption": "",
142
- "showDownloadUrl": false,
143
- "showDataTableLink": false,
144
- "showFullGeoNameInCSV": false,
145
- "forceDisplay": true,
146
- "download": true,
147
- "indexLabel": "",
148
- "showDownloadLinkBelow": true
149
- },
150
- "tooltips": {
151
- "appearanceType": "hover",
152
- "linkLabel": "Learn More",
153
- "capitalizeLabels": true,
154
- "opacity": 90
155
- },
156
- "runtime": {
157
- "editorErrorMessage": []
158
- },
159
- "visual": {
160
- "minBubbleSize": 1,
161
- "maxBubbleSize": 20,
162
- "extraBubbleBorder": false,
163
- "cityStyle": "circle",
164
- "cityStyleLabel": "",
165
- "showBubbleZeros": false,
166
- "additionalCityStyles": [],
167
- "geoCodeCircleSize": 8
168
- },
169
- "mapPosition": {
170
- "coordinates": [
171
- 0,
172
- 30
173
- ],
174
- "zoom": 1
175
- },
176
- "map": {
177
- "layers": [],
178
- "patterns": []
179
- },
180
- "hexMap": {
181
- "type": "",
182
- "shapeGroups": [
183
- {
184
- "legendTitle": "",
185
- "legendDescription": "",
186
- "items": [
187
- {
188
- "key": "",
189
- "shape": "Arrow Up",
190
- "column": "",
191
- "operator": "=",
192
- "value": ""
193
- }
194
- ]
195
- }
196
- ]
197
- },
198
- "filterBehavior": "Filter Change",
199
- "filterIntro": "",
200
- "openModal": true,
201
- "uid": "map1729105770677",
202
- "dataDescription": {
203
- "horizontal": false,
204
- "series": true,
205
- "singleRow": true
206
- },
207
- "dataKey": "tab-1-map.csv",
208
- "version": "4.24.10",
209
- "editor": {
210
- "activeFilterValueForDescription": [
211
- 0,
212
- 0
213
- ]
214
- },
215
- "formattedData": [
216
- {
217
- "State": "Wyoming",
218
- "Number": 0,
219
- "Categories": "Number of ART clinics ",
220
- "Ranges": "0 Clinics",
221
- "Legend Group": "A"
222
- },
223
- {
224
- "State": "Alaska",
225
- "Number": 1,
226
- "Categories": "Number of ART clinics ",
227
- "Ranges": "1–3 Clinics",
228
- "Legend Group": "B"
229
- },
230
- {
231
- "State": "Arkansas",
232
- "Number": 1,
233
- "Categories": "Number of ART clinics ",
234
- "Ranges": "1–3 Clinics",
235
- "Legend Group": "B"
236
- },
237
- {
238
- "State": "Delaware",
239
- "Number": 2,
240
- "Categories": "Number of ART clinics ",
241
- "Ranges": "1–3 Clinics",
242
- "Legend Group": "B"
243
- },
244
- {
245
- "State": "District of Columbia",
246
- "Number": 2,
247
- "Categories": "Number of ART clinics ",
248
- "Ranges": "1–3 Clinics",
249
- "Legend Group": "B"
250
- },
251
- {
252
- "State": "Idaho",
253
- "Number": 1,
254
- "Categories": "Number of ART clinics ",
255
- "Ranges": "1–3 Clinics",
256
- "Legend Group": "B"
257
- },
258
- {
259
- "State": "Iowa",
260
- "Number": 2,
261
- "Categories": "Number of ART clinics ",
262
- "Ranges": "1–3 Clinics",
263
- "Legend Group": "B"
264
- },
265
- {
266
- "State": "Maine",
267
- "Number": 1,
268
- "Categories": "Number of ART clinics ",
269
- "Ranges": "1–3 Clinics",
270
- "Legend Group": "B"
271
- },
272
- {
273
- "State": "Mississippi",
274
- "Number": 3,
275
- "Categories": "Number of ART clinics ",
276
- "Ranges": "1–3 Clinics",
277
- "Legend Group": "B"
278
- },
279
- {
280
- "State": "Montana",
281
- "Number": 1,
282
- "Categories": "Number of ART clinics ",
283
- "Ranges": "1–3 Clinics",
284
- "Legend Group": "B"
285
- },
286
- {
287
- "State": "Nebraska",
288
- "Number": 2,
289
- "Categories": "Number of ART clinics ",
290
- "Ranges": "1–3 Clinics",
291
- "Legend Group": "B"
292
- },
293
- {
294
- "State": "New Hampshire",
295
- "Number": 1,
296
- "Categories": "Number of ART clinics ",
297
- "Ranges": "1–3 Clinics",
298
- "Legend Group": "B"
299
- },
300
- {
301
- "State": "New Mexico",
302
- "Number": 2,
303
- "Categories": "Number of ART clinics ",
304
- "Ranges": "1–3 Clinics",
305
- "Legend Group": "B"
306
- },
307
- {
308
- "State": "North Dakota",
309
- "Number": 1,
310
- "Categories": "Number of ART clinics ",
311
- "Ranges": "1–3 Clinics",
312
- "Legend Group": "B"
313
- },
314
- {
315
- "State": "Oklahoma",
316
- "Number": 3,
317
- "Categories": "Number of ART clinics ",
318
- "Ranges": "1–3 Clinics",
319
- "Legend Group": "B"
320
- },
321
- {
322
- "State": "Puerto Rico",
323
- "Number": 3,
324
- "Categories": "Number of ART clinics ",
325
- "Ranges": "1–3 Clinics",
326
- "Legend Group": "B"
327
- },
328
- {
329
- "State": "Rhode Island",
330
- "Number": 1,
331
- "Categories": "Number of ART clinics ",
332
- "Ranges": "1–3 Clinics",
333
- "Legend Group": "B"
334
- },
335
- {
336
- "State": "South Dakota",
337
- "Number": 1,
338
- "Categories": "Number of ART clinics ",
339
- "Ranges": "1–3 Clinics",
340
- "Legend Group": "B"
341
- },
342
- {
343
- "State": "Vermont",
344
- "Number": 2,
345
- "Categories": "Number of ART clinics ",
346
- "Ranges": "1–3 Clinics",
347
- "Legend Group": "B"
348
- },
349
- {
350
- "State": "West Virginia",
351
- "Number": 2,
352
- "Categories": "Number of ART clinics ",
353
- "Ranges": "1–3 Clinics",
354
- "Legend Group": "B"
355
- },
356
- {
357
- "State": "Alabama",
358
- "Number": 5,
359
- "Categories": "Number of ART clinics ",
360
- "Ranges": "4–5 Clinics",
361
- "Legend Group": "C"
362
- },
363
- {
364
- "State": "Hawaii",
365
- "Number": 5,
366
- "Categories": "Number of ART clinics ",
367
- "Ranges": "4–5 Clinics",
368
- "Legend Group": "C"
369
- },
370
- {
371
- "State": "Kansas",
372
- "Number": 5,
373
- "Categories": "Number of ART clinics ",
374
- "Ranges": "4–5 Clinics",
375
- "Legend Group": "C"
376
- },
377
- {
378
- "State": "Kentucky",
379
- "Number": 4,
380
- "Categories": "Number of ART clinics ",
381
- "Ranges": "4–5 Clinics",
382
- "Legend Group": "C"
383
- },
384
- {
385
- "State": "Louisiana",
386
- "Number": 4,
387
- "Categories": "Number of ART clinics ",
388
- "Ranges": "4–5 Clinics",
389
- "Legend Group": "C"
390
- },
391
- {
392
- "State": "Maryland",
393
- "Number": 5,
394
- "Categories": "Number of ART clinics ",
395
- "Ranges": "4–5 Clinics",
396
- "Legend Group": "C"
397
- },
398
- {
399
- "State": "Oregon",
400
- "Number": 4,
401
- "Categories": "Number of ART clinics ",
402
- "Ranges": "4–5 Clinics",
403
- "Legend Group": "C"
404
- },
405
- {
406
- "State": "South Carolina",
407
- "Number": 4,
408
- "Categories": "Number of ART clinics ",
409
- "Ranges": "4–5 Clinics",
410
- "Legend Group": "C"
411
- },
412
- {
413
- "State": "Utah",
414
- "Number": 4,
415
- "Categories": "Number of ART clinics ",
416
- "Ranges": "4–5 Clinics",
417
- "Legend Group": "C"
418
- },
419
- {
420
- "State": "Minnesota",
421
- "Number": 6,
422
- "Categories": "Number of ART clinics ",
423
- "Ranges": "6–10 Clinics",
424
- "Legend Group": "D"
425
- },
426
- {
427
- "State": "Nevada",
428
- "Number": 6,
429
- "Categories": "Number of ART clinics ",
430
- "Ranges": "6–10 Clinics",
431
- "Legend Group": "D"
432
- },
433
- {
434
- "State": "Arizona",
435
- "Number": 10,
436
- "Categories": "Number of ART clinics ",
437
- "Ranges": "6–10 Clinics",
438
- "Legend Group": "D"
439
- },
440
- {
441
- "State": "Colorado",
442
- "Number": 8,
443
- "Categories": "Number of ART clinics ",
444
- "Ranges": "6–10 Clinics",
445
- "Legend Group": "D"
446
- },
447
- {
448
- "State": "Connecticut",
449
- "Number": 7,
450
- "Categories": "Number of ART clinics ",
451
- "Ranges": "6–10 Clinics",
452
- "Legend Group": "D"
453
- },
454
- {
455
- "State": "Georgia",
456
- "Number": 10,
457
- "Categories": "Number of ART clinics ",
458
- "Ranges": "6–10 Clinics",
459
- "Legend Group": "D"
460
- },
461
- {
462
- "State": "Indiana",
463
- "Number": 7,
464
- "Categories": "Number of ART clinics ",
465
- "Ranges": "6–10 Clinics",
466
- "Legend Group": "D"
467
- },
468
- {
469
- "State": "Massachusetts",
470
- "Number": 8,
471
- "Categories": "Number of ART clinics ",
472
- "Ranges": "6–10 Clinics",
473
- "Legend Group": "D"
474
- },
475
- {
476
- "State": "Michigan",
477
- "Number": 10,
478
- "Categories": "Number of ART clinics ",
479
- "Ranges": "6–10 Clinics",
480
- "Legend Group": "D"
481
- },
482
- {
483
- "State": "Missouri",
484
- "Number": 9,
485
- "Categories": "Number of ART clinics ",
486
- "Ranges": "6–10 Clinics",
487
- "Legend Group": "D"
488
- },
489
- {
490
- "State": "Ohio",
491
- "Number": 10,
492
- "Categories": "Number of ART clinics ",
493
- "Ranges": "6–10 Clinics",
494
- "Legend Group": "D"
495
- },
496
- {
497
- "State": "Tennessee",
498
- "Number": 8,
499
- "Categories": "Number of ART clinics ",
500
- "Ranges": "6–10 Clinics",
501
- "Legend Group": "D"
502
- },
503
- {
504
- "State": "Wisconsin",
505
- "Number": 6,
506
- "Categories": "Number of ART clinics ",
507
- "Ranges": "6–10 Clinics",
508
- "Legend Group": "D"
509
- },
510
- {
511
- "State": "California",
512
- "Number": 85,
513
- "Categories": "Number of ART clinics ",
514
- "Ranges": "11–85 Clinics",
515
- "Legend Group": "E"
516
- },
517
- {
518
- "State": "Florida",
519
- "Number": 26,
520
- "Categories": "Number of ART clinics ",
521
- "Ranges": "11–85 Clinics",
522
- "Legend Group": "E"
523
- },
524
- {
525
- "State": "Illinois",
526
- "Number": 21,
527
- "Categories": "Number of ART clinics ",
528
- "Ranges": "11–85 Clinics",
529
- "Legend Group": "E"
530
- },
531
- {
532
- "State": "New Jersey",
533
- "Number": 14,
534
- "Categories": "Number of ART clinics ",
535
- "Ranges": "11–85 Clinics",
536
- "Legend Group": "E"
537
- },
538
- {
539
- "State": "New York",
540
- "Number": 44,
541
- "Categories": "Number of ART clinics ",
542
- "Ranges": "11–85 Clinics",
543
- "Legend Group": "E"
544
- },
545
- {
546
- "State": "North Carolina",
547
- "Number": 11,
548
- "Categories": "Number of ART clinics ",
549
- "Ranges": "11–85 Clinics",
550
- "Legend Group": "E"
551
- },
552
- {
553
- "State": "Pennsylvania",
554
- "Number": 11,
555
- "Categories": "Number of ART clinics ",
556
- "Ranges": "11–85 Clinics",
557
- "Legend Group": "E"
558
- },
559
- {
560
- "State": "Texas",
561
- "Number": 44,
562
- "Categories": "Number of ART clinics ",
563
- "Ranges": "11–85 Clinics",
564
- "Legend Group": "E"
565
- },
566
- {
567
- "State": "Virginia",
568
- "Number": 11,
569
- "Categories": "Number of ART clinics ",
570
- "Ranges": "11–85 Clinics",
571
- "Legend Group": "E"
572
- },
573
- {
574
- "State": "Washington",
575
- "Number": 13,
576
- "Categories": "Number of ART clinics ",
577
- "Ranges": "11–85 Clinics",
578
- "Legend Group": "E"
579
- },
580
- {
581
- "State": "Alabama",
582
- "Number": 1482,
583
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
584
- "Ranges": "549–1,777",
585
- "Legend Group": "F"
586
- },
587
- {
588
- "State": "Alaska",
589
- "Number": 1177,
590
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
591
- "Ranges": "549–1,777",
592
- "Legend Group": "F"
593
- },
594
- {
595
- "State": "Arkansas",
596
- "Number": 1113,
597
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
598
- "Ranges": "549–1,777",
599
- "Legend Group": "F"
600
- },
601
- {
602
- "State": "Mississippi",
603
- "Number": 1157,
604
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
605
- "Ranges": "549–1,777",
606
- "Legend Group": "F"
607
- },
608
- {
609
- "State": "Montana",
610
- "Number": 1700,
611
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
612
- "Ranges": "549–1,777",
613
- "Legend Group": "F"
614
- },
615
- {
616
- "State": "New Mexico",
617
- "Number": 1076,
618
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
619
- "Ranges": "549–1,777",
620
- "Legend Group": "F"
621
- },
622
- {
623
- "State": "Oklahoma",
624
- "Number": 1186,
625
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
626
- "Ranges": "549–1,777",
627
- "Legend Group": "F"
628
- },
629
- {
630
- "State": "Puerto Rico",
631
- "Number": 549,
632
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
633
- "Ranges": "549–1,777",
634
- "Legend Group": "F"
635
- },
636
- {
637
- "State": "Tennessee",
638
- "Number": 1741,
639
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
640
- "Ranges": "549–1,777",
641
- "Legend Group": "F"
642
- },
643
- {
644
- "State": "West Virginia",
645
- "Number": 1429,
646
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
647
- "Ranges": "549–1,777",
648
- "Legend Group": "F"
649
- },
650
- {
651
- "State": "Wyoming",
652
- "Number": 1677,
653
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
654
- "Ranges": "549–1,777",
655
- "Legend Group": "F"
656
- },
657
- {
658
- "State": "Idaho",
659
- "Number": 1920,
660
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
661
- "Ranges": "1,778–2,407",
662
- "Legend Group": "G"
663
- },
664
- {
665
- "State": "Indiana",
666
- "Number": 2086,
667
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
668
- "Ranges": "1,778–2,407",
669
- "Legend Group": "G"
670
- },
671
- {
672
- "State": "Kentucky",
673
- "Number": 2144,
674
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
675
- "Ranges": "1,778–2,407",
676
- "Legend Group": "G"
677
- },
678
- {
679
- "State": "Louisiana",
680
- "Number": 2164,
681
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
682
- "Ranges": "1,778–2,407",
683
- "Legend Group": "G"
684
- },
685
- {
686
- "State": "Missouri",
687
- "Number": 2401,
688
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
689
- "Ranges": "1,778–2,407",
690
- "Legend Group": "G"
691
- },
692
- {
693
- "State": "North Carolina",
694
- "Number": 2394,
695
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
696
- "Ranges": "1,778–2,407",
697
- "Legend Group": "G"
698
- },
699
- {
700
- "State": "Oregon",
701
- "Number": 2042,
702
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
703
- "Ranges": "1,778–2,407",
704
- "Legend Group": "G"
705
- },
706
- {
707
- "State": "South Carolina",
708
- "Number": 2233,
709
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
710
- "Ranges": "1,778–2,407",
711
- "Legend Group": "G"
712
- },
713
- {
714
- "State": "Washington",
715
- "Number": 2204,
716
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
717
- "Ranges": "1,778–2,407",
718
- "Legend Group": "G"
719
- },
720
- {
721
- "State": "Arizona",
722
- "Number": 2248,
723
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
724
- "Ranges": "1,778–2,407",
725
- "Legend Group": "G"
726
- },
727
- {
728
- "State": "Florida",
729
- "Number": 2566,
730
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
731
- "Ranges": "2,408–2,678",
732
- "Legend Group": "H"
733
- },
734
- {
735
- "State": "Georgia",
736
- "Number": 2501,
737
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
738
- "Ranges": "2,408–2,678",
739
- "Legend Group": "H"
740
- },
741
- {
742
- "State": "Kansas",
743
- "Number": 2417,
744
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
745
- "Ranges": "2,408–2,678",
746
- "Legend Group": "H"
747
- },
748
- {
749
- "State": "Maine",
750
- "Number": 2525,
751
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
752
- "Ranges": "2,408–2,678",
753
- "Legend Group": "H"
754
- },
755
- {
756
- "State": "Michigan",
757
- "Number": 2474,
758
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
759
- "Ranges": "2,408–2,678",
760
- "Legend Group": "H"
761
- },
762
- {
763
- "State": "Nevada",
764
- "Number": 2419,
765
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
766
- "Ranges": "2,408–2,678",
767
- "Legend Group": "H"
768
- },
769
- {
770
- "State": "North Dakota",
771
- "Number": 2468,
772
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
773
- "Ranges": "2,408–2,678",
774
- "Legend Group": "H"
775
- },
776
- {
777
- "State": "Ohio",
778
- "Number": 2480,
779
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
780
- "Ranges": "2,408–2,678",
781
- "Legend Group": "H"
782
- },
783
- {
784
- "State": "South Dakota",
785
- "Number": 2459,
786
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
787
- "Ranges": "2,408–2,678",
788
- "Legend Group": "H"
789
- },
790
- {
791
- "State": "Wisconsin",
792
- "Number": 2421,
793
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
794
- "Ranges": "2,408–2,678",
795
- "Legend Group": "H"
796
- },
797
- {
798
- "State": "California",
799
- "Number": 3540,
800
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
801
- "Ranges": "2,679–3,834",
802
- "Legend Group": "I"
803
- },
804
- {
805
- "State": "Colorado",
806
- "Number": 2779,
807
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
808
- "Ranges": "2,679–3,834",
809
- "Legend Group": "I"
810
- },
811
- {
812
- "State": "Iowa",
813
- "Number": 2988,
814
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
815
- "Ranges": "2,679–3,834",
816
- "Legend Group": "I"
817
- },
818
- {
819
- "State": "Minnesota",
820
- "Number": 3303,
821
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
822
- "Ranges": "2,679–3,834",
823
- "Legend Group": "I"
824
- },
825
- {
826
- "State": "Nebraska",
827
- "Number": 3086,
828
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
829
- "Ranges": "2,679–3,834",
830
- "Legend Group": "I"
831
- },
832
- {
833
- "State": "Pennsylvania",
834
- "Number": 3278,
835
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
836
- "Ranges": "2,679–3,834",
837
- "Legend Group": "I"
838
- },
839
- {
840
- "State": "Texas",
841
- "Number": 2752,
842
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
843
- "Ranges": "2,679–3,834",
844
- "Legend Group": "I"
845
- },
846
- {
847
- "State": "Utah",
848
- "Number": 3514,
849
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
850
- "Ranges": "2,679–3,834",
851
- "Legend Group": "I"
852
- },
853
- {
854
- "State": "Vermont",
855
- "Number": 3737,
856
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
857
- "Ranges": "2,679–3,834",
858
- "Legend Group": "I"
859
- },
860
- {
861
- "State": "Virginia",
862
- "Number": 3675,
863
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
864
- "Ranges": "2,679–3,834",
865
- "Legend Group": "I"
866
- },
867
- {
868
- "State": "Connecticut",
869
- "Number": 5396,
870
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
871
- "Ranges": "3,835–7,483",
872
- "Legend Group": "J"
873
- },
874
- {
875
- "State": "Delaware",
876
- "Number": 5136,
877
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
878
- "Ranges": "3,835–7,483",
879
- "Legend Group": "J"
880
- },
881
- {
882
- "State": "District of Columbia",
883
- "Number": 7483,
884
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
885
- "Ranges": "3,835–7,483",
886
- "Legend Group": "J"
887
- },
888
- {
889
- "State": "Hawaii",
890
- "Number": 3858,
891
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
892
- "Ranges": "3,835–7,483",
893
- "Legend Group": "J"
894
- },
895
- {
896
- "State": "Illinois",
897
- "Number": 4760,
898
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
899
- "Ranges": "3,835–7,483",
900
- "Legend Group": "J"
901
- },
902
- {
903
- "State": "Maryland",
904
- "Number": 5150,
905
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
906
- "Ranges": "3,835–7,483",
907
- "Legend Group": "J"
908
- },
909
- {
910
- "State": "Massachusetts",
911
- "Number": 6727,
912
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
913
- "Ranges": "3,835–7,483",
914
- "Legend Group": "J"
915
- },
916
- {
917
- "State": "New Hampshire",
918
- "Number": 4486,
919
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
920
- "Ranges": "3,835–7,483",
921
- "Legend Group": "J"
922
- },
923
- {
924
- "State": "New Jersey",
925
- "Number": 6362,
926
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
927
- "Ranges": "3,835–7,483",
928
- "Legend Group": "J"
929
- },
930
- {
931
- "State": "New York",
932
- "Number": 6277,
933
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
934
- "Ranges": "3,835–7,483",
935
- "Legend Group": "J"
936
- },
937
- {
938
- "State": "Rhode Island",
939
- "Number": 4747,
940
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
941
- "Ranges": "3,835–7,483",
942
- "Legend Group": "J"
943
- }
944
- ],
945
- "editing": true,
946
- "originalFormattedData": [
947
- {
948
- "State": "Wyoming",
949
- "Number": "0",
950
- "Categories": "Number of ART clinics ",
951
- "Ranges": "0 Clinics",
952
- "Legend Group": "A"
953
- },
954
- {
955
- "State": "Alaska",
956
- "Number": "1",
957
- "Categories": "Number of ART clinics ",
958
- "Ranges": "1–3 Clinics",
959
- "Legend Group": "B"
960
- },
961
- {
962
- "State": "Arkansas",
963
- "Number": "1",
964
- "Categories": "Number of ART clinics ",
965
- "Ranges": "1–3 Clinics",
966
- "Legend Group": "B"
967
- },
968
- {
969
- "State": "Delaware",
970
- "Number": "2",
971
- "Categories": "Number of ART clinics ",
972
- "Ranges": "1–3 Clinics",
973
- "Legend Group": "B"
974
- },
975
- {
976
- "State": "District of Columbia",
977
- "Number": "2",
978
- "Categories": "Number of ART clinics ",
979
- "Ranges": "1–3 Clinics",
980
- "Legend Group": "B"
981
- },
982
- {
983
- "State": "Idaho",
984
- "Number": "1",
985
- "Categories": "Number of ART clinics ",
986
- "Ranges": "1–3 Clinics",
987
- "Legend Group": "B"
988
- },
989
- {
990
- "State": "Iowa",
991
- "Number": "2",
992
- "Categories": "Number of ART clinics ",
993
- "Ranges": "1–3 Clinics",
994
- "Legend Group": "B"
995
- },
996
- {
997
- "State": "Maine",
998
- "Number": "1",
999
- "Categories": "Number of ART clinics ",
1000
- "Ranges": "1–3 Clinics",
1001
- "Legend Group": "B"
1002
- },
1003
- {
1004
- "State": "Mississippi",
1005
- "Number": "3",
1006
- "Categories": "Number of ART clinics ",
1007
- "Ranges": "1–3 Clinics",
1008
- "Legend Group": "B"
1009
- },
1010
- {
1011
- "State": "Montana",
1012
- "Number": "1",
1013
- "Categories": "Number of ART clinics ",
1014
- "Ranges": "1–3 Clinics",
1015
- "Legend Group": "B"
1016
- },
1017
- {
1018
- "State": "Nebraska",
1019
- "Number": "2",
1020
- "Categories": "Number of ART clinics ",
1021
- "Ranges": "1–3 Clinics",
1022
- "Legend Group": "B"
1023
- },
1024
- {
1025
- "State": "New Hampshire",
1026
- "Number": "1",
1027
- "Categories": "Number of ART clinics ",
1028
- "Ranges": "1–3 Clinics",
1029
- "Legend Group": "B"
1030
- },
1031
- {
1032
- "State": "New Mexico",
1033
- "Number": "2",
1034
- "Categories": "Number of ART clinics ",
1035
- "Ranges": "1–3 Clinics",
1036
- "Legend Group": "B"
1037
- },
1038
- {
1039
- "State": "North Dakota",
1040
- "Number": "1",
1041
- "Categories": "Number of ART clinics ",
1042
- "Ranges": "1–3 Clinics",
1043
- "Legend Group": "B"
1044
- },
1045
- {
1046
- "State": "Oklahoma",
1047
- "Number": "3",
1048
- "Categories": "Number of ART clinics ",
1049
- "Ranges": "1–3 Clinics",
1050
- "Legend Group": "B"
1051
- },
1052
- {
1053
- "State": "Puerto Rico",
1054
- "Number": "3",
1055
- "Categories": "Number of ART clinics ",
1056
- "Ranges": "1–3 Clinics",
1057
- "Legend Group": "B"
1058
- },
1059
- {
1060
- "State": "Rhode Island",
1061
- "Number": "1",
1062
- "Categories": "Number of ART clinics ",
1063
- "Ranges": "1–3 Clinics",
1064
- "Legend Group": "B"
1065
- },
1066
- {
1067
- "State": "South Dakota",
1068
- "Number": "1",
1069
- "Categories": "Number of ART clinics ",
1070
- "Ranges": "1–3 Clinics",
1071
- "Legend Group": "B"
1072
- },
1073
- {
1074
- "State": "Vermont",
1075
- "Number": "2",
1076
- "Categories": "Number of ART clinics ",
1077
- "Ranges": "1–3 Clinics",
1078
- "Legend Group": "B"
1079
- },
1080
- {
1081
- "State": "West Virginia",
1082
- "Number": "2",
1083
- "Categories": "Number of ART clinics ",
1084
- "Ranges": "1–3 Clinics",
1085
- "Legend Group": "B"
1086
- },
1087
- {
1088
- "State": "Alabama",
1089
- "Number": "5",
1090
- "Categories": "Number of ART clinics ",
1091
- "Ranges": "4–5 Clinics",
1092
- "Legend Group": "C"
1093
- },
1094
- {
1095
- "State": "Hawaii",
1096
- "Number": "5",
1097
- "Categories": "Number of ART clinics ",
1098
- "Ranges": "4–5 Clinics",
1099
- "Legend Group": "C"
1100
- },
1101
- {
1102
- "State": "Kansas",
1103
- "Number": "5",
1104
- "Categories": "Number of ART clinics ",
1105
- "Ranges": "4–5 Clinics",
1106
- "Legend Group": "C"
1107
- },
1108
- {
1109
- "State": "Kentucky",
1110
- "Number": "4",
1111
- "Categories": "Number of ART clinics ",
1112
- "Ranges": "4–5 Clinics",
1113
- "Legend Group": "C"
1114
- },
1115
- {
1116
- "State": "Louisiana",
1117
- "Number": "4",
1118
- "Categories": "Number of ART clinics ",
1119
- "Ranges": "4–5 Clinics",
1120
- "Legend Group": "C"
1121
- },
1122
- {
1123
- "State": "Maryland",
1124
- "Number": "5",
1125
- "Categories": "Number of ART clinics ",
1126
- "Ranges": "4–5 Clinics",
1127
- "Legend Group": "C"
1128
- },
1129
- {
1130
- "State": "Oregon",
1131
- "Number": "4",
1132
- "Categories": "Number of ART clinics ",
1133
- "Ranges": "4–5 Clinics",
1134
- "Legend Group": "C"
1135
- },
1136
- {
1137
- "State": "South Carolina",
1138
- "Number": "4",
1139
- "Categories": "Number of ART clinics ",
1140
- "Ranges": "4–5 Clinics",
1141
- "Legend Group": "C"
1142
- },
1143
- {
1144
- "State": "Utah",
1145
- "Number": "4",
1146
- "Categories": "Number of ART clinics ",
1147
- "Ranges": "4–5 Clinics",
1148
- "Legend Group": "C"
1149
- },
1150
- {
1151
- "State": "Minnesota",
1152
- "Number": "6",
1153
- "Categories": "Number of ART clinics ",
1154
- "Ranges": "6–10 Clinics",
1155
- "Legend Group": "D"
1156
- },
1157
- {
1158
- "State": "Nevada",
1159
- "Number": "6",
1160
- "Categories": "Number of ART clinics ",
1161
- "Ranges": "6–10 Clinics",
1162
- "Legend Group": "D"
1163
- },
1164
- {
1165
- "State": "Arizona",
1166
- "Number": "10",
1167
- "Categories": "Number of ART clinics ",
1168
- "Ranges": "6–10 Clinics",
1169
- "Legend Group": "D"
1170
- },
1171
- {
1172
- "State": "Colorado",
1173
- "Number": "8",
1174
- "Categories": "Number of ART clinics ",
1175
- "Ranges": "6–10 Clinics",
1176
- "Legend Group": "D"
1177
- },
1178
- {
1179
- "State": "Connecticut",
1180
- "Number": "7",
1181
- "Categories": "Number of ART clinics ",
1182
- "Ranges": "6–10 Clinics",
1183
- "Legend Group": "D"
1184
- },
1185
- {
1186
- "State": "Georgia",
1187
- "Number": "10",
1188
- "Categories": "Number of ART clinics ",
1189
- "Ranges": "6–10 Clinics",
1190
- "Legend Group": "D"
1191
- },
1192
- {
1193
- "State": "Indiana",
1194
- "Number": "7",
1195
- "Categories": "Number of ART clinics ",
1196
- "Ranges": "6–10 Clinics",
1197
- "Legend Group": "D"
1198
- },
1199
- {
1200
- "State": "Massachusetts",
1201
- "Number": "8",
1202
- "Categories": "Number of ART clinics ",
1203
- "Ranges": "6–10 Clinics",
1204
- "Legend Group": "D"
1205
- },
1206
- {
1207
- "State": "Michigan",
1208
- "Number": "10",
1209
- "Categories": "Number of ART clinics ",
1210
- "Ranges": "6–10 Clinics",
1211
- "Legend Group": "D"
1212
- },
1213
- {
1214
- "State": "Missouri",
1215
- "Number": "9",
1216
- "Categories": "Number of ART clinics ",
1217
- "Ranges": "6–10 Clinics",
1218
- "Legend Group": "D"
1219
- },
1220
- {
1221
- "State": "Ohio",
1222
- "Number": "10",
1223
- "Categories": "Number of ART clinics ",
1224
- "Ranges": "6–10 Clinics",
1225
- "Legend Group": "D"
1226
- },
1227
- {
1228
- "State": "Tennessee",
1229
- "Number": "8",
1230
- "Categories": "Number of ART clinics ",
1231
- "Ranges": "6–10 Clinics",
1232
- "Legend Group": "D"
1233
- },
1234
- {
1235
- "State": "Wisconsin",
1236
- "Number": "6",
1237
- "Categories": "Number of ART clinics ",
1238
- "Ranges": "6–10 Clinics",
1239
- "Legend Group": "D"
1240
- },
1241
- {
1242
- "State": "California",
1243
- "Number": "85",
1244
- "Categories": "Number of ART clinics ",
1245
- "Ranges": "11–85 Clinics",
1246
- "Legend Group": "E"
1247
- },
1248
- {
1249
- "State": "Florida",
1250
- "Number": "26",
1251
- "Categories": "Number of ART clinics ",
1252
- "Ranges": "11–85 Clinics",
1253
- "Legend Group": "E"
1254
- },
1255
- {
1256
- "State": "Illinois",
1257
- "Number": "21",
1258
- "Categories": "Number of ART clinics ",
1259
- "Ranges": "11–85 Clinics",
1260
- "Legend Group": "E"
1261
- },
1262
- {
1263
- "State": "New Jersey",
1264
- "Number": "14",
1265
- "Categories": "Number of ART clinics ",
1266
- "Ranges": "11–85 Clinics",
1267
- "Legend Group": "E"
1268
- },
1269
- {
1270
- "State": "New York",
1271
- "Number": "44",
1272
- "Categories": "Number of ART clinics ",
1273
- "Ranges": "11–85 Clinics",
1274
- "Legend Group": "E"
1275
- },
1276
- {
1277
- "State": "North Carolina",
1278
- "Number": "11",
1279
- "Categories": "Number of ART clinics ",
1280
- "Ranges": "11–85 Clinics",
1281
- "Legend Group": "E"
1282
- },
1283
- {
1284
- "State": "Pennsylvania",
1285
- "Number": "11",
1286
- "Categories": "Number of ART clinics ",
1287
- "Ranges": "11–85 Clinics",
1288
- "Legend Group": "E"
1289
- },
1290
- {
1291
- "State": "Texas",
1292
- "Number": "44",
1293
- "Categories": "Number of ART clinics ",
1294
- "Ranges": "11–85 Clinics",
1295
- "Legend Group": "E"
1296
- },
1297
- {
1298
- "State": "Virginia",
1299
- "Number": "11",
1300
- "Categories": "Number of ART clinics ",
1301
- "Ranges": "11–85 Clinics",
1302
- "Legend Group": "E"
1303
- },
1304
- {
1305
- "State": "Washington",
1306
- "Number": "13",
1307
- "Categories": "Number of ART clinics ",
1308
- "Ranges": "11–85 Clinics",
1309
- "Legend Group": "E"
1310
- },
1311
- {
1312
- "State": "Alabama",
1313
- "Number": "1482",
1314
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1315
- "Ranges": "549–1,777",
1316
- "Legend Group": "F"
1317
- },
1318
- {
1319
- "State": "Alaska",
1320
- "Number": "1177",
1321
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1322
- "Ranges": "549–1,777",
1323
- "Legend Group": "F"
1324
- },
1325
- {
1326
- "State": "Arkansas",
1327
- "Number": "1113",
1328
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1329
- "Ranges": "549–1,777",
1330
- "Legend Group": "F"
1331
- },
1332
- {
1333
- "State": "Mississippi",
1334
- "Number": "1157",
1335
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1336
- "Ranges": "549–1,777",
1337
- "Legend Group": "F"
1338
- },
1339
- {
1340
- "State": "Montana",
1341
- "Number": "1700",
1342
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1343
- "Ranges": "549–1,777",
1344
- "Legend Group": "F"
1345
- },
1346
- {
1347
- "State": "New Mexico",
1348
- "Number": "1076",
1349
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1350
- "Ranges": "549–1,777",
1351
- "Legend Group": "F"
1352
- },
1353
- {
1354
- "State": "Oklahoma",
1355
- "Number": "1186",
1356
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1357
- "Ranges": "549–1,777",
1358
- "Legend Group": "F"
1359
- },
1360
- {
1361
- "State": "Puerto Rico",
1362
- "Number": "549",
1363
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1364
- "Ranges": "549–1,777",
1365
- "Legend Group": "F"
1366
- },
1367
- {
1368
- "State": "Tennessee",
1369
- "Number": "1741",
1370
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1371
- "Ranges": "549–1,777",
1372
- "Legend Group": "F"
1373
- },
1374
- {
1375
- "State": "West Virginia",
1376
- "Number": "1429",
1377
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1378
- "Ranges": "549–1,777",
1379
- "Legend Group": "F"
1380
- },
1381
- {
1382
- "State": "Wyoming",
1383
- "Number": "1677",
1384
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1385
- "Ranges": "549–1,777",
1386
- "Legend Group": "F"
1387
- },
1388
- {
1389
- "State": "Idaho",
1390
- "Number": "1920",
1391
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1392
- "Ranges": "1,778–2,407",
1393
- "Legend Group": "G"
1394
- },
1395
- {
1396
- "State": "Indiana",
1397
- "Number": "2086",
1398
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1399
- "Ranges": "1,778–2,407",
1400
- "Legend Group": "G"
1401
- },
1402
- {
1403
- "State": "Kentucky",
1404
- "Number": "2144",
1405
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1406
- "Ranges": "1,778–2,407",
1407
- "Legend Group": "G"
1408
- },
1409
- {
1410
- "State": "Louisiana",
1411
- "Number": "2164",
1412
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1413
- "Ranges": "1,778–2,407",
1414
- "Legend Group": "G"
1415
- },
1416
- {
1417
- "State": "Missouri",
1418
- "Number": "2401",
1419
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1420
- "Ranges": "1,778–2,407",
1421
- "Legend Group": "G"
1422
- },
1423
- {
1424
- "State": "North Carolina",
1425
- "Number": "2394",
1426
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1427
- "Ranges": "1,778–2,407",
1428
- "Legend Group": "G"
1429
- },
1430
- {
1431
- "State": "Oregon",
1432
- "Number": "2042",
1433
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1434
- "Ranges": "1,778–2,407",
1435
- "Legend Group": "G"
1436
- },
1437
- {
1438
- "State": "South Carolina",
1439
- "Number": "2233",
1440
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1441
- "Ranges": "1,778–2,407",
1442
- "Legend Group": "G"
1443
- },
1444
- {
1445
- "State": "Washington",
1446
- "Number": "2204",
1447
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1448
- "Ranges": "1,778–2,407",
1449
- "Legend Group": "G"
1450
- },
1451
- {
1452
- "State": "Arizona",
1453
- "Number": "2248",
1454
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1455
- "Ranges": "1,778–2,407",
1456
- "Legend Group": "G"
1457
- },
1458
- {
1459
- "State": "Florida",
1460
- "Number": "2566",
1461
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1462
- "Ranges": "2,408–2,678",
1463
- "Legend Group": "H"
1464
- },
1465
- {
1466
- "State": "Georgia",
1467
- "Number": "2501",
1468
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1469
- "Ranges": "2,408–2,678",
1470
- "Legend Group": "H"
1471
- },
1472
- {
1473
- "State": "Kansas",
1474
- "Number": "2417",
1475
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1476
- "Ranges": "2,408–2,678",
1477
- "Legend Group": "H"
1478
- },
1479
- {
1480
- "State": "Maine",
1481
- "Number": "2525",
1482
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1483
- "Ranges": "2,408–2,678",
1484
- "Legend Group": "H"
1485
- },
1486
- {
1487
- "State": "Michigan",
1488
- "Number": "2474",
1489
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1490
- "Ranges": "2,408–2,678",
1491
- "Legend Group": "H"
1492
- },
1493
- {
1494
- "State": "Nevada",
1495
- "Number": "2419",
1496
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1497
- "Ranges": "2,408–2,678",
1498
- "Legend Group": "H"
1499
- },
1500
- {
1501
- "State": "North Dakota",
1502
- "Number": "2468",
1503
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1504
- "Ranges": "2,408–2,678",
1505
- "Legend Group": "H"
1506
- },
1507
- {
1508
- "State": "Ohio",
1509
- "Number": "2480",
1510
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1511
- "Ranges": "2,408–2,678",
1512
- "Legend Group": "H"
1513
- },
1514
- {
1515
- "State": "South Dakota",
1516
- "Number": "2459",
1517
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1518
- "Ranges": "2,408–2,678",
1519
- "Legend Group": "H"
1520
- },
1521
- {
1522
- "State": "Wisconsin",
1523
- "Number": "2421",
1524
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1525
- "Ranges": "2,408–2,678",
1526
- "Legend Group": "H"
1527
- },
1528
- {
1529
- "State": "California",
1530
- "Number": "3540",
1531
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1532
- "Ranges": "2,679–3,834",
1533
- "Legend Group": "I"
1534
- },
1535
- {
1536
- "State": "Colorado",
1537
- "Number": "2779",
1538
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1539
- "Ranges": "2,679–3,834",
1540
- "Legend Group": "I"
1541
- },
1542
- {
1543
- "State": "Iowa",
1544
- "Number": "2988",
1545
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1546
- "Ranges": "2,679–3,834",
1547
- "Legend Group": "I"
1548
- },
1549
- {
1550
- "State": "Minnesota",
1551
- "Number": "3303",
1552
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1553
- "Ranges": "2,679–3,834",
1554
- "Legend Group": "I"
1555
- },
1556
- {
1557
- "State": "Nebraska",
1558
- "Number": "3086",
1559
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1560
- "Ranges": "2,679–3,834",
1561
- "Legend Group": "I"
1562
- },
1563
- {
1564
- "State": "Pennsylvania",
1565
- "Number": "3278",
1566
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1567
- "Ranges": "2,679–3,834",
1568
- "Legend Group": "I"
1569
- },
1570
- {
1571
- "State": "Texas",
1572
- "Number": "2752",
1573
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1574
- "Ranges": "2,679–3,834",
1575
- "Legend Group": "I"
1576
- },
1577
- {
1578
- "State": "Utah",
1579
- "Number": "3514",
1580
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1581
- "Ranges": "2,679–3,834",
1582
- "Legend Group": "I"
1583
- },
1584
- {
1585
- "State": "Vermont",
1586
- "Number": "3737",
1587
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1588
- "Ranges": "2,679–3,834",
1589
- "Legend Group": "I"
1590
- },
1591
- {
1592
- "State": "Virginia",
1593
- "Number": "3675",
1594
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1595
- "Ranges": "2,679–3,834",
1596
- "Legend Group": "I"
1597
- },
1598
- {
1599
- "State": "Connecticut",
1600
- "Number": "5396",
1601
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1602
- "Ranges": "3,835–7,483",
1603
- "Legend Group": "J"
1604
- },
1605
- {
1606
- "State": "Delaware",
1607
- "Number": "5136",
1608
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1609
- "Ranges": "3,835–7,483",
1610
- "Legend Group": "J"
1611
- },
1612
- {
1613
- "State": "District of Columbia",
1614
- "Number": "7483",
1615
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1616
- "Ranges": "3,835–7,483",
1617
- "Legend Group": "J"
1618
- },
1619
- {
1620
- "State": "Hawaii",
1621
- "Number": "3858",
1622
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1623
- "Ranges": "3,835–7,483",
1624
- "Legend Group": "J"
1625
- },
1626
- {
1627
- "State": "Illinois",
1628
- "Number": "4760",
1629
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1630
- "Ranges": "3,835–7,483",
1631
- "Legend Group": "J"
1632
- },
1633
- {
1634
- "State": "Maryland",
1635
- "Number": "5150",
1636
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1637
- "Ranges": "3,835–7,483",
1638
- "Legend Group": "J"
1639
- },
1640
- {
1641
- "State": "Massachusetts",
1642
- "Number": "6727",
1643
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1644
- "Ranges": "3,835–7,483",
1645
- "Legend Group": "J"
1646
- },
1647
- {
1648
- "State": "New Hampshire",
1649
- "Number": "4486",
1650
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1651
- "Ranges": "3,835–7,483",
1652
- "Legend Group": "J"
1653
- },
1654
- {
1655
- "State": "New Jersey",
1656
- "Number": "6362",
1657
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1658
- "Ranges": "3,835–7,483",
1659
- "Legend Group": "J"
1660
- },
1661
- {
1662
- "State": "New York",
1663
- "Number": "6277",
1664
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1665
- "Ranges": "3,835–7,483",
1666
- "Legend Group": "J"
1667
- },
1668
- {
1669
- "State": "Rhode Island",
1670
- "Number": "4747",
1671
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
1672
- "Ranges": "3,835–7,483",
1673
- "Legend Group": "J"
1674
- }
1675
- ],
1676
- "data": [
1677
- {
1678
- "State": "Wyoming",
1679
- "Number": 0,
1680
- "Categories": "Number of ART clinics ",
1681
- "Ranges": "0 Clinics",
1682
- "Legend Group": "A"
1683
- },
1684
- {
1685
- "State": "Alaska",
1686
- "Number": 1,
1687
- "Categories": "Number of ART clinics ",
1688
- "Ranges": "1–3 Clinics",
1689
- "Legend Group": "B"
1690
- },
1691
- {
1692
- "State": "Arkansas",
1693
- "Number": 1,
1694
- "Categories": "Number of ART clinics ",
1695
- "Ranges": "1–3 Clinics",
1696
- "Legend Group": "B"
1697
- },
1698
- {
1699
- "State": "Delaware",
1700
- "Number": 2,
1701
- "Categories": "Number of ART clinics ",
1702
- "Ranges": "1–3 Clinics",
1703
- "Legend Group": "B"
1704
- },
1705
- {
1706
- "State": "District of Columbia",
1707
- "Number": 2,
1708
- "Categories": "Number of ART clinics ",
1709
- "Ranges": "1–3 Clinics",
1710
- "Legend Group": "B"
1711
- },
1712
- {
1713
- "State": "Idaho",
1714
- "Number": 1,
1715
- "Categories": "Number of ART clinics ",
1716
- "Ranges": "1–3 Clinics",
1717
- "Legend Group": "B"
1718
- },
1719
- {
1720
- "State": "Iowa",
1721
- "Number": 2,
1722
- "Categories": "Number of ART clinics ",
1723
- "Ranges": "1–3 Clinics",
1724
- "Legend Group": "B"
1725
- },
1726
- {
1727
- "State": "Maine",
1728
- "Number": 1,
1729
- "Categories": "Number of ART clinics ",
1730
- "Ranges": "1–3 Clinics",
1731
- "Legend Group": "B"
1732
- },
1733
- {
1734
- "State": "Mississippi",
1735
- "Number": 3,
1736
- "Categories": "Number of ART clinics ",
1737
- "Ranges": "1–3 Clinics",
1738
- "Legend Group": "B"
1739
- },
1740
- {
1741
- "State": "Montana",
1742
- "Number": 1,
1743
- "Categories": "Number of ART clinics ",
1744
- "Ranges": "1–3 Clinics",
1745
- "Legend Group": "B"
1746
- },
1747
- {
1748
- "State": "Nebraska",
1749
- "Number": 2,
1750
- "Categories": "Number of ART clinics ",
1751
- "Ranges": "1–3 Clinics",
1752
- "Legend Group": "B"
1753
- },
1754
- {
1755
- "State": "New Hampshire",
1756
- "Number": 1,
1757
- "Categories": "Number of ART clinics ",
1758
- "Ranges": "1–3 Clinics",
1759
- "Legend Group": "B"
1760
- },
1761
- {
1762
- "State": "New Mexico",
1763
- "Number": 2,
1764
- "Categories": "Number of ART clinics ",
1765
- "Ranges": "1–3 Clinics",
1766
- "Legend Group": "B"
1767
- },
1768
- {
1769
- "State": "North Dakota",
1770
- "Number": 1,
1771
- "Categories": "Number of ART clinics ",
1772
- "Ranges": "1–3 Clinics",
1773
- "Legend Group": "B"
1774
- },
1775
- {
1776
- "State": "Oklahoma",
1777
- "Number": 3,
1778
- "Categories": "Number of ART clinics ",
1779
- "Ranges": "1–3 Clinics",
1780
- "Legend Group": "B"
1781
- },
1782
- {
1783
- "State": "Puerto Rico",
1784
- "Number": 3,
1785
- "Categories": "Number of ART clinics ",
1786
- "Ranges": "1–3 Clinics",
1787
- "Legend Group": "B"
1788
- },
1789
- {
1790
- "State": "Rhode Island",
1791
- "Number": 1,
1792
- "Categories": "Number of ART clinics ",
1793
- "Ranges": "1–3 Clinics",
1794
- "Legend Group": "B"
1795
- },
1796
- {
1797
- "State": "South Dakota",
1798
- "Number": 1,
1799
- "Categories": "Number of ART clinics ",
1800
- "Ranges": "1–3 Clinics",
1801
- "Legend Group": "B"
1802
- },
1803
- {
1804
- "State": "Vermont",
1805
- "Number": 2,
1806
- "Categories": "Number of ART clinics ",
1807
- "Ranges": "1–3 Clinics",
1808
- "Legend Group": "B"
1809
- },
1810
- {
1811
- "State": "West Virginia",
1812
- "Number": 2,
1813
- "Categories": "Number of ART clinics ",
1814
- "Ranges": "1–3 Clinics",
1815
- "Legend Group": "B"
1816
- },
1817
- {
1818
- "State": "Alabama",
1819
- "Number": 5,
1820
- "Categories": "Number of ART clinics ",
1821
- "Ranges": "4–5 Clinics",
1822
- "Legend Group": "C"
1823
- },
1824
- {
1825
- "State": "Hawaii",
1826
- "Number": 5,
1827
- "Categories": "Number of ART clinics ",
1828
- "Ranges": "4–5 Clinics",
1829
- "Legend Group": "C"
1830
- },
1831
- {
1832
- "State": "Kansas",
1833
- "Number": 5,
1834
- "Categories": "Number of ART clinics ",
1835
- "Ranges": "4–5 Clinics",
1836
- "Legend Group": "C"
1837
- },
1838
- {
1839
- "State": "Kentucky",
1840
- "Number": 4,
1841
- "Categories": "Number of ART clinics ",
1842
- "Ranges": "4–5 Clinics",
1843
- "Legend Group": "C"
1844
- },
1845
- {
1846
- "State": "Louisiana",
1847
- "Number": 4,
1848
- "Categories": "Number of ART clinics ",
1849
- "Ranges": "4–5 Clinics",
1850
- "Legend Group": "C"
1851
- },
1852
- {
1853
- "State": "Maryland",
1854
- "Number": 5,
1855
- "Categories": "Number of ART clinics ",
1856
- "Ranges": "4–5 Clinics",
1857
- "Legend Group": "C"
1858
- },
1859
- {
1860
- "State": "Oregon",
1861
- "Number": 4,
1862
- "Categories": "Number of ART clinics ",
1863
- "Ranges": "4–5 Clinics",
1864
- "Legend Group": "C"
1865
- },
1866
- {
1867
- "State": "South Carolina",
1868
- "Number": 4,
1869
- "Categories": "Number of ART clinics ",
1870
- "Ranges": "4–5 Clinics",
1871
- "Legend Group": "C"
1872
- },
1873
- {
1874
- "State": "Utah",
1875
- "Number": 4,
1876
- "Categories": "Number of ART clinics ",
1877
- "Ranges": "4–5 Clinics",
1878
- "Legend Group": "C"
1879
- },
1880
- {
1881
- "State": "Minnesota",
1882
- "Number": 6,
1883
- "Categories": "Number of ART clinics ",
1884
- "Ranges": "6–10 Clinics",
1885
- "Legend Group": "D"
1886
- },
1887
- {
1888
- "State": "Nevada",
1889
- "Number": 6,
1890
- "Categories": "Number of ART clinics ",
1891
- "Ranges": "6–10 Clinics",
1892
- "Legend Group": "D"
1893
- },
1894
- {
1895
- "State": "Arizona",
1896
- "Number": 10,
1897
- "Categories": "Number of ART clinics ",
1898
- "Ranges": "6–10 Clinics",
1899
- "Legend Group": "D"
1900
- },
1901
- {
1902
- "State": "Colorado",
1903
- "Number": 8,
1904
- "Categories": "Number of ART clinics ",
1905
- "Ranges": "6–10 Clinics",
1906
- "Legend Group": "D"
1907
- },
1908
- {
1909
- "State": "Connecticut",
1910
- "Number": 7,
1911
- "Categories": "Number of ART clinics ",
1912
- "Ranges": "6–10 Clinics",
1913
- "Legend Group": "D"
1914
- },
1915
- {
1916
- "State": "Georgia",
1917
- "Number": 10,
1918
- "Categories": "Number of ART clinics ",
1919
- "Ranges": "6–10 Clinics",
1920
- "Legend Group": "D"
1921
- },
1922
- {
1923
- "State": "Indiana",
1924
- "Number": 7,
1925
- "Categories": "Number of ART clinics ",
1926
- "Ranges": "6–10 Clinics",
1927
- "Legend Group": "D"
1928
- },
1929
- {
1930
- "State": "Massachusetts",
1931
- "Number": 8,
1932
- "Categories": "Number of ART clinics ",
1933
- "Ranges": "6–10 Clinics",
1934
- "Legend Group": "D"
1935
- },
1936
- {
1937
- "State": "Michigan",
1938
- "Number": 10,
1939
- "Categories": "Number of ART clinics ",
1940
- "Ranges": "6–10 Clinics",
1941
- "Legend Group": "D"
1942
- },
1943
- {
1944
- "State": "Missouri",
1945
- "Number": 9,
1946
- "Categories": "Number of ART clinics ",
1947
- "Ranges": "6–10 Clinics",
1948
- "Legend Group": "D"
1949
- },
1950
- {
1951
- "State": "Ohio",
1952
- "Number": 10,
1953
- "Categories": "Number of ART clinics ",
1954
- "Ranges": "6–10 Clinics",
1955
- "Legend Group": "D"
1956
- },
1957
- {
1958
- "State": "Tennessee",
1959
- "Number": 8,
1960
- "Categories": "Number of ART clinics ",
1961
- "Ranges": "6–10 Clinics",
1962
- "Legend Group": "D"
1963
- },
1964
- {
1965
- "State": "Wisconsin",
1966
- "Number": 6,
1967
- "Categories": "Number of ART clinics ",
1968
- "Ranges": "6–10 Clinics",
1969
- "Legend Group": "D"
1970
- },
1971
- {
1972
- "State": "California",
1973
- "Number": 85,
1974
- "Categories": "Number of ART clinics ",
1975
- "Ranges": "11–85 Clinics",
1976
- "Legend Group": "E"
1977
- },
1978
- {
1979
- "State": "Florida",
1980
- "Number": 26,
1981
- "Categories": "Number of ART clinics ",
1982
- "Ranges": "11–85 Clinics",
1983
- "Legend Group": "E"
1984
- },
1985
- {
1986
- "State": "Illinois",
1987
- "Number": 21,
1988
- "Categories": "Number of ART clinics ",
1989
- "Ranges": "11–85 Clinics",
1990
- "Legend Group": "E"
1991
- },
1992
- {
1993
- "State": "New Jersey",
1994
- "Number": 14,
1995
- "Categories": "Number of ART clinics ",
1996
- "Ranges": "11–85 Clinics",
1997
- "Legend Group": "E"
1998
- },
1999
- {
2000
- "State": "New York",
2001
- "Number": 44,
2002
- "Categories": "Number of ART clinics ",
2003
- "Ranges": "11–85 Clinics",
2004
- "Legend Group": "E"
2005
- },
2006
- {
2007
- "State": "North Carolina",
2008
- "Number": 11,
2009
- "Categories": "Number of ART clinics ",
2010
- "Ranges": "11–85 Clinics",
2011
- "Legend Group": "E"
2012
- },
2013
- {
2014
- "State": "Pennsylvania",
2015
- "Number": 11,
2016
- "Categories": "Number of ART clinics ",
2017
- "Ranges": "11–85 Clinics",
2018
- "Legend Group": "E"
2019
- },
2020
- {
2021
- "State": "Texas",
2022
- "Number": 44,
2023
- "Categories": "Number of ART clinics ",
2024
- "Ranges": "11–85 Clinics",
2025
- "Legend Group": "E"
2026
- },
2027
- {
2028
- "State": "Virginia",
2029
- "Number": 11,
2030
- "Categories": "Number of ART clinics ",
2031
- "Ranges": "11–85 Clinics",
2032
- "Legend Group": "E"
2033
- },
2034
- {
2035
- "State": "Washington",
2036
- "Number": 13,
2037
- "Categories": "Number of ART clinics ",
2038
- "Ranges": "11–85 Clinics",
2039
- "Legend Group": "E"
2040
- },
2041
- {
2042
- "State": "Alabama",
2043
- "Number": 1482,
2044
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2045
- "Ranges": "549–1,777",
2046
- "Legend Group": "F"
2047
- },
2048
- {
2049
- "State": "Alaska",
2050
- "Number": 1177,
2051
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2052
- "Ranges": "549–1,777",
2053
- "Legend Group": "F"
2054
- },
2055
- {
2056
- "State": "Arkansas",
2057
- "Number": 1113,
2058
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2059
- "Ranges": "549–1,777",
2060
- "Legend Group": "F"
2061
- },
2062
- {
2063
- "State": "Mississippi",
2064
- "Number": 1157,
2065
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2066
- "Ranges": "549–1,777",
2067
- "Legend Group": "F"
2068
- },
2069
- {
2070
- "State": "Montana",
2071
- "Number": 1700,
2072
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2073
- "Ranges": "549–1,777",
2074
- "Legend Group": "F"
2075
- },
2076
- {
2077
- "State": "New Mexico",
2078
- "Number": 1076,
2079
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2080
- "Ranges": "549–1,777",
2081
- "Legend Group": "F"
2082
- },
2083
- {
2084
- "State": "Oklahoma",
2085
- "Number": 1186,
2086
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2087
- "Ranges": "549–1,777",
2088
- "Legend Group": "F"
2089
- },
2090
- {
2091
- "State": "Puerto Rico",
2092
- "Number": 549,
2093
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2094
- "Ranges": "549–1,777",
2095
- "Legend Group": "F"
2096
- },
2097
- {
2098
- "State": "Tennessee",
2099
- "Number": 1741,
2100
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2101
- "Ranges": "549–1,777",
2102
- "Legend Group": "F"
2103
- },
2104
- {
2105
- "State": "West Virginia",
2106
- "Number": 1429,
2107
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2108
- "Ranges": "549–1,777",
2109
- "Legend Group": "F"
2110
- },
2111
- {
2112
- "State": "Wyoming",
2113
- "Number": 1677,
2114
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2115
- "Ranges": "549–1,777",
2116
- "Legend Group": "F"
2117
- },
2118
- {
2119
- "State": "Idaho",
2120
- "Number": 1920,
2121
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2122
- "Ranges": "1,778–2,407",
2123
- "Legend Group": "G"
2124
- },
2125
- {
2126
- "State": "Indiana",
2127
- "Number": 2086,
2128
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2129
- "Ranges": "1,778–2,407",
2130
- "Legend Group": "G"
2131
- },
2132
- {
2133
- "State": "Kentucky",
2134
- "Number": 2144,
2135
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2136
- "Ranges": "1,778–2,407",
2137
- "Legend Group": "G"
2138
- },
2139
- {
2140
- "State": "Louisiana",
2141
- "Number": 2164,
2142
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2143
- "Ranges": "1,778–2,407",
2144
- "Legend Group": "G"
2145
- },
2146
- {
2147
- "State": "Missouri",
2148
- "Number": 2401,
2149
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2150
- "Ranges": "1,778–2,407",
2151
- "Legend Group": "G"
2152
- },
2153
- {
2154
- "State": "North Carolina",
2155
- "Number": 2394,
2156
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2157
- "Ranges": "1,778–2,407",
2158
- "Legend Group": "G"
2159
- },
2160
- {
2161
- "State": "Oregon",
2162
- "Number": 2042,
2163
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2164
- "Ranges": "1,778–2,407",
2165
- "Legend Group": "G"
2166
- },
2167
- {
2168
- "State": "South Carolina",
2169
- "Number": 2233,
2170
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2171
- "Ranges": "1,778–2,407",
2172
- "Legend Group": "G"
2173
- },
2174
- {
2175
- "State": "Washington",
2176
- "Number": 2204,
2177
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2178
- "Ranges": "1,778–2,407",
2179
- "Legend Group": "G"
2180
- },
2181
- {
2182
- "State": "Arizona",
2183
- "Number": 2248,
2184
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2185
- "Ranges": "1,778–2,407",
2186
- "Legend Group": "G"
2187
- },
2188
- {
2189
- "State": "Florida",
2190
- "Number": 2566,
2191
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2192
- "Ranges": "2,408–2,678",
2193
- "Legend Group": "H"
2194
- },
2195
- {
2196
- "State": "Georgia",
2197
- "Number": 2501,
2198
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2199
- "Ranges": "2,408–2,678",
2200
- "Legend Group": "H"
2201
- },
2202
- {
2203
- "State": "Kansas",
2204
- "Number": 2417,
2205
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2206
- "Ranges": "2,408–2,678",
2207
- "Legend Group": "H"
2208
- },
2209
- {
2210
- "State": "Maine",
2211
- "Number": 2525,
2212
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2213
- "Ranges": "2,408–2,678",
2214
- "Legend Group": "H"
2215
- },
2216
- {
2217
- "State": "Michigan",
2218
- "Number": 2474,
2219
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2220
- "Ranges": "2,408–2,678",
2221
- "Legend Group": "H"
2222
- },
2223
- {
2224
- "State": "Nevada",
2225
- "Number": 2419,
2226
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2227
- "Ranges": "2,408–2,678",
2228
- "Legend Group": "H"
2229
- },
2230
- {
2231
- "State": "North Dakota",
2232
- "Number": 2468,
2233
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2234
- "Ranges": "2,408–2,678",
2235
- "Legend Group": "H"
2236
- },
2237
- {
2238
- "State": "Ohio",
2239
- "Number": 2480,
2240
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2241
- "Ranges": "2,408–2,678",
2242
- "Legend Group": "H"
2243
- },
2244
- {
2245
- "State": "South Dakota",
2246
- "Number": 2459,
2247
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2248
- "Ranges": "2,408–2,678",
2249
- "Legend Group": "H"
2250
- },
2251
- {
2252
- "State": "Wisconsin",
2253
- "Number": 2421,
2254
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2255
- "Ranges": "2,408–2,678",
2256
- "Legend Group": "H"
2257
- },
2258
- {
2259
- "State": "California",
2260
- "Number": 3540,
2261
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2262
- "Ranges": "2,679–3,834",
2263
- "Legend Group": "I"
2264
- },
2265
- {
2266
- "State": "Colorado",
2267
- "Number": 2779,
2268
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2269
- "Ranges": "2,679–3,834",
2270
- "Legend Group": "I"
2271
- },
2272
- {
2273
- "State": "Iowa",
2274
- "Number": 2988,
2275
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2276
- "Ranges": "2,679–3,834",
2277
- "Legend Group": "I"
2278
- },
2279
- {
2280
- "State": "Minnesota",
2281
- "Number": 3303,
2282
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2283
- "Ranges": "2,679–3,834",
2284
- "Legend Group": "I"
2285
- },
2286
- {
2287
- "State": "Nebraska",
2288
- "Number": 3086,
2289
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2290
- "Ranges": "2,679–3,834",
2291
- "Legend Group": "I"
2292
- },
2293
- {
2294
- "State": "Pennsylvania",
2295
- "Number": 3278,
2296
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2297
- "Ranges": "2,679–3,834",
2298
- "Legend Group": "I"
2299
- },
2300
- {
2301
- "State": "Texas",
2302
- "Number": 2752,
2303
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2304
- "Ranges": "2,679–3,834",
2305
- "Legend Group": "I"
2306
- },
2307
- {
2308
- "State": "Utah",
2309
- "Number": 3514,
2310
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2311
- "Ranges": "2,679–3,834",
2312
- "Legend Group": "I"
2313
- },
2314
- {
2315
- "State": "Vermont",
2316
- "Number": 3737,
2317
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2318
- "Ranges": "2,679–3,834",
2319
- "Legend Group": "I"
2320
- },
2321
- {
2322
- "State": "Virginia",
2323
- "Number": 3675,
2324
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2325
- "Ranges": "2,679–3,834",
2326
- "Legend Group": "I"
2327
- },
2328
- {
2329
- "State": "Connecticut",
2330
- "Number": 5396,
2331
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2332
- "Ranges": "3,835–7,483",
2333
- "Legend Group": "J"
2334
- },
2335
- {
2336
- "State": "Delaware",
2337
- "Number": 5136,
2338
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2339
- "Ranges": "3,835–7,483",
2340
- "Legend Group": "J"
2341
- },
2342
- {
2343
- "State": "District of Columbia",
2344
- "Number": 7483,
2345
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2346
- "Ranges": "3,835–7,483",
2347
- "Legend Group": "J"
2348
- },
2349
- {
2350
- "State": "Hawaii",
2351
- "Number": 3858,
2352
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2353
- "Ranges": "3,835–7,483",
2354
- "Legend Group": "J"
2355
- },
2356
- {
2357
- "State": "Illinois",
2358
- "Number": 4760,
2359
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2360
- "Ranges": "3,835–7,483",
2361
- "Legend Group": "J"
2362
- },
2363
- {
2364
- "State": "Maryland",
2365
- "Number": 5150,
2366
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2367
- "Ranges": "3,835–7,483",
2368
- "Legend Group": "J"
2369
- },
2370
- {
2371
- "State": "Massachusetts",
2372
- "Number": 6727,
2373
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2374
- "Ranges": "3,835–7,483",
2375
- "Legend Group": "J"
2376
- },
2377
- {
2378
- "State": "New Hampshire",
2379
- "Number": 4486,
2380
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2381
- "Ranges": "3,835–7,483",
2382
- "Legend Group": "J"
2383
- },
2384
- {
2385
- "State": "New Jersey",
2386
- "Number": 6362,
2387
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2388
- "Ranges": "3,835–7,483",
2389
- "Legend Group": "J"
2390
- },
2391
- {
2392
- "State": "New York",
2393
- "Number": 6277,
2394
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2395
- "Ranges": "3,835–7,483",
2396
- "Legend Group": "J"
2397
- },
2398
- {
2399
- "State": "Rhode Island",
2400
- "Number": 4747,
2401
- "Categories": "ART procedures per 1 million women aged 15–49 years ",
2402
- "Ranges": "3,835–7,483",
2403
- "Legend Group": "J"
2404
- }
2405
- ]
2406
- }