@cdc/chart 4.23.10-alpha → 4.23.11

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 (54) hide show
  1. package/dist/cdcchart.js +30598 -28669
  2. package/examples/feature/bar/example-bar-chart.json +1 -46
  3. package/examples/feature/dev-4261.json +399 -0
  4. package/examples/feature/forest-plot/{broken.json → linear.json} +55 -50
  5. package/examples/{private/forest-plot.json → feature/forest-plot/logarithmic.json} +305 -355
  6. package/examples/feature/line/line-points.json +340 -0
  7. package/examples/feature/regions/index.json +462 -0
  8. package/examples/gallery/bar-chart-vertical/combo-line-chart.json +181 -48
  9. package/examples/sparkline-multilple.json +846 -0
  10. package/index.html +11 -8
  11. package/package.json +3 -3
  12. package/src/CdcChart.tsx +71 -60
  13. package/src/_stories/Chart.tooltip.stories.tsx +305 -0
  14. package/src/_stories/ChartBrush.stories.tsx +19 -0
  15. package/src/_stories/ChartSuppress.stories.tsx +19 -0
  16. package/{examples/private/missing-color.json → src/_stories/_mock/brush_mock.json} +392 -332
  17. package/src/_stories/_mock/suppress_mock.json +911 -0
  18. package/src/components/AreaChart.Stacked.jsx +4 -5
  19. package/src/components/AreaChart.jsx +6 -35
  20. package/src/components/{BarChart.Horizontal.jsx → BarChart.Horizontal.tsx} +106 -29
  21. package/src/components/{BarChart.StackedHorizontal.jsx → BarChart.StackedHorizontal.tsx} +22 -17
  22. package/src/components/{BarChart.StackedVertical.jsx → BarChart.StackedVertical.tsx} +22 -26
  23. package/src/components/{BarChart.Vertical.jsx → BarChart.Vertical.tsx} +175 -31
  24. package/src/components/BarChart.jsx +1 -1
  25. package/src/components/DeviationBar.jsx +4 -3
  26. package/src/components/EditorPanel.jsx +176 -50
  27. package/src/components/ForestPlot/ForestPlotProps.ts +11 -0
  28. package/src/components/ForestPlot/index.scss +1 -0
  29. package/src/components/{ForestPlot.jsx → ForestPlot/index.tsx} +51 -31
  30. package/src/components/ForestPlotSettings.jsx +162 -112
  31. package/src/components/Legend.jsx +35 -2
  32. package/src/components/{LineChart.Circle.tsx → LineChart/LineChart.Circle.tsx} +26 -23
  33. package/src/components/LineChart/LineChartProps.ts +17 -0
  34. package/src/components/LineChart/index.scss +1 -0
  35. package/src/components/{LineChart.tsx → LineChart/index.tsx} +60 -24
  36. package/src/components/LinearChart.jsx +120 -60
  37. package/src/components/PairedBarChart.jsx +2 -2
  38. package/src/components/Series.jsx +22 -3
  39. package/src/components/ZoomBrush.tsx +168 -0
  40. package/src/data/initial-state.js +27 -12
  41. package/src/hooks/useBarChart.js +70 -6
  42. package/src/hooks/useColorScale.ts +50 -0
  43. package/src/hooks/useEditorPermissions.js +22 -4
  44. package/src/hooks/{useMinMax.js → useMinMax.ts} +75 -23
  45. package/src/hooks/{useRightAxis.js → useRightAxis.ts} +10 -2
  46. package/src/hooks/{useScales.js → useScales.ts} +64 -17
  47. package/src/hooks/useTooltip.jsx +68 -41
  48. package/src/scss/main.scss +3 -35
  49. package/src/types/ChartConfig.ts +43 -0
  50. package/src/types/ChartContext.ts +38 -0
  51. package/src/types/ChartProps.ts +7 -0
  52. package/src/types/ForestPlot.ts +60 -0
  53. package/examples/private/full.json +0 -45324
  54. /package/{examples/private/TESTING.json → src/components/ForestPlot/Readme.md} +0 -0
