@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.
- package/dist/cdcchart.js +46641 -42561
- package/index.html +130 -129
- package/package.json +22 -27
- package/src/CdcChartComponent.tsx +75 -35
- package/src/_stories/Chart.CI.stories.tsx +10 -0
- package/src/_stories/Chart.DynamicSeries.stories.tsx +68 -49
- package/src/_stories/Chart.stories.tsx +99 -86
- package/src/_stories/ChartPrefixSuffix.stories.tsx +29 -32
- package/{examples/private/line-issue.json → src/_stories/_mock/barchart_labels.mock.json} +150 -35
- package/src/_stories/_mock/dynamic_series_bar_config.json +1 -1
- package/src/_stories/_mock/dynamic_series_suppression_mock.json +610 -0
- package/{examples/private/not-loading.json → src/_stories/_mock/pie_calculated_area.json} +152 -95
- package/src/components/Annotations/components/AnnotationDropdown.tsx +2 -2
- package/src/components/AreaChart/components/AreaChart.jsx +33 -5
- package/src/components/Axis/Categorical.Axis.tsx +2 -2
- package/src/components/BarChart/components/BarChart.Horizontal.tsx +38 -37
- package/src/components/BarChart/components/BarChart.StackedHorizontal.tsx +18 -8
- package/src/components/BarChart/components/BarChart.StackedVertical.tsx +8 -8
- package/src/components/BarChart/components/BarChart.Vertical.tsx +47 -36
- package/src/components/BarChart/components/{BarChart.jsx → BarChart.tsx} +23 -5
- package/src/components/BarChart/components/context.tsx +20 -2
- package/src/components/BarChart/helpers/getBarHeights.ts +47 -0
- package/src/components/BarChart/helpers/index.ts +5 -2
- package/src/components/BarChart/helpers/tests/getBarHeights.test.ts +83 -0
- package/src/{hooks → components/BarChart/helpers}/useBarChart.ts +9 -46
- package/src/components/BoxPlot/BoxPlot.tsx +2 -1
- package/src/components/Brush/BrushChart.tsx +73 -0
- package/src/components/Brush/BrushController..tsx +39 -0
- package/src/components/DeviationBar.jsx +2 -2
- package/src/components/EditorPanel/EditorPanel.tsx +232 -147
- package/src/components/EditorPanel/components/Panels/Panel.General.tsx +36 -36
- package/src/components/EditorPanel/components/Panels/Panel.Series.tsx +52 -25
- package/src/components/EditorPanel/components/Panels/Panel.Visual.tsx +12 -4
- package/src/components/EditorPanel/components/Panels/panelVisual.styles.css +8 -0
- package/src/components/EditorPanel/useEditorPermissions.ts +5 -5
- package/src/components/ForestPlot/ForestPlot.tsx +2 -2
- package/src/components/HoverLine/HoverLine.tsx +74 -0
- package/src/components/Legend/Legend.Component.tsx +1 -1
- package/src/components/Legend/Legend.Suppression.tsx +59 -25
- package/src/components/Legend/helpers/createFormatLabels.tsx +28 -0
- package/src/components/Legend/helpers/index.ts +1 -1
- package/src/components/LineChart/LineChartProps.ts +3 -1
- package/src/components/LineChart/components/LineChart.Circle.tsx +72 -119
- package/src/components/LineChart/helpers.ts +133 -56
- package/src/components/LineChart/index.tsx +106 -55
- package/src/components/LinearChart.tsx +178 -198
- package/src/components/PairedBarChart.jsx +3 -2
- package/src/components/PieChart/PieChart.tsx +127 -102
- package/src/components/ScatterPlot/ScatterPlot.jsx +5 -0
- package/src/components/Sparkline/components/SparkLine.tsx +80 -18
- package/src/data/initial-state.js +11 -6
- package/src/helpers/countNumOfTicks.ts +1 -1
- package/src/helpers/dataHelpers.ts +23 -2
- package/src/helpers/getNewRuntime.ts +35 -0
- package/src/helpers/getPiePercent.ts +22 -0
- package/src/helpers/getTransformedData.ts +22 -0
- package/src/helpers/sizeHelpers.ts +1 -1
- package/src/helpers/tests/getNewRuntime.test.ts +82 -0
- package/src/helpers/tests/getPiePercent.test.ts +38 -0
- package/src/hooks/useMinMax.ts +21 -28
- package/src/hooks/useRightAxis.ts +5 -3
- package/src/hooks/useScales.ts +15 -6
- package/src/hooks/useTooltip.tsx +218 -203
- package/src/index.jsx +2 -2
- package/src/scss/main.scss +13 -6
- package/src/store/chart.actions.ts +2 -6
- package/src/store/chart.reducer.ts +23 -23
- package/src/types/ChartConfig.ts +11 -3
- package/src/types/ChartContext.ts +0 -2
- package/examples/private/DEV-8850-2.json +0 -493
- package/examples/private/DEV-9822.json +0 -574
- package/examples/private/DEV-9840.json +0 -553
- package/examples/private/DEV-9850-3.json +0 -461
- package/examples/private/chart.json +0 -1084
- package/examples/private/ci_formatted.json +0 -202
- package/examples/private/ci_issue.json +0 -3016
- package/examples/private/completed.json +0 -634
- package/examples/private/dem-data-long.csv +0 -20
- package/examples/private/dem-data-long.json +0 -36
- package/examples/private/demographic_data.csv +0 -157
- package/examples/private/demographic_data.json +0 -2654
- package/examples/private/demographic_dynamic.json +0 -443
- package/examples/private/demographic_standard.json +0 -560
- package/examples/private/ehdi.json +0 -29939
- package/examples/private/test.json +0 -493
- package/src/components/ZoomBrush.tsx +0 -251
|
@@ -1,461 +0,0 @@
|
|
|
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
|
-
"showDownloadButton": false,
|
|
28
|
-
"showMissingDataLabel": true,
|
|
29
|
-
"showSuppressedSymbol": true,
|
|
30
|
-
"showZeroValueData": true,
|
|
31
|
-
"hideNullValue": true
|
|
32
|
-
},
|
|
33
|
-
"padding": {
|
|
34
|
-
"left": 5,
|
|
35
|
-
"right": 5
|
|
36
|
-
},
|
|
37
|
-
"preliminaryData": [],
|
|
38
|
-
"yAxis": {
|
|
39
|
-
"hideAxis": false,
|
|
40
|
-
"displayNumbersOnBar": false,
|
|
41
|
-
"hideLabel": false,
|
|
42
|
-
"hideTicks": false,
|
|
43
|
-
"size": 50,
|
|
44
|
-
"gridLines": false,
|
|
45
|
-
"enablePadding": false,
|
|
46
|
-
"min": "",
|
|
47
|
-
"max": "",
|
|
48
|
-
"labelColor": "#333",
|
|
49
|
-
"tickLabelColor": "#333",
|
|
50
|
-
"tickColor": "#333",
|
|
51
|
-
"rightHideAxis": true,
|
|
52
|
-
"rightAxisSize": 0,
|
|
53
|
-
"rightLabel": "",
|
|
54
|
-
"rightLabelOffsetSize": 0,
|
|
55
|
-
"rightAxisLabelColor": "#333",
|
|
56
|
-
"rightAxisTickLabelColor": "#333",
|
|
57
|
-
"rightAxisTickColor": "#333",
|
|
58
|
-
"numTicks": "",
|
|
59
|
-
"axisPadding": 0,
|
|
60
|
-
"scalePadding": 10,
|
|
61
|
-
"tickRotation": 0,
|
|
62
|
-
"anchors": [],
|
|
63
|
-
"shoMissingDataLabel": true,
|
|
64
|
-
"showMissingDataLine": true,
|
|
65
|
-
"categories": []
|
|
66
|
-
},
|
|
67
|
-
"boxplot": {
|
|
68
|
-
"plots": [],
|
|
69
|
-
"borders": "true",
|
|
70
|
-
"plotOutlierValues": false,
|
|
71
|
-
"plotNonOutlierValues": true,
|
|
72
|
-
"labels": {
|
|
73
|
-
"q1": "Lower Quartile",
|
|
74
|
-
"q2": "q2",
|
|
75
|
-
"q3": "Upper Quartile",
|
|
76
|
-
"q4": "q4",
|
|
77
|
-
"minimum": "Minimum",
|
|
78
|
-
"maximum": "Maximum",
|
|
79
|
-
"mean": "Mean",
|
|
80
|
-
"median": "Median",
|
|
81
|
-
"sd": "Standard Deviation",
|
|
82
|
-
"iqr": "Interquartile Range",
|
|
83
|
-
"count": "Count",
|
|
84
|
-
"outliers": "Outliers",
|
|
85
|
-
"values": "Values",
|
|
86
|
-
"lowerBounds": "Lower Bounds",
|
|
87
|
-
"upperBounds": "Upper Bounds"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"topAxis": {
|
|
91
|
-
"hasLine": false
|
|
92
|
-
},
|
|
93
|
-
"isLegendValue": false,
|
|
94
|
-
"barThickness": 0.35,
|
|
95
|
-
"barHeight": 25,
|
|
96
|
-
"barSpace": 15,
|
|
97
|
-
"heights": {
|
|
98
|
-
"vertical": 300,
|
|
99
|
-
"horizontal": 750
|
|
100
|
-
},
|
|
101
|
-
"xAxis": {
|
|
102
|
-
"sortDates": false,
|
|
103
|
-
"anchors": [],
|
|
104
|
-
"type": "categorical",
|
|
105
|
-
"showTargetLabel": true,
|
|
106
|
-
"targetLabel": "Target",
|
|
107
|
-
"hideAxis": false,
|
|
108
|
-
"hideLabel": false,
|
|
109
|
-
"hideTicks": false,
|
|
110
|
-
"size": 75,
|
|
111
|
-
"tickRotation": "45",
|
|
112
|
-
"min": "",
|
|
113
|
-
"max": "",
|
|
114
|
-
"labelColor": "#333",
|
|
115
|
-
"tickLabelColor": "#333",
|
|
116
|
-
"tickColor": "#333",
|
|
117
|
-
"numTicks": "",
|
|
118
|
-
"labelOffset": 0,
|
|
119
|
-
"axisPadding": 200,
|
|
120
|
-
"target": 0,
|
|
121
|
-
"maxTickRotation": 0,
|
|
122
|
-
"padding": "0",
|
|
123
|
-
"showYearsOnce": false,
|
|
124
|
-
"sortByRecentDate": false,
|
|
125
|
-
"dataKey": "date",
|
|
126
|
-
"axisBBox": 0,
|
|
127
|
-
"tickWidthMax": 93,
|
|
128
|
-
"dateParseFormat": "%Y-%m-%d",
|
|
129
|
-
"dateDisplayFormat": "%Y-%m-%d",
|
|
130
|
-
"manual": false,
|
|
131
|
-
"label": "Date"
|
|
132
|
-
},
|
|
133
|
-
"table": {
|
|
134
|
-
"label": "Data Table",
|
|
135
|
-
"expanded": true,
|
|
136
|
-
"limitHeight": false,
|
|
137
|
-
"height": "",
|
|
138
|
-
"caption": "",
|
|
139
|
-
"showDownloadUrl": false,
|
|
140
|
-
"showDataTableLink": true,
|
|
141
|
-
"showDownloadLinkBelow": true,
|
|
142
|
-
"indexLabel": "",
|
|
143
|
-
"download": true,
|
|
144
|
-
"showVertical": true,
|
|
145
|
-
"dateDisplayFormat": "%Y-%m-%d",
|
|
146
|
-
"showMissingDataLabel": true,
|
|
147
|
-
"showSuppressedSymbol": true,
|
|
148
|
-
"show": true
|
|
149
|
-
},
|
|
150
|
-
"orientation": "vertical",
|
|
151
|
-
"color": "pinkpurple",
|
|
152
|
-
"columns": {
|
|
153
|
-
"male_ci": {
|
|
154
|
-
"label": "Male (CI)",
|
|
155
|
-
"dataTable": true,
|
|
156
|
-
"tooltips": false,
|
|
157
|
-
"prefix": "",
|
|
158
|
-
"suffix": "",
|
|
159
|
-
"forestPlot": false,
|
|
160
|
-
"startingPoint": "0",
|
|
161
|
-
"forestPlotAlignRight": false,
|
|
162
|
-
"roundToPlace": 0,
|
|
163
|
-
"commas": false,
|
|
164
|
-
"showInViz": false,
|
|
165
|
-
"forestPlotStartingPoint": 0,
|
|
166
|
-
"name": "male_ci"
|
|
167
|
-
},
|
|
168
|
-
"female_ci": {
|
|
169
|
-
"label": "Female (CI)",
|
|
170
|
-
"dataTable": true,
|
|
171
|
-
"tooltips": false,
|
|
172
|
-
"prefix": "",
|
|
173
|
-
"suffix": "",
|
|
174
|
-
"forestPlot": false,
|
|
175
|
-
"startingPoint": "0",
|
|
176
|
-
"forestPlotAlignRight": false,
|
|
177
|
-
"roundToPlace": 0,
|
|
178
|
-
"commas": false,
|
|
179
|
-
"showInViz": false,
|
|
180
|
-
"forestPlotStartingPoint": 0,
|
|
181
|
-
"name": "female_ci"
|
|
182
|
-
},
|
|
183
|
-
"male": {
|
|
184
|
-
"label": "male",
|
|
185
|
-
"dataTable": false,
|
|
186
|
-
"tooltips": false,
|
|
187
|
-
"prefix": "",
|
|
188
|
-
"suffix": "",
|
|
189
|
-
"forestPlot": false,
|
|
190
|
-
"startingPoint": "0",
|
|
191
|
-
"forestPlotAlignRight": false,
|
|
192
|
-
"roundToPlace": 0,
|
|
193
|
-
"commas": false,
|
|
194
|
-
"showInViz": false,
|
|
195
|
-
"forestPlotStartingPoint": 0,
|
|
196
|
-
"name": "male"
|
|
197
|
-
},
|
|
198
|
-
"female": {
|
|
199
|
-
"label": "female",
|
|
200
|
-
"dataTable": false,
|
|
201
|
-
"tooltips": false,
|
|
202
|
-
"prefix": "",
|
|
203
|
-
"suffix": "",
|
|
204
|
-
"forestPlot": false,
|
|
205
|
-
"startingPoint": "0",
|
|
206
|
-
"forestPlotAlignRight": false,
|
|
207
|
-
"roundToPlace": 0,
|
|
208
|
-
"commas": false,
|
|
209
|
-
"showInViz": false,
|
|
210
|
-
"forestPlotStartingPoint": 0,
|
|
211
|
-
"name": "female"
|
|
212
|
-
},
|
|
213
|
-
"date": {
|
|
214
|
-
"label": "Date",
|
|
215
|
-
"dataTable": true,
|
|
216
|
-
"tooltips": false,
|
|
217
|
-
"prefix": "",
|
|
218
|
-
"suffix": "",
|
|
219
|
-
"forestPlot": false,
|
|
220
|
-
"startingPoint": "0",
|
|
221
|
-
"forestPlotAlignRight": false,
|
|
222
|
-
"roundToPlace": 0,
|
|
223
|
-
"commas": false,
|
|
224
|
-
"showInViz": false,
|
|
225
|
-
"forestPlotStartingPoint": 0,
|
|
226
|
-
"name": "date"
|
|
227
|
-
}
|
|
228
|
-
},
|
|
229
|
-
"legend": {
|
|
230
|
-
"hide": false,
|
|
231
|
-
"behavior": "isolate",
|
|
232
|
-
"axisAlign": true,
|
|
233
|
-
"singleRow": true,
|
|
234
|
-
"colorCode": "",
|
|
235
|
-
"reverseLabelOrder": false,
|
|
236
|
-
"description": "",
|
|
237
|
-
"dynamicLegend": false,
|
|
238
|
-
"dynamicLegendDefaultText": "Show All",
|
|
239
|
-
"dynamicLegendItemLimit": 5,
|
|
240
|
-
"dynamicLegendItemLimitMessage": "Dynamic Legend Item Limit Hit.",
|
|
241
|
-
"dynamicLegendChartMessage": "Select Options from the Legend",
|
|
242
|
-
"label": "",
|
|
243
|
-
"lineMode": false,
|
|
244
|
-
"verticalSorted": false,
|
|
245
|
-
"highlightOnHover": false,
|
|
246
|
-
"hideSuppressedLabels": false,
|
|
247
|
-
"hideSuppressionLink": false,
|
|
248
|
-
"seriesHighlight": [],
|
|
249
|
-
"style": "circles",
|
|
250
|
-
"subStyle": "linear blocks",
|
|
251
|
-
"tickRotation": "",
|
|
252
|
-
"hideBorder": {
|
|
253
|
-
"side": false,
|
|
254
|
-
"topBottom": true
|
|
255
|
-
},
|
|
256
|
-
"position": "right"
|
|
257
|
-
},
|
|
258
|
-
"brush": {
|
|
259
|
-
"height": 25,
|
|
260
|
-
"active": false
|
|
261
|
-
},
|
|
262
|
-
"exclusions": {
|
|
263
|
-
"active": true,
|
|
264
|
-
"keys": [],
|
|
265
|
-
"dateStart": "2023-01-02",
|
|
266
|
-
"dateEnd": "2023-01-11"
|
|
267
|
-
},
|
|
268
|
-
"palette": "qualitative-bold",
|
|
269
|
-
"isPaletteReversed": false,
|
|
270
|
-
"twoColor": {
|
|
271
|
-
"palette": "monochrome-1",
|
|
272
|
-
"isPaletteReversed": false
|
|
273
|
-
},
|
|
274
|
-
"labels": false,
|
|
275
|
-
"dataFormat": {
|
|
276
|
-
"commas": false,
|
|
277
|
-
"prefix": "",
|
|
278
|
-
"suffix": "",
|
|
279
|
-
"abbreviated": false,
|
|
280
|
-
"bottomSuffix": "",
|
|
281
|
-
"bottomPrefix": "",
|
|
282
|
-
"bottomAbbreviated": false
|
|
283
|
-
},
|
|
284
|
-
"confidenceKeys": {},
|
|
285
|
-
"visual": {
|
|
286
|
-
"border": true,
|
|
287
|
-
"accent": true,
|
|
288
|
-
"background": true,
|
|
289
|
-
"verticalHoverLine": false,
|
|
290
|
-
"horizontalHoverLine": false
|
|
291
|
-
},
|
|
292
|
-
"useLogScale": false,
|
|
293
|
-
"filterBehavior": "Filter Change",
|
|
294
|
-
"highlightedBarValues": [],
|
|
295
|
-
"series": [
|
|
296
|
-
{
|
|
297
|
-
"dataKey": "male",
|
|
298
|
-
"type": "Line",
|
|
299
|
-
"axis": "Left",
|
|
300
|
-
"tooltip": false,
|
|
301
|
-
"confidenceIntervals": [
|
|
302
|
-
{
|
|
303
|
-
"high": "male_upper",
|
|
304
|
-
"low": "male_lower"
|
|
305
|
-
}
|
|
306
|
-
],
|
|
307
|
-
"lineType": "curveMonotoneX",
|
|
308
|
-
"weight": 3
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
"dataKey": "female",
|
|
312
|
-
"type": "Line",
|
|
313
|
-
"axis": "Left",
|
|
314
|
-
"tooltip": false,
|
|
315
|
-
"confidenceIntervals": [
|
|
316
|
-
{
|
|
317
|
-
"high": "female_upper",
|
|
318
|
-
"low": "female_lower"
|
|
319
|
-
}
|
|
320
|
-
],
|
|
321
|
-
"lineType": "curveMonotoneX",
|
|
322
|
-
"weight": 3
|
|
323
|
-
}
|
|
324
|
-
],
|
|
325
|
-
"tooltips": {
|
|
326
|
-
"opacity": 90,
|
|
327
|
-
"singleSeries": false,
|
|
328
|
-
"dateDisplayFormat": ""
|
|
329
|
-
},
|
|
330
|
-
"forestPlot": {
|
|
331
|
-
"startAt": 0,
|
|
332
|
-
"colors": {
|
|
333
|
-
"line": "",
|
|
334
|
-
"shape": ""
|
|
335
|
-
},
|
|
336
|
-
"lineOfNoEffect": {
|
|
337
|
-
"show": true
|
|
338
|
-
},
|
|
339
|
-
"type": "",
|
|
340
|
-
"pooledResult": {
|
|
341
|
-
"diamondHeight": 5,
|
|
342
|
-
"column": ""
|
|
343
|
-
},
|
|
344
|
-
"estimateField": "",
|
|
345
|
-
"estimateRadius": "",
|
|
346
|
-
"shape": "square",
|
|
347
|
-
"rowHeight": 20,
|
|
348
|
-
"description": {
|
|
349
|
-
"show": true,
|
|
350
|
-
"text": "description",
|
|
351
|
-
"location": 0
|
|
352
|
-
},
|
|
353
|
-
"result": {
|
|
354
|
-
"show": true,
|
|
355
|
-
"text": "result",
|
|
356
|
-
"location": 100
|
|
357
|
-
},
|
|
358
|
-
"radius": {
|
|
359
|
-
"min": 2,
|
|
360
|
-
"max": 10,
|
|
361
|
-
"scalingColumn": ""
|
|
362
|
-
},
|
|
363
|
-
"regression": {
|
|
364
|
-
"lower": 0,
|
|
365
|
-
"upper": 0,
|
|
366
|
-
"estimateField": 0
|
|
367
|
-
},
|
|
368
|
-
"leftWidthOffset": 0,
|
|
369
|
-
"rightWidthOffset": 0,
|
|
370
|
-
"showZeroLine": false,
|
|
371
|
-
"leftLabel": "",
|
|
372
|
-
"rightLabel": ""
|
|
373
|
-
},
|
|
374
|
-
"area": {
|
|
375
|
-
"isStacked": false
|
|
376
|
-
},
|
|
377
|
-
"sankey": {
|
|
378
|
-
"title": {
|
|
379
|
-
"defaultColor": "black"
|
|
380
|
-
},
|
|
381
|
-
"iterations": 1,
|
|
382
|
-
"rxValue": 0.9,
|
|
383
|
-
"overallSize": {
|
|
384
|
-
"width": 900,
|
|
385
|
-
"height": 700
|
|
386
|
-
},
|
|
387
|
-
"margin": {
|
|
388
|
-
"margin_y": 25,
|
|
389
|
-
"margin_x": 0
|
|
390
|
-
},
|
|
391
|
-
"nodeSize": {
|
|
392
|
-
"nodeWidth": 26,
|
|
393
|
-
"nodeHeight": 40
|
|
394
|
-
},
|
|
395
|
-
"nodePadding": 55,
|
|
396
|
-
"nodeFontColor": "black",
|
|
397
|
-
"nodeColor": {
|
|
398
|
-
"default": "#ff8500",
|
|
399
|
-
"inactive": "#808080"
|
|
400
|
-
},
|
|
401
|
-
"linkColor": {
|
|
402
|
-
"default": "#ffc900",
|
|
403
|
-
"inactive": "#D3D3D3"
|
|
404
|
-
},
|
|
405
|
-
"opacity": {
|
|
406
|
-
"nodeOpacityDefault": 1,
|
|
407
|
-
"nodeOpacityInactive": 0.1,
|
|
408
|
-
"LinkOpacityDefault": 1,
|
|
409
|
-
"LinkOpacityInactive": 0.1
|
|
410
|
-
},
|
|
411
|
-
"storyNodeFontColor": "#006778",
|
|
412
|
-
"storyNodeText": [],
|
|
413
|
-
"nodeValueStyle": {
|
|
414
|
-
"textBefore": "(",
|
|
415
|
-
"textAfter": ")"
|
|
416
|
-
},
|
|
417
|
-
"data": []
|
|
418
|
-
},
|
|
419
|
-
"visualizationType": "Bar",
|
|
420
|
-
"data": [
|
|
421
|
-
{
|
|
422
|
-
"date": "2023-01-01",
|
|
423
|
-
"category": "demographic 1",
|
|
424
|
-
"value": 67,
|
|
425
|
-
"lower": 65,
|
|
426
|
-
"upper": 69,
|
|
427
|
-
"demographic_1_lower": 65,
|
|
428
|
-
"demographic_1_upper": 69,
|
|
429
|
-
"demographic_1_formatted": "CI (65, 69)"
|
|
430
|
-
},
|
|
431
|
-
{
|
|
432
|
-
"date": "2023-01-01",
|
|
433
|
-
"category": "demographic 2",
|
|
434
|
-
"value": 77,
|
|
435
|
-
"lower": 73,
|
|
436
|
-
"upper": 81,
|
|
437
|
-
"demographic_2_lower": 73,
|
|
438
|
-
"demographic_2_upper": 81,
|
|
439
|
-
"demographic_2_formatted": "CI (73, 81)"
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
"date": "2023-01-01",
|
|
443
|
-
"category": "demographic 3",
|
|
444
|
-
"value": 50,
|
|
445
|
-
"lower": 48,
|
|
446
|
-
"upper": 52,
|
|
447
|
-
"demographic_3_lower": 48,
|
|
448
|
-
"demographic_3_upper": 52,
|
|
449
|
-
"demographic_3_formatted": "CI (48, 52)"
|
|
450
|
-
}
|
|
451
|
-
],
|
|
452
|
-
"dataFileName": "valid-forecast-data.csv",
|
|
453
|
-
"dataFileSourceType": "file",
|
|
454
|
-
"dataDescription": {
|
|
455
|
-
"horizontal": false,
|
|
456
|
-
"series": false
|
|
457
|
-
},
|
|
458
|
-
"version": "4.24.12",
|
|
459
|
-
"dynamicMarginTop": 0,
|
|
460
|
-
"regions": []
|
|
461
|
-
}
|