@cdc/chart 4.24.4 → 4.24.7

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 (76) hide show
  1. package/dist/cdcchart.js +39611 -36038
  2. package/examples/feature/annotations/index.json +542 -0
  3. package/examples/xaxis.json +493 -0
  4. package/index.html +9 -8
  5. package/package.json +5 -4
  6. package/src/CdcChart.tsx +115 -71
  7. package/src/_stories/Chart.stories.tsx +26 -171
  8. package/src/_stories/ChartAnnotation.stories.tsx +32 -0
  9. package/src/_stories/_mock/annotation_category_mock.json +473 -0
  10. package/src/_stories/_mock/annotation_date-linear_mock.json +530 -0
  11. package/src/_stories/_mock/annotation_date-time_mock.json +530 -0
  12. package/src/_stories/_mock/bar-chart-suppressed.json +474 -0
  13. package/src/_stories/_mock/line_chart_two_points_new_chart.json +128 -0
  14. package/src/_stories/_mock/line_chart_two_points_regression_test.json +127 -0
  15. package/src/_stories/_mock/lollipop.json +171 -0
  16. package/src/components/Annotations/components/AnnotationDraggable.styles.css +31 -0
  17. package/src/components/Annotations/components/AnnotationDraggable.tsx +154 -0
  18. package/src/components/Annotations/components/AnnotationDropdown.styles.css +14 -0
  19. package/src/components/Annotations/components/AnnotationDropdown.tsx +72 -0
  20. package/src/components/Annotations/components/AnnotationList.styles.css +45 -0
  21. package/src/components/Annotations/components/AnnotationList.tsx +42 -0
  22. package/src/components/Annotations/components/findNearestDatum.ts +138 -0
  23. package/src/components/Annotations/components/helpers/index.tsx +46 -0
  24. package/src/components/Annotations/index.tsx +13 -0
  25. package/src/components/AreaChart/components/AreaChart.Stacked.jsx +1 -1
  26. package/src/components/AreaChart/components/AreaChart.jsx +2 -2
  27. package/src/components/BarChart/components/BarChart.Horizontal.tsx +78 -71
  28. package/src/components/BarChart/components/BarChart.StackedHorizontal.tsx +1 -2
  29. package/src/components/BarChart/components/BarChart.StackedVertical.tsx +11 -11
  30. package/src/components/BarChart/components/BarChart.Vertical.tsx +100 -87
  31. package/src/components/BarChart/helpers/index.ts +102 -0
  32. package/src/components/DeviationBar.jsx +4 -2
  33. package/src/components/EditorPanel/EditorPanel.tsx +435 -613
  34. package/src/components/EditorPanel/components/Panels/Panel.Annotate.tsx +306 -0
  35. package/src/components/EditorPanel/components/Panels/Panel.General.tsx +135 -7
  36. package/src/components/EditorPanel/components/Panels/Panel.Sankey.tsx +2 -3
  37. package/src/components/EditorPanel/components/Panels/Panel.Series.tsx +4 -5
  38. package/src/components/EditorPanel/components/Panels/Panel.Visual.tsx +3 -2
  39. package/src/components/EditorPanel/components/Panels/index.tsx +3 -1
  40. package/src/components/EditorPanel/components/panels.scss +4 -0
  41. package/src/components/EditorPanel/editor-panel.scss +19 -0
  42. package/src/components/EditorPanel/useEditorPermissions.js +23 -3
  43. package/src/components/Legend/Legend.Component.tsx +66 -15
  44. package/src/components/Legend/helpers/createFormatLabels.tsx +1 -1
  45. package/src/components/Legend/helpers/index.ts +5 -0
  46. package/src/components/LineChart/LineChartProps.ts +16 -6
  47. package/src/components/LineChart/components/LineChart.Circle.tsx +22 -11
  48. package/src/components/LineChart/helpers.ts +148 -10
  49. package/src/components/LineChart/index.tsx +71 -44
  50. package/src/components/LinearChart.jsx +184 -125
  51. package/src/components/PairedBarChart.jsx +9 -9
  52. package/src/components/PieChart/PieChart.tsx +4 -4
  53. package/src/components/Sankey/index.tsx +73 -20
  54. package/src/components/ScatterPlot/ScatterPlot.jsx +22 -8
  55. package/src/components/ZoomBrush.tsx +120 -55
  56. package/src/data/initial-state.js +14 -6
  57. package/src/helpers/handleChartTabbing.ts +8 -0
  58. package/src/helpers/isConvertLineToBarGraph.ts +4 -0
  59. package/src/hooks/{useBarChart.js → useBarChart.ts} +9 -22
  60. package/src/hooks/useColorScale.ts +1 -1
  61. package/src/hooks/useMinMax.ts +29 -5
  62. package/src/hooks/useScales.ts +48 -26
  63. package/src/hooks/useTooltip.tsx +62 -15
  64. package/src/scss/main.scss +69 -12
  65. package/src/types/ChartConfig.ts +53 -16
  66. package/src/types/ChartContext.ts +13 -0
  67. package/tests-examples/helpers/testZeroValue.test.ts +30 -0
  68. package/LICENSE +0 -201
  69. package/src/_stories/ChartLine.preliminary.tsx +0 -19
  70. package/src/_stories/ChartSuppress.stories.tsx +0 -19
  71. package/src/_stories/_mock/suppress_mock.json +0 -911
  72. package/src/helpers/computeMarginBottom.ts +0 -56
  73. package/src/helpers/filterData.ts +0 -18
  74. package/src/helpers/tests/computeMarginBottom.test.ts +0 -21
  75. /package/src/hooks/{useLegendClasses.js → useLegendClasses.ts} +0 -0
  76. /package/src/hooks/{useReduceData.js → useReduceData.ts} +0 -0
