@cdc/chart 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 (86) hide show
  1. package/dist/cdcchart.js +46641 -42561
  2. package/index.html +130 -129
  3. package/package.json +22 -27
  4. package/src/CdcChartComponent.tsx +75 -35
  5. package/src/_stories/Chart.CI.stories.tsx +10 -0
  6. package/src/_stories/Chart.DynamicSeries.stories.tsx +68 -49
  7. package/src/_stories/Chart.stories.tsx +99 -86
  8. package/src/_stories/ChartPrefixSuffix.stories.tsx +29 -32
  9. package/{examples/private/line-issue.json → src/_stories/_mock/barchart_labels.mock.json} +150 -35
  10. package/src/_stories/_mock/dynamic_series_bar_config.json +1 -1
  11. package/src/_stories/_mock/dynamic_series_suppression_mock.json +610 -0
  12. package/{examples/private/not-loading.json → src/_stories/_mock/pie_calculated_area.json} +152 -95
  13. package/src/components/Annotations/components/AnnotationDropdown.tsx +2 -2
  14. package/src/components/AreaChart/components/AreaChart.jsx +33 -5
  15. package/src/components/Axis/Categorical.Axis.tsx +2 -2
  16. package/src/components/BarChart/components/BarChart.Horizontal.tsx +38 -37
  17. package/src/components/BarChart/components/BarChart.StackedHorizontal.tsx +18 -8
  18. package/src/components/BarChart/components/BarChart.StackedVertical.tsx +8 -8
  19. package/src/components/BarChart/components/BarChart.Vertical.tsx +47 -36
  20. package/src/components/BarChart/components/{BarChart.jsx → BarChart.tsx} +23 -5
  21. package/src/components/BarChart/components/context.tsx +20 -2
  22. package/src/components/BarChart/helpers/getBarHeights.ts +47 -0
  23. package/src/components/BarChart/helpers/index.ts +5 -2
  24. package/src/components/BarChart/helpers/tests/getBarHeights.test.ts +83 -0
  25. package/src/{hooks → components/BarChart/helpers}/useBarChart.ts +9 -46
  26. package/src/components/BoxPlot/BoxPlot.tsx +2 -1
  27. package/src/components/Brush/BrushChart.tsx +73 -0
  28. package/src/components/Brush/BrushController..tsx +39 -0
  29. package/src/components/DeviationBar.jsx +2 -2
  30. package/src/components/EditorPanel/EditorPanel.tsx +232 -147
  31. package/src/components/EditorPanel/components/Panels/Panel.General.tsx +36 -36
  32. package/src/components/EditorPanel/components/Panels/Panel.Series.tsx +52 -25
  33. package/src/components/EditorPanel/components/Panels/Panel.Visual.tsx +12 -4
  34. package/src/components/EditorPanel/components/Panels/panelVisual.styles.css +8 -0
  35. package/src/components/EditorPanel/useEditorPermissions.ts +5 -5
  36. package/src/components/ForestPlot/ForestPlot.tsx +2 -2
  37. package/src/components/HoverLine/HoverLine.tsx +74 -0
  38. package/src/components/Legend/Legend.Component.tsx +1 -1
  39. package/src/components/Legend/Legend.Suppression.tsx +59 -25
  40. package/src/components/Legend/helpers/createFormatLabels.tsx +28 -0
  41. package/src/components/Legend/helpers/index.ts +1 -1
  42. package/src/components/LineChart/LineChartProps.ts +3 -1
  43. package/src/components/LineChart/components/LineChart.Circle.tsx +72 -119
  44. package/src/components/LineChart/helpers.ts +133 -56
  45. package/src/components/LineChart/index.tsx +106 -55
  46. package/src/components/LinearChart.tsx +178 -198
  47. package/src/components/PairedBarChart.jsx +3 -2
  48. package/src/components/PieChart/PieChart.tsx +127 -102
  49. package/src/components/ScatterPlot/ScatterPlot.jsx +5 -0
  50. package/src/components/Sparkline/components/SparkLine.tsx +80 -18
  51. package/src/data/initial-state.js +11 -6
  52. package/src/helpers/countNumOfTicks.ts +1 -1
  53. package/src/helpers/dataHelpers.ts +23 -2
  54. package/src/helpers/getNewRuntime.ts +35 -0
  55. package/src/helpers/getPiePercent.ts +22 -0
  56. package/src/helpers/getTransformedData.ts +22 -0
  57. package/src/helpers/sizeHelpers.ts +1 -1
  58. package/src/helpers/tests/getNewRuntime.test.ts +82 -0
  59. package/src/helpers/tests/getPiePercent.test.ts +38 -0
  60. package/src/hooks/useMinMax.ts +21 -28
  61. package/src/hooks/useRightAxis.ts +5 -3
  62. package/src/hooks/useScales.ts +15 -6
  63. package/src/hooks/useTooltip.tsx +218 -203
  64. package/src/index.jsx +2 -2
  65. package/src/scss/main.scss +13 -6
  66. package/src/store/chart.actions.ts +2 -6
  67. package/src/store/chart.reducer.ts +23 -23
  68. package/src/types/ChartConfig.ts +11 -3
  69. package/src/types/ChartContext.ts +0 -2
  70. package/examples/private/DEV-8850-2.json +0 -493
  71. package/examples/private/DEV-9822.json +0 -574
  72. package/examples/private/DEV-9840.json +0 -553
  73. package/examples/private/DEV-9850-3.json +0 -461
  74. package/examples/private/chart.json +0 -1084
  75. package/examples/private/ci_formatted.json +0 -202
  76. package/examples/private/ci_issue.json +0 -3016
  77. package/examples/private/completed.json +0 -634
  78. package/examples/private/dem-data-long.csv +0 -20
  79. package/examples/private/dem-data-long.json +0 -36
  80. package/examples/private/demographic_data.csv +0 -157
  81. package/examples/private/demographic_data.json +0 -2654
  82. package/examples/private/demographic_dynamic.json +0 -443
  83. package/examples/private/demographic_standard.json +0 -560
  84. package/examples/private/ehdi.json +0 -29939
  85. package/examples/private/test.json +0 -493
  86. package/src/components/ZoomBrush.tsx +0 -251