@@ -1,356 +1,306 @@
1
- {
2
- "type": "chart",
3
- "debugSvg": false,
4
- "chartMessage": {
5
- "noData": "No Data Available"
6
- },
7
- "title": "Forest Plot Title",
8
- "showTitle": true,
9
- "showDownloadMediaButton": false,
10
- "showChartBrush": false,
11
- "theme": "theme-blue",
12
- "animate": false,
13
- "fontSize": "medium",
14
- "lineDatapointStyle": "hover",
15
- "barHasBorder": "false",
16
- "isLollipopChart": false,
17
- "lollipopShape": "circle",
18
- "lollipopColorStyle": "two-tone",
19
- "visualizationSubType": "regular",
20
- "barStyle": "",
21
- "roundingStyle": "standard",
22
- "tipRounding": "top",
23
- "isResponsiveTicks": false,
24
- "general": {
25
- "showDownloadButton": false
26
- },
27
- "padding": {
28
- "left": 5,
29
- "right": 5
30
- },
31
- "yAxis": {
32
- "hideAxis": false,
33
- "displayNumbersOnBar": false,
34
- "hideLabel": false,
35
- "hideTicks": false,
36
- "size": 50,
37
- "gridLines": false,
38
- "enablePadding": false,
39
- "min": "",
40
- "max": "",
41
- "labelColor": "#333",
42
- "tickLabelColor": "#333",
43
- "tickColor": "#333",
44
- "rightHideAxis": true,
45
- "rightAxisSize": 0,
46
- "rightLabel": "",
47
- "rightLabelOffsetSize": 0,
48
- "rightAxisLabelColor": "#333",
49
- "rightAxisTickLabelColor": "#333",
50
- "rightAxisTickColor": "#333",
51
- "numTicks": "",
52
- "axisPadding": 0,
53
- "tickRotation": 0,
54
- "anchors": []
55
- },
56
- "boxplot": {
57
- "plots": [],
58
- "borders": "true",
59
- "firstQuartilePercentage": 25,
60
- "thirdQuartilePercentage": 75,
61
- "boxWidthPercentage": 40,
62
- "plotOutlierValues": false,
63
- "plotNonOutlierValues": true,
64
- "legend": {
65
- "showHowToReadText": false,
66
- "howToReadText": ""
67
- },
68
- "labels": {
69
- "q1": "Lower Quartile",
70
- "q2": "q2",
71
- "q3": "Upper Quartile",
72
- "q4": "q4",
73
- "minimum": "Minimum",
74
- "maximum": "Maximum",
75
- "mean": "Mean",
76
- "median": "Median",
77
- "sd": "Standard Deviation",
78
- "iqr": "Interquartile Range",
79
- "total": "Total",
80
- "outliers": "Outliers",
81
- "values": "Values",
82
- "lowerBounds": "Lower Bounds",
83
- "upperBounds": "Upper Bounds"
84
- }
85
- },
86
- "topAxis": {
87
- "hasLine": false
88
- },
89
- "isLegendValue": false,
90
- "barThickness": 0.35,
91
- "barHeight": 25,
92
- "barSpace": 15,
93
- "heights": {
94
- "vertical": 300,
95
- "horizontal": 750
96
- },
97
- "xAxis": {
98
- "sortDates": false,
99
- "anchors": [],
100
- "type": "categorical",
101
- "showTargetLabel": true,
102
- "targetLabel": "Target",
103
- "hideAxis": false,
104
- "hideLabel": false,
105
- "hideTicks": false,
106
- "size": 0,
107
- "tickRotation": 0,
108
- "min": "",
109
- "max": "",
110
- "labelColor": "#333",
111
- "tickLabelColor": "#333",
112
- "tickColor": "#333",
113
- "numTicks": "",
114
- "labelOffset": 65,
115
- "axisPadding": 0,
116
- "target": 0,
117
- "maxTickRotation": 0,
118
- "dataKey": "Study"
119
- },
120
- "table": {
121
- "label": "Data Table",
122
- "expanded": true,
123
- "limitHeight": false,
124
- "height": "",
125
- "caption": "",
126
- "showDownloadUrl": false,
127
- "showDataTableLink": true,
128
- "indexLabel": "Study",
129
- "download": false,
130
- "showVertical": true,
131
- "show": true
132
- },
133
- "orientation": "horizontal",
134
- "color": "pinkpurple",
135
- "columns": {
136
- "additionalColumn1": {
137
- "label": "Intervention Group (n/N)",
138
- "dataTable": true,
139
- "tooltips": true,
140
- "prefix": "",
141
- "suffix": "",
142
- "forestPlot": false,
143
- "startingPoint": "0",
144
- "forestPlotAlignRight": false,
145
- "name": "Intervention Group (n/N) "
146
- },
147
- "additionalColumn2": {
148
- "label": "Control Group (n/N)",
149
- "dataTable": true,
150
- "tooltips": true,
151
- "prefix": "",
152
- "suffix": "",
153
- "forestPlot": false,
154
- "startingPoint": "0",
155
- "forestPlotAlignRight": false,
156
- "name": "Control Group (n/N)",
157
- "forestPlotStartingPoint": "0"
158
- },
159
- "additionalColumn3": {
160
- "label": "Weight",
161
- "dataTable": true,
162
- "tooltips": true,
163
- "prefix": "",
164
- "suffix": "",
165
- "forestPlot": false,
166
- "startingPoint": "0",
167
- "forestPlotAlignRight": false,
168
- "name": "Weight"
169
- }
170
- },
171
- "legend": {
172
- "behavior": "isolate",
173
- "singleRow": false,
174
- "colorCode": "",
175
- "reverseLabelOrder": false,
176
- "description": "",
177
- "dynamicLegend": false,
178
- "dynamicLegendDefaultText": "Show All",
179
- "dynamicLegendItemLimit": 5,
180
- "dynamicLegendItemLimitMessage": "Dynamic Legend Item Limit Hit.",
181
- "dynamicLegendChartMessage": "Select Options from the Legend",
182
- "lineMode": false,
183
- "verticalSorted": false,
184
- "hide": true
185
- },
186
- "exclusions": {
187
- "active": false,
188
- "keys": []
189
- },
190
- "palette": "qualitative-bold",
191
- "isPaletteReversed": false,
192
- "twoColor": {
193
- "palette": "monochrome-1",
194
- "isPaletteReversed": false
195
- },
196
- "labels": false,
197
- "dataFormat": {
198
- "commas": false,
199
- "prefix": "",
200
- "suffix": "",
201
- "abbreviated": false,
202
- "bottomSuffix": "",
203
- "bottomPrefix": "",
204
- "bottomAbbreviated": false
205
- },
206
- "confidenceKeys": {},
207
- "visual": {
208
- "border": true,
209
- "accent": true,
210
- "background": true,
211
- "verticalHoverLine": false,
212
- "horizontalHoverLine": false
213
- },
214
- "useLogScale": false,
215
- "filterBehavior": "Filter Change",
216
- "highlightedBarValues": [],
217
- "series": [],
218
- "tooltips": {
219
- "opacity": 90
220
- },
221
- "forestPlot": {
222
- "startAt": 0,
223
- "width": "auto",
224
- "colors": {
225
- "line": "",
226
- "shape": ""
227
- },
228
- "estimateField": "Weight",
229
- "estimateRadius": "",
230
- "lowerCiField": "",
231
- "upperCiField": "",
232
- "shape": "circle",
233
- "rowHeight": 20,
234
- "showZeroLine": false,
235
- "description": {
236
- "show": true,
237
- "text": "description",
238
- "location": 0
239
- },
240
- "result": {
241
- "show": true,
242
- "text": "result",
243
- "location": 100
244
- },
245
- "radius": {
246
- "min": 1,
247
- "max": 8,
248
- "scalingColumn": ""
249
- },
250
- "regression": {
251
- "lower": 0,
252
- "upper": 0,
253
- "estimateField": 0,
254
- "showBaseLine": false
255
- },
256
- "leftWidthOffset": "21",
257
- "rightWidthOffset": "29",
258
- "title": "Forest Plot Example",
259
- "lower": "Lower 95 CI",
260
- "upper": "Upper 95 CI"
261
- },
262
- "brush": {
263
- "pattern_id": "brush_pattern",
264
- "accent_color": "#ddd"
265
- },
266
- "area": {
267
- "isStacked": false
268
- },
269
- "datasets": {},
270
- "visualizationType": "Forest Plot",
271
- "data": [
272
- {
273
- "Study": "Study 1",
274
- "Intervention Group (n/N) ": "1/131",
275
- "Control Group (n/N)": "2/133",
276
- "Weight": "17.8",
277
- "Relative Risk (fixed)": "0.5",
278
- "Lower 95 CI": "0.05",
279
- "Upper 95 CI": "5.49"
280
- },
281
- {
282
- "Study": "Study 2",
283
- "Intervention Group (n/N) ": "7/279",
284
- "Control Group (n/N)": "9/290",
285
- "Weight": "77.7",
286
- "Relative Risk (fixed)": "0.84",
287
- "Lower 95 CI": "0.36",
288
- "Upper 95 CI": "1.93"
289
- },
290
- {
291
- "Study": "Study 3",
292
- "Intervention Group (n/N) ": "3/102",
293
- "Control Group (n/N)": "1/101",
294
- "Weight": "4.5",
295
- "Relative Risk (fixed)": "3",
296
- "Lower 95 CI": "0.12",
297
- "Upper 95 CI": "72.77"
298
- },
299
- {
300
- "Study": "Total",
301
- "Intervention Group (n/N) ": "512",
302
- "Control Group (n/N)": "542",
303
- "Weight": "100",
304
- "Relative Risk (fixed)": "0.87",
305
- "Lower 95 CI": "0.41",
306
- "Upper 95 CI": "1.87"
307
- }
308
- ],
309
- "dataFileName": "forest-plot-a.csv",
310
- "dataFileSourceType": "file",
311
- "dataDescription": {
312
- "horizontal": false,
313
- "series": false
314
- },
315
- "validated": 4.23,
316
- "description": "Info such as <em>p</em> value, heterogeneity in plot subtext",
317
- "dynamicMarginTop": 0,
318
- "formattedData": [
319
- {
320
- "Study": "Study 1",
321
- "Intervention Group (n/N) ": "1/131",
322
- "Control Group (n/N)": "2/133",
323
- "Weight": "17.8",
324
- "Relative Risk (fixed)": "0.5",
325
- "Lower 95 CI": "0.05",
326
- "Upper 95 CI": "5.49"
327
- },
328
- {
329
- "Study": "Study 2",
330
- "Intervention Group (n/N) ": "7/279",
331
- "Control Group (n/N)": "9/290",
332
- "Weight": "77.7",
333
- "Relative Risk (fixed)": "0.84",
334
- "Lower 95 CI": "0.36",
335
- "Upper 95 CI": "1.93"
336
- },
337
- {
338
- "Study": "Study 3",
339
- "Intervention Group (n/N) ": "3/102",
340
- "Control Group (n/N)": "1/101",
341
- "Weight": "4.5",
342
- "Relative Risk (fixed)": "3",
343
- "Lower 95 CI": "0.12",
344
- "Upper 95 CI": "72.77"
345
- },
346
- {
347
- "Study": "Total",
348
- "Intervention Group (n/N) ": "512",
349
- "Control Group (n/N)": "542",
350
- "Weight": "100",
351
- "Relative Risk (fixed)": "0.87",
352
- "Lower 95 CI": "0.41",
353
- "Upper 95 CI": "1.87"
354
- }
355
- ]
1
+ {
2
+ "type": "chart",
3
+ "debugSvg": false,
4
+ "title": "",
5
+ "showTitle": true,
6
+ "showDownloadMediaButton": false,
7
+ "showChartBrush": false,
8
+ "theme": "theme-blue",
9
+ "animate": false,
10
+ "fontSize": "medium",
11
+ "lineDatapointStyle": "hover",
12
+ "barHasBorder": "false",
13
+ "isLollipopChart": false,
14
+ "lollipopShape": "circle",
15
+ "lollipopColorStyle": "two-tone",
16
+ "visualizationSubType": "regular",
17
+ "barStyle": "",
18
+ "roundingStyle": "standard",
19
+ "tipRounding": "top",
20
+ "isResponsiveTicks": false,
21
+ "general": {
22
+ "showDownloadButton": false
23
+ },
24
+ "padding": {
25
+ "left": 5,
26
+ "right": 5
27
+ },
28
+ "yAxis": {
29
+ "hideAxis": false,
30
+ "displayNumbersOnBar": false,
31
+ "hideLabel": false,
32
+ "hideTicks": false,
33
+ "size": 50,
34
+ "gridLines": false,
35
+ "enablePadding": false,
36
+ "min": "",
37
+ "max": "",
38
+ "labelColor": "#333",
39
+ "tickLabelColor": "#333",
40
+ "tickColor": "#333",
41
+ "rightHideAxis": true,
42
+ "rightAxisSize": 0,
43
+ "rightLabel": "",
44
+ "rightLabelOffsetSize": 0,
45
+ "rightAxisLabelColor": "#333",
46
+ "rightAxisTickLabelColor": "#333",
47
+ "rightAxisTickColor": "#333",
48
+ "numTicks": "",
49
+ "axisPadding": 0,
50
+ "tickRotation": 0,
51
+ "anchors": []
52
+ },
53
+ "boxplot": {
54
+ "plots": [],
55
+ "borders": "true",
56
+ "firstQuartilePercentage": 25,
57
+ "thirdQuartilePercentage": 75,
58
+ "boxWidthPercentage": 40,
59
+ "plotOutlierValues": false,
60
+ "plotNonOutlierValues": true,
61
+ "legend": {
62
+ "showHowToReadText": false,
63
+ "howToReadText": ""
64
+ },
65
+ "labels": {
66
+ "q1": "Lower Quartile",
67
+ "q2": "q2",
68
+ "q3": "Upper Quartile",
69
+ "q4": "q4",
70
+ "minimum": "Minimum",
71
+ "maximum": "Maximum",
72
+ "mean": "Mean",
73
+ "median": "Median",
74
+ "sd": "Standard Deviation",
75
+ "iqr": "Interquartile Range",
76
+ "total": "Total",
77
+ "outliers": "Outliers",
78
+ "values": "Values",
79
+ "lowerBounds": "Lower Bounds",
80
+ "upperBounds": "Upper Bounds"
81
+ }
82
+ },
83
+ "topAxis": {
84
+ "hasLine": false
85
+ },
86
+ "isLegendValue": false,
87
+ "barThickness": 0.35,
88
+ "barHeight": 25,
89
+ "barSpace": 15,
90
+ "heights": {
91
+ "vertical": 300,
92
+ "horizontal": 750
93
+ },
94
+ "xAxis": {
95
+ "anchors": [],
96
+ "type": "categorical",
97
+ "showTargetLabel": true,
98
+ "targetLabel": "Target",
99
+ "hideAxis": false,
100
+ "hideLabel": false,
101
+ "hideTicks": false,
102
+ "size": 0,
103
+ "tickRotation": 0,
104
+ "min": "",
105
+ "max": "",
106
+ "labelColor": "#333",
107
+ "tickLabelColor": "#333",
108
+ "tickColor": "#333",
109
+ "numTicks": "",
110
+ "labelOffset": 65,
111
+ "axisPadding": 0,
112
+ "target": 0,
113
+ "maxTickRotation": 0,
114
+ "dataKey": "description"
115
+ },
116
+ "table": {
117
+ "label": "Data Table",
118
+ "expanded": true,
119
+ "limitHeight": false,
120
+ "height": "",
121
+ "caption": "",
122
+ "showDownloadUrl": false,
123
+ "showDataTableLink": true,
124
+ "indexLabel": "",
125
+ "download": false,
126
+ "showVertical": true,
127
+ "show": true
128
+ },
129
+ "orientation": "horizontal",
130
+ "color": "pinkpurple",
131
+ "columns": {
132
+ "additionalColumn1": {
133
+ "label": "Estimate Field",
134
+ "dataTable": true,
135
+ "tooltips": true,
136
+ "prefix": "",
137
+ "suffix": "",
138
+ "forestPlot": false,
139
+ "startingPoint": "0",
140
+ "forestPlotAlignRight": false,
141
+ "name": "effect"
142
+ },
143
+ "additionalColumn2": {
144
+ "label": "Low",
145
+ "dataTable": true,
146
+ "tooltips": true,
147
+ "prefix": "",
148
+ "suffix": "",
149
+ "forestPlot": false,
150
+ "startingPoint": "0",
151
+ "forestPlotAlignRight": false,
152
+ "name": "low"
153
+ },
154
+ "additionalColumn3": {
155
+ "label": "High",
156
+ "dataTable": true,
157
+ "tooltips": true,
158
+ "prefix": "",
159
+ "suffix": "",
160
+ "forestPlot": false,
161
+ "startingPoint": "0",
162
+ "forestPlotAlignRight": false,
163
+ "name": "high"
164
+ }
165
+ },
166
+ "legend": {
167
+ "behavior": "isolate",
168
+ "singleRow": false,
169
+ "colorCode": "",
170
+ "reverseLabelOrder": false,
171
+ "description": "",
172
+ "dynamicLegend": false,
173
+ "dynamicLegendDefaultText": "Show All",
174
+ "dynamicLegendItemLimit": 5,
175
+ "dynamicLegendItemLimitMessage": "Dynamic Legend Item Limit Hit.",
176
+ "dynamicLegendChartMessage": "Select Options from the Legend",
177
+ "hide": true
178
+ },
179
+ "exclusions": {
180
+ "active": false,
181
+ "keys": []
182
+ },
183
+ "palette": "qualitative-bold",
184
+ "isPaletteReversed": false,
185
+ "twoColor": {
186
+ "palette": "monochrome-1",
187
+ "isPaletteReversed": false
188
+ },
189
+ "labels": false,
190
+ "dataFormat": {
191
+ "commas": false,
192
+ "prefix": "",
193
+ "suffix": "",
194
+ "abbreviated": false,
195
+ "bottomSuffix": "",
196
+ "bottomPrefix": "",
197
+ "bottomAbbreviated": false
198
+ },
199
+ "confidenceKeys": {},
200
+ "visual": {
201
+ "border": true,
202
+ "accent": true,
203
+ "background": true,
204
+ "verticalHoverLine": false,
205
+ "horizontalHoverLine": false
206
+ },
207
+ "useLogScale": false,
208
+ "filterBehavior": "Filter Change",
209
+ "highlightedBarValues": [],
210
+ "series": [],
211
+ "tooltips": {
212
+ "opacity": 90
213
+ },
214
+ "forestPlot": {
215
+ "startAt": 0,
216
+ "colors": {
217
+ "line": "",
218
+ "shape": ""
219
+ },
220
+ "lineOfNoEffect": {
221
+ "show": true
222
+ },
223
+ "type": "Logarithmic",
224
+ "pooledResult": {
225
+ "diamondHeight": 5
226
+ },
227
+ "estimateField": "effect",
228
+ "estimateRadius": "",
229
+ "shape": "circle",
230
+ "rowHeight": 20,
231
+ "description": {
232
+ "show": true,
233
+ "text": "description",
234
+ "location": 0
235
+ },
236
+ "result": {
237
+ "show": true,
238
+ "text": "result",
239
+ "location": 100
240
+ },
241
+ "radius": {
242
+ "min": 1,
243
+ "max": 8,
244
+ "scalingColumn": ""
245
+ },
246
+ "regression": {
247
+ "lower": 0,
248
+ "upper": 0,
249
+ "estimateField": 0,
250
+ "showDiamond": false
251
+ },
252
+ "leftWidthOffset": "0",
253
+ "rightWidthOffset": "0",
254
+ "showZeroLine": false,
255
+ "hideDateCategoryCol": false,
256
+ "leftLabel": "left label",
257
+ "rightLabel": "right label",
258
+ "width": "auto",
259
+ "outcome": "",
260
+ "lowerCiField": "",
261
+ "upperCiField": "",
262
+ "lower": "low",
263
+ "upper": "high",
264
+ "rightWidthOffsetMobile": "0",
265
+ "title": "test",
266
+ "leftWidthOffsetMobile": "51"
267
+ },
268
+ "brush": {
269
+ "pattern_id": "brush_pattern",
270
+ "accent_color": "#ddd"
271
+ },
272
+ "datasets": {},
273
+ "visualizationType": "Forest Plot",
274
+ "data": [
275
+ {
276
+ "description": "Study 1",
277
+ "low": 0.88,
278
+ "high": 0.95,
279
+ "effect": 0.92
280
+ },
281
+ {
282
+ "description": "Study 2",
283
+ "low": 0.84,
284
+ "high": 0.94,
285
+ "effect": 0.89
286
+ },
287
+ {
288
+ "description": "Study 3",
289
+ "low": 0.88,
290
+ "high": 0.98,
291
+ "effect": 0.93
292
+ },
293
+ {
294
+ "description": "Study 4",
295
+ "low": 0.91,
296
+ "high": 0.99,
297
+ "effect": 0.97
298
+ }
299
+ ],
300
+ "dataDescription": {
301
+ "horizontal": false,
302
+ "series": false
303
+ },
304
+ "validated": 4.23,
305
+ "dynamicMarginTop": 0
356
306
  }