@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,333 +1,393 @@
1
- {
2
- "type": "chart",
3
- "debugSvg": false,
4
- "chartMessage": {
5
- "noData": "No Data Available"
6
- },
7
- "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": 50,
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": "date",
101
- "showTargetLabel": true,
102
- "targetLabel": "Target",
103
- "hideAxis": false,
104
- "hideLabel": false,
105
- "hideTicks": false,
106
- "size": 75,
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": "Date",
119
- "dateParseFormat": "%m/%d/%Y",
120
- "dateDisplayFormat": "%m/%d/%Y"
121
- },
122
- "table": {
123
- "label": "Data Table",
124
- "expanded": true,
125
- "limitHeight": false,
126
- "height": "",
127
- "caption": "",
128
- "showDownloadUrl": false,
129
- "showDataTableLink": true,
130
- "indexLabel": "",
131
- "download": false,
132
- "showVertical": true,
133
- "show": true
134
- },
135
- "orientation": "vertical",
136
- "color": "pinkpurple",
137
- "columns": {},
138
- "legend": {
139
- "behavior": "isolate",
140
- "singleRow": false,
141
- "colorCode": "",
142
- "reverseLabelOrder": false,
143
- "description": "",
144
- "dynamicLegend": false,
145
- "dynamicLegendDefaultText": "Show All",
146
- "dynamicLegendItemLimit": 5,
147
- "dynamicLegendItemLimitMessage": "Dynamic Legend Item Limit Hit.",
148
- "dynamicLegendChartMessage": "Select Options from the Legend",
149
- "lineMode": false,
150
- "verticalSorted": false
151
- },
152
- "exclusions": {
153
- "active": false,
154
- "keys": []
155
- },
156
- "palette": "qualitative-bold",
157
- "isPaletteReversed": false,
158
- "twoColor": {
159
- "palette": "monochrome-1",
160
- "isPaletteReversed": false
161
- },
162
- "labels": false,
163
- "dataFormat": {
164
- "commas": false,
165
- "prefix": "",
166
- "suffix": "",
167
- "abbreviated": false,
168
- "bottomSuffix": "",
169
- "bottomPrefix": "",
170
- "bottomAbbreviated": false,
171
- "useCommas": false,
172
- "roundToPlace": ""
173
- },
174
- "confidenceKeys": {},
175
- "visual": {
176
- "border": true,
177
- "accent": true,
178
- "background": true,
179
- "verticalHoverLine": false,
180
- "horizontalHoverLine": false
181
- },
182
- "useLogScale": false,
183
- "filterBehavior": "Filter Change",
184
- "highlightedBarValues": [],
185
- "series": [
186
- {
187
- "dataKey": "Data 1",
188
- "type": "Line",
189
- "axis": "Left",
190
- "name": "One",
191
- "tooltip": true
192
- },
193
- {
194
- "dataKey": "Data 2",
195
- "type": "Bar",
196
- "axis": "Left",
197
- "name": "two",
198
- "tooltip": true
199
- },
200
- {
201
- "dataKey": "Data 3",
202
- "type": "Bar",
203
- "axis": "Left",
204
- "name": "three",
205
- "tooltip": true
206
- },
207
- {
208
- "dataKey": "Data 4",
209
- "type": "Bar",
210
- "axis": "Left",
211
- "name": "four",
212
- "tooltip": true
213
- }
214
- ],
215
- "tooltips": {
216
- "opacity": 90
217
- },
218
- "forestPlot": {
219
- "startAt": 0,
220
- "width": "auto",
221
- "colors": {
222
- "line": "",
223
- "shape": ""
224
- },
225
- "estimateField": "",
226
- "estimateRadius": "",
227
- "lowerCiField": "",
228
- "upperCiField": "",
229
- "shape": "",
230
- "rowHeight": 20,
231
- "showZeroLine": false,
232
- "description": {
233
- "show": true,
234
- "text": "description",
235
- "location": 0
236
- },
237
- "result": {
238
- "show": true,
239
- "text": "result",
240
- "location": 100
241
- },
242
- "radius": {
243
- "min": 1,
244
- "max": 8,
245
- "scalingColumn": ""
246
- },
247
- "regression": {
248
- "lower": 0,
249
- "upper": 0,
250
- "estimateField": 0
251
- },
252
- "leftWidthOffset": 0,
253
- "rightWidthOffset": 0
254
- },
255
- "brush": {
256
- "pattern_id": "brush_pattern",
257
- "accent_color": "#ddd"
258
- },
259
- "area": {
260
- "isStacked": false
261
- },
262
- "customColors": [
263
- "red",
264
- "orange",
265
- "yellow",
266
- "teal"
267
- ],
268
- "visualizationType": "Combo",
269
- "data": [
270
- {
271
- "Date": "1/15/2016",
272
- "Data 1": "900",
273
- "Data 2": "135",
274
- "Data 3": "300",
275
- "Data 4": "95",
276
- "Data 5": "120",
277
- "Data 6": "310"
278
- },
279
- {
280
- "Date": "2/15/2016",
281
- "Data 1": "4000",
282
- "Data 2": "90",
283
- "Data 3": "240",
284
- "Data 4": "60",
285
- "Data 5": "160",
286
- "Data 6": "2000"
287
- },
288
- {
289
- "Date": "3/15/2016",
290
- "Data 1": "500",
291
- "Data 2": "300",
292
- "Data 3": "290",
293
- "Data 4": "100",
294
- "Data 5": "200",
295
- "Data 6": "250"
296
- },
297
- {
298
- "Date": "4/15/2016",
299
- "Data 1": "1200",
300
- "Data 2": "160",
301
- "Data 3": "230",
302
- "Data 4": "180",
303
- "Data 5": "160",
304
- "Data 6": "220"
305
- },
306
- {
307
- "Date": "5/15/2016",
308
- "Data 1": "8000",
309
- "Data 2": "350",
310
- "Data 3": "300",
311
- "Data 4": "150",
312
- "Data 5": "130",
313
- "Data 6": "100"
314
- },
315
- {
316
- "Date": "6/15/2016",
317
- "Data 1": "9000",
318
- "Data 2": "220",
319
- "Data 3": "320",
320
- "Data 4": "100",
321
- "Data 5": "220",
322
- "Data 6": "300"
323
- }
324
- ],
325
- "dataFileName": "valid-area-chart.json",
326
- "dataFileSourceType": "file",
327
- "dataDescription": {
328
- "horizontal": false,
329
- "series": false
330
- },
331
- "validated": 4.23,
332
- "dynamicMarginTop": 0
1
+ {
2
+ "type": "chart",
3
+ "debugSvg": false,
4
+ "chartMessage": {
5
+ "noData": "No Data Available"
6
+ },
7
+ "title": "",
8
+ "showTitle": true,
9
+ "showDownloadMediaButton": false,
10
+ "theme": "theme-blue",
11
+ "animate": false,
12
+ "fontSize": "medium",
13
+ "lineDatapointStyle": "hover",
14
+ "barHasBorder": "false",
15
+ "isLollipopChart": false,
16
+ "lollipopShape": "circle",
17
+ "lollipopColorStyle": "two-tone",
18
+ "visualizationSubType": "regular",
19
+ "barStyle": "",
20
+ "roundingStyle": "standard",
21
+ "tipRounding": "top",
22
+ "isResponsiveTicks": false,
23
+ "general": {
24
+ "showDownloadButton": false
25
+ },
26
+ "padding": {
27
+ "left": 5,
28
+ "right": 5
29
+ },
30
+ "yAxis": {
31
+ "hideAxis": false,
32
+ "displayNumbersOnBar": false,
33
+ "hideLabel": false,
34
+ "hideTicks": false,
35
+ "size": 50,
36
+ "gridLines": false,
37
+ "enablePadding": false,
38
+ "min": "",
39
+ "max": "",
40
+ "labelColor": "#333",
41
+ "tickLabelColor": "#333",
42
+ "tickColor": "#333",
43
+ "rightHideAxis": true,
44
+ "rightAxisSize": 50,
45
+ "rightLabel": "",
46
+ "rightLabelOffsetSize": 0,
47
+ "rightAxisLabelColor": "#333",
48
+ "rightAxisTickLabelColor": "#333",
49
+ "rightAxisTickColor": "#333",
50
+ "numTicks": "",
51
+ "axisPadding": 0,
52
+ "tickRotation": 0,
53
+ "anchors": []
54
+ },
55
+ "boxplot": {
56
+ "plots": [],
57
+ "borders": "true",
58
+ "firstQuartilePercentage": 25,
59
+ "thirdQuartilePercentage": 75,
60
+ "boxWidthPercentage": 40,
61
+ "plotOutlierValues": false,
62
+ "plotNonOutlierValues": true,
63
+ "legend": {
64
+ "showHowToReadText": false,
65
+ "howToReadText": ""
66
+ },
67
+ "labels": {
68
+ "q1": "Lower Quartile",
69
+ "q2": "q2",
70
+ "q3": "Upper Quartile",
71
+ "q4": "q4",
72
+ "minimum": "Minimum",
73
+ "maximum": "Maximum",
74
+ "mean": "Mean",
75
+ "median": "Median",
76
+ "sd": "Standard Deviation",
77
+ "iqr": "Interquartile Range",
78
+ "total": "Total",
79
+ "outliers": "Outliers",
80
+ "values": "Values",
81
+ "lowerBounds": "Lower Bounds",
82
+ "upperBounds": "Upper Bounds"
83
+ }
84
+ },
85
+ "topAxis": {
86
+ "hasLine": false
87
+ },
88
+ "isLegendValue": false,
89
+ "barThickness": 0.35,
90
+ "barHeight": 25,
91
+ "barSpace": 15,
92
+ "heights": {
93
+ "vertical": 300,
94
+ "horizontal": 750
95
+ },
96
+ "xAxis": {
97
+ "sortDates": false,
98
+ "anchors": [],
99
+ "type": "date",
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": 65,
114
+ "axisPadding": 0,
115
+ "target": 0,
116
+ "maxTickRotation": 0,
117
+ "dataKey": "Date",
118
+ "dateParseFormat": "%m/%d/%Y",
119
+ "dateDisplayFormat": "%m/%d/%Y",
120
+ "tickWidthMax": 91
121
+ },
122
+ "table": {
123
+ "label": "Data Table",
124
+ "expanded": true,
125
+ "limitHeight": false,
126
+ "height": "",
127
+ "caption": "",
128
+ "showDownloadUrl": false,
129
+ "showDataTableLink": true,
130
+ "indexLabel": "",
131
+ "download": false,
132
+ "showVertical": true,
133
+ "show": true
134
+ },
135
+ "orientation": "vertical",
136
+ "color": "pinkpurple",
137
+ "columns": {},
138
+ "legend": {
139
+ "hide": false,
140
+ "behavior": "isolate",
141
+ "singleRow": false,
142
+ "colorCode": "",
143
+ "reverseLabelOrder": false,
144
+ "description": "",
145
+ "dynamicLegend": false,
146
+ "dynamicLegendDefaultText": "Show All",
147
+ "dynamicLegendItemLimit": 5,
148
+ "dynamicLegendItemLimitMessage": "Dynamic Legend Item Limit Hit.",
149
+ "dynamicLegendChartMessage": "Select Options from the Legend",
150
+ "lineMode": false,
151
+ "verticalSorted": false
152
+ },
153
+ "brush": {
154
+ "height": 25,
155
+ "data": [
156
+ {
157
+ "Date": "1/15/2016",
158
+ "Data 1": "900",
159
+ "Data 2": "135",
160
+ "Data 3": "300",
161
+ "Data 4": "95",
162
+ "Data 5": "120",
163
+ "Data 6": "310"
164
+ },
165
+ {
166
+ "Date": "2/15/2016",
167
+ "Data 1": "4000",
168
+ "Data 2": "90",
169
+ "Data 3": "240",
170
+ "Data 4": "60",
171
+ "Data 5": "160",
172
+ "Data 6": "2000"
173
+ },
174
+ {
175
+ "Date": "3/15/2016",
176
+ "Data 1": "500",
177
+ "Data 2": "300",
178
+ "Data 3": "290",
179
+ "Data 4": "100",
180
+ "Data 5": "200",
181
+ "Data 6": "250"
182
+ },
183
+ {
184
+ "Date": "4/15/2016",
185
+ "Data 1": "1200",
186
+ "Data 2": "160",
187
+ "Data 3": "230",
188
+ "Data 4": "180",
189
+ "Data 5": "160",
190
+ "Data 6": "220"
191
+ },
192
+ {
193
+ "Date": "5/15/2016",
194
+ "Data 1": "8000",
195
+ "Data 2": "350",
196
+ "Data 3": "300",
197
+ "Data 4": "150",
198
+ "Data 5": "130",
199
+ "Data 6": "100"
200
+ },
201
+ {
202
+ "Date": "6/15/2016",
203
+ "Data 1": "9000",
204
+ "Data 2": "220",
205
+ "Data 3": "320",
206
+ "Data 4": "100",
207
+ "Data 5": "220",
208
+ "Data 6": "300"
209
+ }
210
+ ],
211
+ "active": true,
212
+ "pattern_id": "brush_pattern",
213
+ "accent_color": "#ddd"
214
+ },
215
+ "exclusions": {
216
+ "active": false,
217
+ "keys": []
218
+ },
219
+ "palette": "qualitative-bold",
220
+ "isPaletteReversed": false,
221
+ "twoColor": {
222
+ "palette": "monochrome-1",
223
+ "isPaletteReversed": false
224
+ },
225
+ "labels": false,
226
+ "dataFormat": {
227
+ "commas": false,
228
+ "prefix": "",
229
+ "suffix": "",
230
+ "abbreviated": false,
231
+ "bottomSuffix": "",
232
+ "bottomPrefix": "",
233
+ "bottomAbbreviated": false,
234
+ "useCommas": false,
235
+ "roundToPlace": ""
236
+ },
237
+ "confidenceKeys": {},
238
+ "visual": {
239
+ "border": true,
240
+ "accent": true,
241
+ "background": true,
242
+ "verticalHoverLine": false,
243
+ "horizontalHoverLine": false
244
+ },
245
+ "useLogScale": false,
246
+ "filterBehavior": "Filter Change",
247
+ "highlightedBarValues": [],
248
+ "series": [
249
+ {
250
+ "dataKey": "Data 1",
251
+ "type": "Area Chart",
252
+ "axis": "Left",
253
+ "name": "One",
254
+ "tooltip": true
255
+ },
256
+ {
257
+ "dataKey": "Data 2",
258
+ "type": "Area Chart",
259
+ "axis": "Left",
260
+ "name": "two",
261
+ "tooltip": true
262
+ },
263
+ {
264
+ "dataKey": "Data 3",
265
+ "type": "Area Chart",
266
+ "axis": "Left",
267
+ "name": "three",
268
+ "tooltip": true
269
+ },
270
+ {
271
+ "dataKey": "Data 4",
272
+ "type": "Area Chart",
273
+ "axis": "Left",
274
+ "name": "four",
275
+ "tooltip": true
276
+ }
277
+ ],
278
+ "tooltips": {
279
+ "opacity": 90
280
+ },
281
+ "forestPlot": {
282
+ "startAt": 0,
283
+ "width": "auto",
284
+ "colors": {
285
+ "line": "",
286
+ "shape": ""
287
+ },
288
+ "estimateField": "",
289
+ "estimateRadius": "",
290
+ "lowerCiField": "",
291
+ "upperCiField": "",
292
+ "shape": "",
293
+ "rowHeight": 20,
294
+ "showZeroLine": false,
295
+ "description": {
296
+ "show": true,
297
+ "text": "description",
298
+ "location": 0
299
+ },
300
+ "result": {
301
+ "show": true,
302
+ "text": "result",
303
+ "location": 100
304
+ },
305
+ "radius": {
306
+ "min": 1,
307
+ "max": 8,
308
+ "scalingColumn": ""
309
+ },
310
+ "regression": {
311
+ "lower": 0,
312
+ "upper": 0,
313
+ "estimateField": 0
314
+ },
315
+ "leftWidthOffset": 0,
316
+ "rightWidthOffset": 0
317
+ },
318
+ "area": {
319
+ "isStacked": false
320
+ },
321
+ "showChartBrush": false,
322
+ "customColors": [
323
+ "red",
324
+ "orange",
325
+ "yellow",
326
+ "teal"
327
+ ],
328
+ "visualizationType": "Area Chart",
329
+ "data": [
330
+ {
331
+ "Date": "1/15/2016",
332
+ "Data 1": "900",
333
+ "Data 2": "135",
334
+ "Data 3": "300",
335
+ "Data 4": "95",
336
+ "Data 5": "120",
337
+ "Data 6": "310"
338
+ },
339
+ {
340
+ "Date": "2/15/2016",
341
+ "Data 1": "4000",
342
+ "Data 2": "90",
343
+ "Data 3": "240",
344
+ "Data 4": "60",
345
+ "Data 5": "160",
346
+ "Data 6": "2000"
347
+ },
348
+ {
349
+ "Date": "3/15/2016",
350
+ "Data 1": "500",
351
+ "Data 2": "300",
352
+ "Data 3": "290",
353
+ "Data 4": "100",
354
+ "Data 5": "200",
355
+ "Data 6": "250"
356
+ },
357
+ {
358
+ "Date": "4/15/2016",
359
+ "Data 1": "1200",
360
+ "Data 2": "160",
361
+ "Data 3": "230",
362
+ "Data 4": "180",
363
+ "Data 5": "160",
364
+ "Data 6": "220"
365
+ },
366
+ {
367
+ "Date": "5/15/2016",
368
+ "Data 1": "8000",
369
+ "Data 2": "350",
370
+ "Data 3": "300",
371
+ "Data 4": "150",
372
+ "Data 5": "130",
373
+ "Data 6": "100"
374
+ },
375
+ {
376
+ "Date": "6/15/2016",
377
+ "Data 1": "9000",
378
+ "Data 2": "220",
379
+ "Data 3": "320",
380
+ "Data 4": "100",
381
+ "Data 5": "220",
382
+ "Data 6": "300"
383
+ }
384
+ ],
385
+ "dataFileName": "valid-area-chart.json",
386
+ "dataFileSourceType": "file",
387
+ "dataDescription": {
388
+ "horizontal": false,
389
+ "series": false
390
+ },
391
+ "validated": 4.23,
392
+ "dynamicMarginTop": 0
333
393
  }