@@ -0,0 +1,610 @@
1
+ {
2
+ "annotations": [],
3
+ "type": "chart",
4
+ "debugSvg": false,
5
+ "chartMessage": {
6
+ "noData": "No Data Available"
7
+ },
8
+ "title": "",
9
+ "showTitle": true,
10
+ "showDownloadMediaButton": false,
11
+ "theme": "theme-blue",
12
+ "animate": false,
13
+ "fontSize": "medium",
14
+ "lineDatapointStyle": "hover",
15
+ "lineDatapointColor": "Same as Line",
16
+ "barHasBorder": "false",
17
+ "isLollipopChart": false,
18
+ "lollipopShape": "circle",
19
+ "lollipopColorStyle": "two-tone",
20
+ "visualizationSubType": "regular",
21
+ "barStyle": "flat",
22
+ "roundingStyle": "standard",
23
+ "tipRounding": "top",
24
+ "isResponsiveTicks": false,
25
+ "general": {
26
+ "annotationDropdownText": "Annotations",
27
+ "showMissingDataLabel": true,
28
+ "showSuppressedSymbol": true,
29
+ "showZeroValueData": true,
30
+ "hideNullValue": true
31
+ },
32
+ "padding": {
33
+ "left": 5,
34
+ "right": 5
35
+ },
36
+ "preliminaryData": [
37
+ {
38
+ "type": "suppression",
39
+ "seriesKey": "",
40
+ "label": "Suppressed",
41
+ "column": "",
42
+ "value": "ABC",
43
+ "style": "Dashed Medium",
44
+ "displayTooltip": true,
45
+ "displayLegend": true,
46
+ "displayTable": true,
47
+ "symbol": "",
48
+ "iconCode": "",
49
+ "lineCode": "– –",
50
+ "hideBarSymbol": false,
51
+ "hideLineStyle": false,
52
+ "circleSize": 6,
53
+ "displayGray": true
54
+ }
55
+ ],
56
+ "yAxis": {
57
+ "hideAxis": false,
58
+ "displayNumbersOnBar": false,
59
+ "hideLabel": false,
60
+ "hideTicks": false,
61
+ "size": 50,
62
+ "gridLines": false,
63
+ "enablePadding": false,
64
+ "min": "",
65
+ "max": "",
66
+ "labelColor": "#333",
67
+ "tickLabelColor": "#333",
68
+ "tickColor": "#333",
69
+ "rightHideAxis": true,
70
+ "rightAxisSize": 0,
71
+ "rightLabel": "",
72
+ "rightLabelOffsetSize": 0,
73
+ "rightAxisLabelColor": "#333",
74
+ "rightAxisTickLabelColor": "#333",
75
+ "rightAxisTickColor": "#333",
76
+ "numTicks": "",
77
+ "axisPadding": 0,
78
+ "scalePadding": 10,
79
+ "tickRotation": 0,
80
+ "anchors": [],
81
+ "shoMissingDataLabel": true,
82
+ "showMissingDataLine": true,
83
+ "categories": []
84
+ },
85
+ "topAxis": {
86
+ "hasLine": false
87
+ },
88
+ "isLegendValue": false,
89
+ "barThickness": "0.37",
90
+ "barHeight": 25,
91
+ "barSpace": 15,
92
+ "heights": {
93
+ "vertical": 300,
94
+ "horizontal": 750
95
+ },
96
+ "xAxis": {
97
+ "sortDates": false,
98
+ "anchors": [],
99
+ "type": "categorical",
100
+ "showTargetLabel": true,
101
+ "targetLabel": "Target",
102
+ "hideAxis": false,
103
+ "hideLabel": false,
104
+ "hideTicks": false,
105
+ "size": 75,
106
+ "tickRotation": 0,
107
+ "min": "",
108
+ "max": "",
109
+ "labelColor": "#333",
110
+ "tickLabelColor": "#333",
111
+ "tickColor": "#333",
112
+ "numTicks": "",
113
+ "labelOffset": 0,
114
+ "axisPadding": 200,
115
+ "target": 0,
116
+ "maxTickRotation": 45,
117
+ "padding": 5,
118
+ "showYearsOnce": false,
119
+ "sortByRecentDate": false,
120
+ "dataKey": "YearStart",
121
+ "axisBBox": 29.860000610351562,
122
+ "tickWidthMax": 39
123
+ },
124
+ "table": {
125
+ "label": "Data Table",
126
+ "expanded": true,
127
+ "limitHeight": false,
128
+ "height": "",
129
+ "caption": "",
130
+ "showDownloadUrl": false,
131
+ "showDataTableLink": true,
132
+ "showDownloadLinkBelow": true,
133
+ "indexLabel": "",
134
+ "download": false,
135
+ "showVertical": true,
136
+ "dateDisplayFormat": "",
137
+ "showMissingDataLabel": true,
138
+ "showSuppressedSymbol": true,
139
+ "show": true
140
+ },
141
+ "orientation": "vertical",
142
+ "color": "pinkpurple",
143
+ "columns": {},
144
+ "legend": {
145
+ "hide": false,
146
+ "behavior": "isolate",
147
+ "axisAlign": true,
148
+ "singleRow": true,
149
+ "colorCode": "",
150
+ "reverseLabelOrder": false,
151
+ "description": "",
152
+ "dynamicLegend": false,
153
+ "dynamicLegendDefaultText": "Show All",
154
+ "dynamicLegendItemLimit": 5,
155
+ "dynamicLegendItemLimitMessage": "Dynamic Legend Item Limit Hit.",
156
+ "dynamicLegendChartMessage": "Select Options from the Legend",
157
+ "label": "",
158
+ "lineMode": false,
159
+ "verticalSorted": false,
160
+ "highlightOnHover": false,
161
+ "hideSuppressedLabels": false,
162
+ "hideSuppressionLink": false,
163
+ "seriesHighlight": [],
164
+ "style": "circles",
165
+ "subStyle": "linear blocks",
166
+ "groupBy": "",
167
+ "shape": "circle",
168
+ "tickRotation": "",
169
+ "hideBorder": {
170
+ "side": false,
171
+ "topBottom": true
172
+ },
173
+ "position": "right",
174
+ "unified": true
175
+ },
176
+ "brush": {
177
+ "height": 25,
178
+ "active": false
179
+ },
180
+ "exclusions": {
181
+ "active": false,
182
+ "keys": []
183
+ },
184
+ "palette": "qualitative-bold",
185
+ "isPaletteReversed": false,
186
+ "twoColor": {
187
+ "palette": "monochrome-1",
188
+ "isPaletteReversed": false
189
+ },
190
+ "labels": false,
191
+ "dataFormat": {
192
+ "commas": false,
193
+ "prefix": "",
194
+ "suffix": "",
195
+ "abbreviated": false,
196
+ "bottomSuffix": "",
197
+ "bottomPrefix": "",
198
+ "bottomAbbreviated": false
199
+ },
200
+ "confidenceKeys": {
201
+ "lower": "",
202
+ "upper": ""
203
+ },
204
+ "visual": {
205
+ "border": true,
206
+ "accent": true,
207
+ "background": true,
208
+ "verticalHoverLine": false,
209
+ "horizontalHoverLine": false,
210
+ "lineDatapointSymbol": "none",
211
+ "maximumShapeAmount": 7
212
+ },
213
+ "useLogScale": false,
214
+ "filterBehavior": "Filter Change",
215
+ "highlightedBarValues": [],
216
+ "series": [
217
+ {
218
+ "dataKey": "Data_Value",
219
+ "dynamicCategory": "Stratification1",
220
+ "type": "Bar",
221
+ "axis": "Left",
222
+ "tooltip": true
223
+ }
224
+ ],
225
+ "tooltips": {
226
+ "opacity": 90,
227
+ "singleSeries": false,
228
+ "dateDisplayFormat": ""
229
+ },
230
+ "area": {
231
+ "isStacked": false
232
+ },
233
+ "datasets": {},
234
+ "visualizationType": "Line",
235
+ "data": [
236
+ {
237
+ "YearStart": 2015,
238
+ "Data_Value": "ABC",
239
+ "Low_Confidence_Limit": 38.6,
240
+ "High_Confidence_Limit": 43,
241
+ "StratficationCategory1": "Age Group",
242
+ "Stratification1": "50-64 years",
243
+ "StratificationCategory2": "Overall",
244
+ "Stratification2": "Overall",
245
+ "FootnoteText": "",
246
+ "URL": "",
247
+ "FootnoteHeading": "",
248
+ "SeriesDesc": "50-64 yearsOverall"
249
+ },
250
+ {
251
+ "YearStart": 2015,
252
+ "Data_Value": 56.4,
253
+ "Low_Confidence_Limit": 54.1,
254
+ "High_Confidence_Limit": 58.6,
255
+ "StratficationCategory1": "Age Group",
256
+ "Stratification1": "65 years or older",
257
+ "StratificationCategory2": "Overall",
258
+ "Stratification2": "Overall",
259
+ "FootnoteText": "",
260
+ "URL": "",
261
+ "FootnoteHeading": "",
262
+ "SeriesDesc": "65 years or olderOverall"
263
+ },
264
+ {
265
+ "YearStart": 2015,
266
+ "Data_Value": 47.4,
267
+ "Low_Confidence_Limit": 45.8,
268
+ "High_Confidence_Limit": 49,
269
+ "StratficationCategory1": "Age Group",
270
+ "Stratification1": "Overall",
271
+ "StratificationCategory2": "Overall",
272
+ "Stratification2": "Overall",
273
+ "FootnoteText": "",
274
+ "URL": "",
275
+ "FootnoteHeading": "",
276
+ "SeriesDesc": "OverallOverall"
277
+ },
278
+ {
279
+ "YearStart": 2017,
280
+ "Data_Value": 41.5,
281
+ "Low_Confidence_Limit": 39.4,
282
+ "High_Confidence_Limit": 43.6,
283
+ "StratficationCategory1": "Age Group",
284
+ "Stratification1": "50-64 years",
285
+ "StratificationCategory2": "Overall",
286
+ "Stratification2": "Overall",
287
+ "FootnoteText": "",
288
+ "URL": "",
289
+ "FootnoteHeading": "",
290
+ "SeriesDesc": "50-64 yearsOverall"
291
+ },
292
+ {
293
+ "YearStart": 2017,
294
+ "Data_Value": 57.2,
295
+ "Low_Confidence_Limit": 55.2,
296
+ "High_Confidence_Limit": 59.2,
297
+ "StratficationCategory1": "Age Group",
298
+ "Stratification1": "65 years or older",
299
+ "StratificationCategory2": "Overall",
300
+ "Stratification2": "Overall",
301
+ "FootnoteText": "",
302
+ "URL": "",
303
+ "FootnoteHeading": "",
304
+ "SeriesDesc": "65 years or olderOverall"
305
+ },
306
+ {
307
+ "YearStart": 2017,
308
+ "Data_Value": 48.5,
309
+ "Low_Confidence_Limit": 47,
310
+ "High_Confidence_Limit": 50,
311
+ "StratficationCategory1": "Age Group",
312
+ "Stratification1": "Overall",
313
+ "StratificationCategory2": "Overall",
314
+ "Stratification2": "Overall",
315
+ "FootnoteText": "",
316
+ "URL": "",
317
+ "FootnoteHeading": "",
318
+ "SeriesDesc": "OverallOverall"
319
+ },
320
+ {
321
+ "YearStart": 2019,
322
+ "Data_Value": 42.2,
323
+ "Low_Confidence_Limit": 39.9,
324
+ "High_Confidence_Limit": 44.5,
325
+ "StratficationCategory1": "Age Group",
326
+ "Stratification1": "50-64 years",
327
+ "StratificationCategory2": "Overall",
328
+ "Stratification2": "Overall",
329
+ "FootnoteText": "",
330
+ "URL": "",
331
+ "FootnoteHeading": "",
332
+ "SeriesDesc": "50-64 yearsOverall"
333
+ },
334
+ {
335
+ "YearStart": 2019,
336
+ "Data_Value": 56.2,
337
+ "Low_Confidence_Limit": 54.1,
338
+ "High_Confidence_Limit": 58.2,
339
+ "StratficationCategory1": "Age Group",
340
+ "Stratification1": "65 years or older",
341
+ "StratificationCategory2": "Overall",
342
+ "Stratification2": "Overall",
343
+ "FootnoteText": "",
344
+ "URL": "",
345
+ "FootnoteHeading": "",
346
+ "SeriesDesc": "65 years or olderOverall"
347
+ },
348
+ {
349
+ "YearStart": 2019,
350
+ "Data_Value": 48.6,
351
+ "Low_Confidence_Limit": 47.1,
352
+ "High_Confidence_Limit": 50.2,
353
+ "StratficationCategory1": "Age Group",
354
+ "Stratification1": "Overall",
355
+ "StratificationCategory2": "Overall",
356
+ "Stratification2": "Overall",
357
+ "FootnoteText": "",
358
+ "URL": "",
359
+ "FootnoteHeading": "",
360
+ "SeriesDesc": "OverallOverall"
361
+ },
362
+ {
363
+ "YearStart": 2020,
364
+ "Data_Value": 41.9,
365
+ "Low_Confidence_Limit": 39.1,
366
+ "High_Confidence_Limit": 44.7,
367
+ "StratficationCategory1": "Age Group",
368
+ "Stratification1": "50-64 years",
369
+ "StratificationCategory2": "Overall",
370
+ "Stratification2": "Overall",
371
+ "FootnoteText": "",
372
+ "URL": "",
373
+ "FootnoteHeading": "",
374
+ "SeriesDesc": "50-64 yearsOverall"
375
+ },
376
+ {
377
+ "YearStart": 2020,
378
+ "Data_Value": 56.9,
379
+ "Low_Confidence_Limit": 54.4,
380
+ "High_Confidence_Limit": 59.3,
381
+ "StratficationCategory1": "Age Group",
382
+ "Stratification1": "65 years or older",
383
+ "StratificationCategory2": "Overall",
384
+ "Stratification2": "Overall",
385
+ "FootnoteText": "",
386
+ "URL": "",
387
+ "FootnoteHeading": "",
388
+ "SeriesDesc": "65 years or olderOverall"
389
+ },
390
+ {
391
+ "YearStart": 2020,
392
+ "Data_Value": 49,
393
+ "Low_Confidence_Limit": 47.1,
394
+ "High_Confidence_Limit": 50.8,
395
+ "StratficationCategory1": "Age Group",
396
+ "Stratification1": "Overall",
397
+ "StratificationCategory2": "Overall",
398
+ "Stratification2": "Overall",
399
+ "FootnoteText": "",
400
+ "URL": "",
401
+ "FootnoteHeading": "",
402
+ "SeriesDesc": "OverallOverall"
403
+ },
404
+ {
405
+ "YearStart": 2021,
406
+ "Data_Value": 40.4,
407
+ "Low_Confidence_Limit": 38.1,
408
+ "High_Confidence_Limit": 42.7,
409
+ "StratficationCategory1": "Age Group",
410
+ "Stratification1": "50-64 years",
411
+ "StratificationCategory2": "Overall",
412
+ "Stratification2": "Overall",
413
+ "FootnoteText": "",
414
+ "URL": "",
415
+ "FootnoteHeading": "",
416
+ "SeriesDesc": "50-64 yearsOverall"
417
+ },
418
+ {
419
+ "YearStart": 2021,
420
+ "Data_Value": 54.2,
421
+ "Low_Confidence_Limit": 52,
422
+ "High_Confidence_Limit": 56.4,
423
+ "StratficationCategory1": "Age Group",
424
+ "Stratification1": "65 years or older",
425
+ "StratificationCategory2": "Overall",
426
+ "Stratification2": "Overall",
427
+ "FootnoteText": "",
428
+ "URL": "",
429
+ "FootnoteHeading": "",
430
+ "SeriesDesc": "65 years or olderOverall"
431
+ },
432
+ {
433
+ "YearStart": 2021,
434
+ "Data_Value": "ABC",
435
+ "Low_Confidence_Limit": 45.5,
436
+ "High_Confidence_Limit": 48.7,
437
+ "StratficationCategory1": "Age Group",
438
+ "Stratification1": "Overall",
439
+ "StratificationCategory2": "Overall",
440
+ "Stratification2": "Overall",
441
+ "FootnoteText": "",
442
+ "URL": "",
443
+ "FootnoteHeading": "",
444
+ "SeriesDesc": "OverallOverall"
445
+ },
446
+ {
447
+ "YearStart": 2022,
448
+ "Data_Value": "ABC",
449
+ "Low_Confidence_Limit": 36.8,
450
+ "High_Confidence_Limit": 41.3,
451
+ "StratficationCategory1": "Age Group",
452
+ "Stratification1": "50-64 years",
453
+ "StratificationCategory2": "Overall",
454
+ "Stratification2": "Overall",
455
+ "FootnoteText": "",
456
+ "URL": "",
457
+ "FootnoteHeading": "",
458
+ "SeriesDesc": "50-64 yearsOverall"
459
+ },
460
+ {
461
+ "YearStart": 2022,
462
+ "Data_Value": 56.5,
463
+ "Low_Confidence_Limit": 54.6,
464
+ "High_Confidence_Limit": 58.4,
465
+ "StratficationCategory1": "Age Group",
466
+ "Stratification1": "65 years or older",
467
+ "StratificationCategory2": "Overall",
468
+ "Stratification2": "Overall",
469
+ "FootnoteText": "",
470
+ "URL": "",
471
+ "FootnoteHeading": "",
472
+ "SeriesDesc": "65 years or olderOverall"
473
+ },
474
+ {
475
+ "YearStart": 2022,
476
+ "Data_Value": 47.7,
477
+ "Low_Confidence_Limit": 46.2,
478
+ "High_Confidence_Limit": 49.2,
479
+ "StratficationCategory1": "Age Group",
480
+ "Stratification1": "Overall",
481
+ "StratificationCategory2": "Overall",
482
+ "Stratification2": "Overall",
483
+ "FootnoteText": "",
484
+ "URL": "",
485
+ "FootnoteHeading": "",
486
+ "SeriesDesc": "OverallOverall"
487
+ }
488
+ ],
489
+ "dataFileName": "valid-data-chart.csv",
490
+ "dataFileSourceType": "file",
491
+ "dataDescription": {
492
+ "horizontal": false,
493
+ "series": false
494
+ },
495
+ "version": "4.25.4",
496
+ "dynamicMarginTop": 0,
497
+ "boxplot": {
498
+ "plots": [],
499
+ "borders": "true",
500
+ "plotOutlierValues": false,
501
+ "plotNonOutlierValues": true,
502
+ "labels": {
503
+ "q1": "Lower Quartile",
504
+ "q2": "q2",
505
+ "q3": "Upper Quartile",
506
+ "q4": "q4",
507
+ "minimum": "Minimum",
508
+ "maximum": "Maximum",
509
+ "mean": "Mean",
510
+ "median": "Median",
511
+ "sd": "Standard Deviation",
512
+ "iqr": "Interquartile Range",
513
+ "count": "Count",
514
+ "outliers": "Outliers",
515
+ "values": "Values",
516
+ "lowerBounds": "Lower Bounds",
517
+ "upperBounds": "Upper Bounds"
518
+ }
519
+ },
520
+ "filters": [],
521
+ "forestPlot": {
522
+ "startAt": 0,
523
+ "colors": {
524
+ "line": "",
525
+ "shape": ""
526
+ },
527
+ "lineOfNoEffect": {
528
+ "show": true
529
+ },
530
+ "type": "",
531
+ "pooledResult": {
532
+ "diamondHeight": 5,
533
+ "column": ""
534
+ },
535
+ "estimateField": "",
536
+ "estimateRadius": "",
537
+ "shape": "square",
538
+ "rowHeight": 20,
539
+ "description": {
540
+ "show": true,
541
+ "text": "description",
542
+ "location": 0
543
+ },
544
+ "result": {
545
+ "show": true,
546
+ "text": "result",
547
+ "location": 100
548
+ },
549
+ "radius": {
550
+ "min": 2,
551
+ "max": 10,
552
+ "scalingColumn": ""
553
+ },
554
+ "regression": {
555
+ "lower": 0,
556
+ "upper": 0,
557
+ "estimateField": 0
558
+ },
559
+ "leftWidthOffset": 0,
560
+ "rightWidthOffset": 0,
561
+ "showZeroLine": false,
562
+ "leftLabel": "",
563
+ "rightLabel": ""
564
+ },
565
+ "sankey": {
566
+ "title": {
567
+ "defaultColor": "black"
568
+ },
569
+ "iterations": 1,
570
+ "rxValue": 0.9,
571
+ "overallSize": {
572
+ "width": 900,
573
+ "height": 700
574
+ },
575
+ "margin": {
576
+ "margin_y": 25,
577
+ "margin_x": 0
578
+ },
579
+ "nodeSize": {
580
+ "nodeWidth": 26,
581
+ "nodeHeight": 40
582
+ },
583
+ "nodePadding": 55,
584
+ "nodeFontColor": "black",
585
+ "nodeColor": {
586
+ "default": "#ff8500",
587
+ "inactive": "#808080"
588
+ },
589
+ "linkColor": {
590
+ "default": "#ffc900",
591
+ "inactive": "#D3D3D3"
592
+ },
593
+ "opacity": {
594
+ "nodeOpacityDefault": 1,
595
+ "nodeOpacityInactive": 0.1,
596
+ "LinkOpacityDefault": 1,
597
+ "LinkOpacityInactive": 0.1
598
+ },
599
+ "storyNodeFontColor": "#006778",
600
+ "storyNodeText": [],
601
+ "nodeValueStyle": {
602
+ "textBefore": "(",
603
+ "textAfter": ")"
604
+ },
605
+ "data": []
606
+ },
607
+ "migrations": {
608
+ "addColorMigration": true
609
+ }
610
+ }