@@ -0,0 +1,474 @@
1
+ {
2
+ "type": "chart",
3
+ "debugSvg": false,
4
+ "chartMessage": {
5
+ "noData": "No Data Available"
6
+ },
7
+ "title": "Combo Bar-Line Chart",
8
+ "showTitle": true,
9
+ "showDownloadMediaButton": false,
10
+ "theme": "theme-purple",
11
+ "animate": false,
12
+ "fontSize": "medium",
13
+ "lineDatapointStyle": "hover",
14
+ "lineDatapointColor": "Same as Line",
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
+ "preliminaryData": [
32
+ {
33
+ "type": "suppression",
34
+ "seriesKey": "",
35
+ "label": "Suppressed",
36
+ "column": "Data 2",
37
+ "value": "ABC",
38
+ "style": "",
39
+ "displayTooltip": true,
40
+ "displayLegend": true,
41
+ "displayTable": true,
42
+ "symbol": "Dagger",
43
+ "iconCode": "†",
44
+ "lineCode": ""
45
+ }
46
+ ],
47
+ "yAxis": {
48
+ "hideAxis": false,
49
+ "displayNumbersOnBar": false,
50
+ "hideLabel": false,
51
+ "hideTicks": false,
52
+ "size": "68",
53
+ "gridLines": true,
54
+ "enablePadding": false,
55
+ "min": "",
56
+ "max": "",
57
+ "labelColor": "#333",
58
+ "tickLabelColor": "#333",
59
+ "tickColor": "#333",
60
+ "rightHideAxis": true,
61
+ "rightAxisSize": 50,
62
+ "rightLabel": "",
63
+ "rightLabelOffsetSize": 0,
64
+ "rightAxisLabelColor": "#333",
65
+ "rightAxisTickLabelColor": "#333",
66
+ "rightAxisTickColor": "#333",
67
+ "numTicks": "",
68
+ "axisPadding": 0,
69
+ "scalePadding": 10,
70
+ "tickRotation": 0,
71
+ "anchors": [],
72
+ "label": "Y-Axis Label Example"
73
+ },
74
+ "boxplot": {
75
+ "plots": [],
76
+ "borders": "true",
77
+ "firstQuartilePercentage": 25,
78
+ "thirdQuartilePercentage": 75,
79
+ "boxWidthPercentage": 40,
80
+ "plotOutlierValues": false,
81
+ "plotNonOutlierValues": true,
82
+ "legend": {
83
+ "showHowToReadText": false,
84
+ "howToReadText": ""
85
+ },
86
+ "labels": {
87
+ "q1": "Lower Quartile",
88
+ "q2": "q2",
89
+ "q3": "Upper Quartile",
90
+ "q4": "q4",
91
+ "minimum": "Minimum",
92
+ "maximum": "Maximum",
93
+ "mean": "Mean",
94
+ "median": "Median",
95
+ "sd": "Standard Deviation",
96
+ "iqr": "Interquartile Range",
97
+ "total": "Total",
98
+ "outliers": "Outliers",
99
+ "values": "Values"
100
+ }
101
+ },
102
+ "topAxis": {
103
+ "hasLine": false
104
+ },
105
+ "isLegendValue": false,
106
+ "barThickness": 0.35,
107
+ "barHeight": 25,
108
+ "barSpace": 15,
109
+ "heights": {
110
+ "vertical": 300,
111
+ "horizontal": 750
112
+ },
113
+ "xAxis": {
114
+ "sortDates": false,
115
+ "anchors": [],
116
+ "type": "date",
117
+ "showTargetLabel": true,
118
+ "targetLabel": "Target",
119
+ "hideAxis": false,
120
+ "hideLabel": false,
121
+ "hideTicks": false,
122
+ "size": "78",
123
+ "tickRotation": "25",
124
+ "min": "",
125
+ "max": "",
126
+ "labelColor": "#333",
127
+ "tickLabelColor": "#333",
128
+ "tickColor": "#333",
129
+ "numTicks": "",
130
+ "labelOffset": 65,
131
+ "axisPadding": 0,
132
+ "target": 0,
133
+ "maxTickRotation": 0,
134
+ "showSuppressedSymbol": true,
135
+ "showSuppressedLine": true,
136
+ "dataKey": "Date",
137
+ "label": "X-Axis Example Label",
138
+ "dateParseFormat": "%d/%m/%Y",
139
+ "dateDisplayFormat": "%d/%m/%Y",
140
+ "tickWidthMax": 91,
141
+ "padding": 6
142
+ },
143
+ "table": {
144
+ "label": "Data Table",
145
+ "expanded": true,
146
+ "limitHeight": false,
147
+ "height": "",
148
+ "caption": "",
149
+ "showDownloadUrl": false,
150
+ "showDataTableLink": true,
151
+ "indexLabel": "",
152
+ "download": true,
153
+ "showVertical": false,
154
+ "dateDisplayFormat": "",
155
+ "show": true
156
+ },
157
+ "orientation": "vertical",
158
+ "color": "pinkpurple",
159
+ "columns": {},
160
+ "legend": {
161
+ "hide": false,
162
+ "behavior": "highlight",
163
+ "axisAlign": true,
164
+ "singleRow": false,
165
+ "colorCode": "",
166
+ "reverseLabelOrder": false,
167
+ "description": "",
168
+ "dynamicLegend": false,
169
+ "dynamicLegendDefaultText": "Show All",
170
+ "dynamicLegendItemLimit": 5,
171
+ "dynamicLegendItemLimitMessage": "Dynamic Legend Item Limit Hit.",
172
+ "dynamicLegendChartMessage": "Select Options from the Legend",
173
+ "lineMode": false,
174
+ "verticalSorted": false,
175
+ "highlightOnHover": false,
176
+ "hideSuppressedLabels": false,
177
+ "seriesHighlight": [],
178
+ "position": "right",
179
+ "label": "Data Type"
180
+ },
181
+ "brush": {
182
+ "height": 25,
183
+ "active": false,
184
+ "data": [
185
+ {
186
+ "Date": "1/15/2016",
187
+ "Data 1": "1000",
188
+ "Data 2": "110",
189
+ "Data 3": "100",
190
+ "Data 4": "90",
191
+ "Monthly-Goal": "100"
192
+ },
193
+ {
194
+ "Date": "2/15/2016",
195
+ "Data 1": "100",
196
+ "Data 2": "110",
197
+ "Data 3": "100",
198
+ "Data 4": "100",
199
+ "Monthly-Goal": "100"
200
+ },
201
+ {
202
+ "Date": "3/15/2016",
203
+ "Data 1": "80",
204
+ "Data 2": "90",
205
+ "Data 3": "100",
206
+ "Data 4": "120",
207
+ "Monthly-Goal": "110"
208
+ },
209
+ {
210
+ "Date": "4/15/2016",
211
+ "Data 1": "80",
212
+ "Data 2": "90",
213
+ "Data 3": "110",
214
+ "Data 4": "120",
215
+ "Monthly-Goal": "110"
216
+ },
217
+ {
218
+ "Date": "5/15/2016",
219
+ "Data 1": "70",
220
+ "Data 2": "90",
221
+ "Data 3": "110",
222
+ "Data 4": "130",
223
+ "Monthly-Goal": "120"
224
+ },
225
+ {
226
+ "Date": "6/15/2016",
227
+ "Data 1": "100",
228
+ "Data 2": "120",
229
+ "Data 3": "120",
230
+ "Data 4": "130",
231
+ "Monthly-Goal": "120"
232
+ },
233
+ {
234
+ "Date": "7/15/2016",
235
+ "Data 1": "110",
236
+ "Data 2": "140",
237
+ "Data 3": "120",
238
+ "Data 4": "130",
239
+ "Monthly-Goal": "130"
240
+ },
241
+ {
242
+ "Date": "8/15/2016",
243
+ "Data 1": "110",
244
+ "Data 2": "130",
245
+ "Data 3": "120",
246
+ "Data 4": "140",
247
+ "Monthly-Goal": "130"
248
+ },
249
+ {
250
+ "Date": "9/15/2016",
251
+ "Data 1": "120",
252
+ "Data 2": "130",
253
+ "Data 3": "120",
254
+ "Data 4": "150",
255
+ "Monthly-Goal": "140"
256
+ }
257
+ ]
258
+ },
259
+ "exclusions": {
260
+ "active": false,
261
+ "keys": []
262
+ },
263
+ "palette": "qualitative-soft",
264
+ "isPaletteReversed": false,
265
+ "twoColor": {
266
+ "palette": "monochrome-1",
267
+ "isPaletteReversed": false
268
+ },
269
+ "labels": true,
270
+ "dataFormat": {
271
+ "commas": false,
272
+ "prefix": "",
273
+ "suffix": "",
274
+ "abbreviated": false,
275
+ "bottomSuffix": "",
276
+ "bottomPrefix": "",
277
+ "bottomAbbreviated": false
278
+ },
279
+ "confidenceKeys": {},
280
+ "visual": {
281
+ "border": true,
282
+ "accent": true,
283
+ "background": true,
284
+ "verticalHoverLine": false,
285
+ "horizontalHoverLine": false
286
+ },
287
+ "useLogScale": false,
288
+ "filterBehavior": "Filter Change",
289
+ "highlightedBarValues": [],
290
+ "series": [
291
+ {
292
+ "dataKey": "Data 2",
293
+ "type": "Bar",
294
+ "axis": "Left",
295
+ "tooltip": true
296
+ }
297
+ ],
298
+ "tooltips": {
299
+ "opacity": 90,
300
+ "singleSeries": false,
301
+ "dateDisplayFormat": ""
302
+ },
303
+ "forestPlot": {
304
+ "startAt": 0,
305
+ "colors": {
306
+ "line": "",
307
+ "shape": ""
308
+ },
309
+ "lineOfNoEffect": {
310
+ "show": true
311
+ },
312
+ "type": "",
313
+ "pooledResult": {
314
+ "diamondHeight": 5,
315
+ "column": ""
316
+ },
317
+ "estimateField": "",
318
+ "estimateRadius": "",
319
+ "shape": "",
320
+ "rowHeight": 20,
321
+ "description": {
322
+ "show": true,
323
+ "text": "description",
324
+ "location": 0
325
+ },
326
+ "result": {
327
+ "show": true,
328
+ "text": "result",
329
+ "location": 100
330
+ },
331
+ "radius": {
332
+ "min": 1,
333
+ "max": 8,
334
+ "scalingColumn": ""
335
+ },
336
+ "regression": {
337
+ "lower": 0,
338
+ "upper": 0,
339
+ "estimateField": 0
340
+ },
341
+ "leftWidthOffset": 0,
342
+ "rightWidthOffset": 0,
343
+ "showZeroLine": false,
344
+ "leftLabel": "",
345
+ "rightLabel": "",
346
+ "hideDateCategoryCol": false
347
+ },
348
+ "area": {
349
+ "isStacked": false
350
+ },
351
+ "sankey": {
352
+ "title": {
353
+ "defaultColor": "black"
354
+ },
355
+ "iterations": 1,
356
+ "rxValue": 0.9,
357
+ "overallSize": {
358
+ "width": 900,
359
+ "height": 700
360
+ },
361
+ "margin": {
362
+ "margin_y": 25,
363
+ "margin_x": 0
364
+ },
365
+ "nodeSize": {
366
+ "nodeWidth": 26,
367
+ "nodeHeight": 40
368
+ },
369
+ "nodePadding": 55,
370
+ "nodeFontColor": "black",
371
+ "nodeColor": {
372
+ "default": "#ff8500",
373
+ "inactive": "#808080"
374
+ },
375
+ "linkColor": {
376
+ "default": "#ffc900",
377
+ "inactive": "#D3D3D3"
378
+ },
379
+ "opacity": {
380
+ "nodeOpacityDefault": 1,
381
+ "nodeOpacityInactive": 0.1,
382
+ "LinkOpacityDefault": 1,
383
+ "LinkOpacityInactive": 0.1
384
+ },
385
+ "storyNodeFontColor": "#006778",
386
+ "storyNodeText": [],
387
+ "nodeValueStyle": {
388
+ "textBefore": "(",
389
+ "textAfter": ")"
390
+ },
391
+ "data": []
392
+ },
393
+ "suppressedData": [],
394
+ "height": "332",
395
+ "data": [
396
+ {
397
+ "Date": "1/15/2016",
398
+ "Data 1": "$1,000",
399
+ "Data 2": "ABC",
400
+ "Data 3": "100",
401
+ "Data 4": "90",
402
+ "Monthly-Goal": "100"
403
+ },
404
+ {
405
+ "Date": "2/15/2016",
406
+ "Data 1": "100",
407
+ "Data 2": "110",
408
+ "Data 3": "100",
409
+ "Data 4": "100",
410
+ "Monthly-Goal": "100"
411
+ },
412
+ {
413
+ "Date": "3/15/2016",
414
+ "Data 1": "80",
415
+ "Data 2": "90",
416
+ "Data 3": "100",
417
+ "Data 4": "120",
418
+ "Monthly-Goal": "110"
419
+ },
420
+ {
421
+ "Date": "4/15/2016",
422
+ "Data 1": "80",
423
+ "Data 2": "90",
424
+ "Data 3": "110",
425
+ "Data 4": "120",
426
+ "Monthly-Goal": "110"
427
+ },
428
+ {
429
+ "Date": "5/15/2016",
430
+ "Data 1": "70",
431
+ "Data 2": "90",
432
+ "Data 3": "110",
433
+ "Data 4": "130",
434
+ "Monthly-Goal": "120"
435
+ },
436
+ {
437
+ "Date": "6/15/2016",
438
+ "Data 1": "100",
439
+ "Data 2": "120",
440
+ "Data 3": "120",
441
+ "Data 4": "130",
442
+ "Monthly-Goal": "120"
443
+ },
444
+ {
445
+ "Date": "7/15/2016",
446
+ "Data 1": "110",
447
+ "Data 2": "140",
448
+ "Data 3": "120",
449
+ "Data 4": "130",
450
+ "Monthly-Goal": "130"
451
+ },
452
+ {
453
+ "Date": "8/15/2016",
454
+ "Data 1": "110",
455
+ "Data 2": "130",
456
+ "Data 3": "120",
457
+ "Data 4": "140",
458
+ "Monthly-Goal": "130"
459
+ },
460
+ {
461
+ "Date": "9/15/2016",
462
+ "Data 1": "120",
463
+ "Data 2": "",
464
+ "Data 3": "120",
465
+ "Data 4": "150",
466
+ "Monthly-Goal": "140"
467
+ }
468
+ ],
469
+ "visualizationType": "Bar",
470
+ "filters": [],
471
+ "validated": 4.23,
472
+ "dynamicMarginTop": 0,
473
+ "version": "4.24.4"
474
+ }
@@ -0,0 +1,128 @@
1
+ {
2
+ "allowLineToBarGraph": true,
3
+ "type": "chart",
4
+ "visualizationType": "Line",
5
+ "xAxis": {
6
+ "dataKey": "STATE"
7
+ },
8
+ "series": [
9
+ {
10
+ "dataKey": "Rate"
11
+ }
12
+ ],
13
+ "filters": [
14
+ {
15
+ "values": ["Home", "School", "Vehicle", "Work"],
16
+ "active": "Home",
17
+ "order": "asc",
18
+ "columnName": "Location",
19
+ "setByQueryParameter": "location"
20
+ }
21
+ ],
22
+ "data": [
23
+ {
24
+ "STATE": "AL",
25
+ "Rate": "10",
26
+ "Location": "Home",
27
+ "URL": "https://www.cdc.gov/",
28
+ "Intensity Level": "Low",
29
+ "Trajectory": "Increasing"
30
+ },
31
+ {
32
+ "STATE": "AK",
33
+ "Rate": "12",
34
+ "Location": "Home",
35
+ "URL": "https://www.cdc.gov/",
36
+ "Intensity Level": "Low",
37
+ "Trajectory": "Increasing"
38
+ },
39
+ {
40
+ "STATE": "FL",
41
+ "Rate": "10",
42
+ "Location": "Work",
43
+ "URL": "https://www.cdc.gov/",
44
+ "Intensity Level": "Low",
45
+ "Trajectory": "Increasing"
46
+ },
47
+ {
48
+ "STATE": "GA",
49
+ "Rate": "12",
50
+ "Location": "Work",
51
+ "URL": "https://www.cdc.gov/",
52
+ "Intensity Level": "Low",
53
+ "Trajectory": "Increasing"
54
+ },
55
+ {
56
+ "STATE": "AL",
57
+ "Rate": "10",
58
+ "Location": "Work",
59
+ "URL": "https://www.cdc.gov/",
60
+ "Intensity Level": "Low",
61
+ "Trajectory": "Increasing"
62
+ },
63
+ {
64
+ "STATE": "AK",
65
+ "Rate": "12",
66
+ "Location": "Work",
67
+ "URL": "https://www.cdc.gov/",
68
+ "Intensity Level": "Low",
69
+ "Trajectory": "Increasing"
70
+ }
71
+ ],
72
+ "dataFileName": "hex-data.csv",
73
+ "dataFileSourceType": "file",
74
+ "formattedData": [
75
+ {
76
+ "STATE": "AL",
77
+ "Rate": "10",
78
+ "Location": "Home",
79
+ "URL": "https://www.cdc.gov/",
80
+ "Intensity Level": "Low",
81
+ "Trajectory": "Increasing"
82
+ },
83
+ {
84
+ "STATE": "AK",
85
+ "Rate": "12",
86
+ "Location": "Home",
87
+ "URL": "https://www.cdc.gov/",
88
+ "Intensity Level": "Low",
89
+ "Trajectory": "Increasing"
90
+ },
91
+ {
92
+ "STATE": "AL",
93
+ "Rate": "10",
94
+ "Location": "Work",
95
+ "URL": "https://www.cdc.gov/",
96
+ "Intensity Level": "Low",
97
+ "Trajectory": "Increasing"
98
+ },
99
+ {
100
+ "STATE": "AK",
101
+ "Rate": "12",
102
+ "Location": "Work",
103
+ "URL": "https://www.cdc.gov/",
104
+ "Intensity Level": "Low",
105
+ "Trajectory": "Increasing"
106
+ },
107
+ {
108
+ "STATE": "FL",
109
+ "Rate": "10",
110
+ "Location": "Work",
111
+ "URL": "https://www.cdc.gov/",
112
+ "Intensity Level": "Low",
113
+ "Trajectory": "Increasing"
114
+ },
115
+ {
116
+ "STATE": "GA",
117
+ "Rate": "12",
118
+ "Location": "Work",
119
+ "URL": "https://www.cdc.gov/",
120
+ "Intensity Level": "Low",
121
+ "Trajectory": "Increasing"
122
+ }
123
+ ],
124
+ "dataDescription": {
125
+ "horizontal": false,
126
+ "series": false
127
+ }
128
+ }