maidr 1.0.0
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/.Rbuildignore +1 -0
- package/.eslintignore +3 -0
- package/.eslintrc.json +6 -0
- package/.github/workflows/build.yml +20 -0
- package/.prettierignore +3 -0
- package/.prettierrc.json +7 -0
- package/.vscode/extensions.json +25 -0
- package/.vscode/settings.json +30 -0
- package/.vscode/tasks.json +57 -0
- package/CHANGELOG.md +7 -0
- package/CITATION.cff +21 -0
- package/CONTRIBUTING.md +87 -0
- package/LICENSE.md +595 -0
- package/README.md +341 -0
- package/dist/maidr.js +8851 -0
- package/dist/maidr.min.js +1 -0
- package/dist/styles.css +244 -0
- package/dist/styles.min.css +1 -0
- package/docs/Audio.html +1398 -0
- package/docs/Constants.html +256 -0
- package/docs/Description.html +582 -0
- package/docs/Helper.html +364 -0
- package/docs/LogError.html +905 -0
- package/docs/Menu.html +665 -0
- package/docs/Position.html +174 -0
- package/docs/Resources.html +338 -0
- package/docs/Review.html +333 -0
- package/docs/Tracker.html +965 -0
- package/docs/audio.js.html +635 -0
- package/docs/constants.js.html +1242 -0
- package/docs/display.js.html +1184 -0
- package/docs/fonts/OpenSans-Bold-webfont.eot +0 -0
- package/docs/fonts/OpenSans-Bold-webfont.svg +1830 -0
- package/docs/fonts/OpenSans-Bold-webfont.woff +0 -0
- package/docs/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
- package/docs/fonts/OpenSans-BoldItalic-webfont.svg +1830 -0
- package/docs/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
- package/docs/fonts/OpenSans-Italic-webfont.eot +0 -0
- package/docs/fonts/OpenSans-Italic-webfont.svg +1830 -0
- package/docs/fonts/OpenSans-Italic-webfont.woff +0 -0
- package/docs/fonts/OpenSans-Light-webfont.eot +0 -0
- package/docs/fonts/OpenSans-Light-webfont.svg +1831 -0
- package/docs/fonts/OpenSans-Light-webfont.woff +0 -0
- package/docs/fonts/OpenSans-LightItalic-webfont.eot +0 -0
- package/docs/fonts/OpenSans-LightItalic-webfont.svg +1835 -0
- package/docs/fonts/OpenSans-LightItalic-webfont.woff +0 -0
- package/docs/fonts/OpenSans-Regular-webfont.eot +0 -0
- package/docs/fonts/OpenSans-Regular-webfont.svg +1831 -0
- package/docs/fonts/OpenSans-Regular-webfont.woff +0 -0
- package/docs/fonts/OpenSans-Semibold-webfont.eot +0 -0
- package/docs/fonts/OpenSans-Semibold-webfont.svg +1830 -0
- package/docs/fonts/OpenSans-Semibold-webfont.ttf +0 -0
- package/docs/fonts/OpenSans-Semibold-webfont.woff +0 -0
- package/docs/fonts/OpenSans-SemiboldItalic-webfont.eot +0 -0
- package/docs/fonts/OpenSans-SemiboldItalic-webfont.svg +1830 -0
- package/docs/fonts/OpenSans-SemiboldItalic-webfont.ttf +0 -0
- package/docs/fonts/OpenSans-SemiboldItalic-webfont.woff +0 -0
- package/docs/index.html +66 -0
- package/docs/scripts/linenumber.js +25 -0
- package/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
- package/docs/scripts/prettify/lang-css.js +2 -0
- package/docs/scripts/prettify/prettify.js +28 -0
- package/docs/styles/jsdoc-default.css +692 -0
- package/docs/styles/prettify-jsdoc.css +111 -0
- package/docs/styles/prettify-tomorrow.css +132 -0
- package/examples/dev_charts/barplot.html +1056 -0
- package/examples/dev_charts/boxplot.html +1856 -0
- package/examples/dev_charts/boxplot_flipped.svg +727 -0
- package/examples/dev_charts/heatmap.html +1217 -0
- package/examples/dev_charts/scatterplot/displ.js +18 -0
- package/examples/dev_charts/scatterplot/histogram_for_residual.svg +595 -0
- package/examples/dev_charts/scatterplot/hwy.js +15 -0
- package/examples/dev_charts/scatterplot/layers/point_layer.json +938 -0
- package/examples/dev_charts/scatterplot/layers/smooth_layer.json +322 -0
- package/examples/dev_charts/scatterplot/point_layer.js +938 -0
- package/examples/dev_charts/scatterplot/prediction_array.js +31 -0
- package/examples/dev_charts/scatterplot/prediction_array.json +31 -0
- package/examples/dev_charts/scatterplot/residual_array.js +29 -0
- package/examples/dev_charts/scatterplot/residual_array.json +29 -0
- package/examples/dev_charts/scatterplot/scatterplot.svg +1428 -0
- package/examples/dev_charts/scatterplot/scatterplot_data.html +2838 -0
- package/examples/dev_charts/scatterplot/scatterplot_no_jitter_point_only.svg +1393 -0
- package/examples/dev_charts/scatterplot/scatterplot_no_jitter_with_bestfit.svg +1424 -0
- package/examples/dev_charts/scatterplot/scatterplot_no_jitter_with_loess_curve.svg +1402 -0
- package/examples/dev_charts/scatterplot/smooth_layer.js +322 -0
- package/examples/dev_charts/scatterplot.html +4560 -0
- package/examples/dodged_bar/dodged_bar.png +0 -0
- package/examples/dodged_bar/dodged_bar.svg +198 -0
- package/examples/dodged_bar/schema.json +41 -0
- package/examples/histogram/histogram_tutorial.svg +482 -0
- package/examples/histogram/histogram_tutorial_raw_data.json +362 -0
- package/examples/histogram/histogram_user_study.svg +578 -0
- package/examples/histogram/histogram_user_study_raw_data.json +362 -0
- package/examples/lineplot/lineplot_sample.svg +126 -0
- package/examples/lineplot/lineplot_sample_raw_data.json +1 -0
- package/examples/lineplot/point+lineplot_sample.svg +700 -0
- package/examples/other/audio_oscillator_boxplot.js +95 -0
- package/examples/other/barplot_labels.svg +314 -0
- package/examples/other/barplot_user_study.svg +313 -0
- package/examples/other/boxplot.html +927 -0
- package/examples/other/boxplot_data_frame.html +568 -0
- package/examples/other/boxplot_label.svg +751 -0
- package/examples/other/braille-display_boxplot.js +79 -0
- package/examples/other/control_boxplot.js +55 -0
- package/examples/other/draft.js +56 -0
- package/examples/other/getData.html +400 -0
- package/examples/other/getData.js +41 -0
- package/examples/other/ggplot_to_svg.R +371 -0
- package/examples/other/heatmap.svg +582 -0
- package/examples/other/heatmap_label.svg +608 -0
- package/examples/other/multiple_barplot.html +2250 -0
- package/examples/other/new_scatterplot_user_study_point_layer.json +122 -0
- package/examples/other/py_binder_output.html +1167 -0
- package/examples/other/scatterplot_label.svg +1429 -0
- package/examples/other/seaborn_plot.py +9 -0
- package/examples/other/svglite_bar.svg +136 -0
- package/examples/other/tutorial_boxplot.svg +727 -0
- package/examples/other/tutorial_boxplot_data.json +72 -0
- package/examples/other/user_study_boxplot.svg +676 -0
- package/examples/stacked_bar/schema.json +41 -0
- package/examples/stacked_bar/stack_bar.png +0 -0
- package/examples/stacked_bar/stacked_bar.svg +180 -0
- package/examples/stacked_normalized_bar/stacked_normalized_bar.png +0 -0
- package/examples/stacked_normalized_bar/stacked_normalized_bar.svg +189 -0
- package/examples/static/barplot.svg +263 -0
- package/examples/static/barplot_diamonds_gridSVG.svg +254 -0
- package/examples/static/boxplot.svg +424 -0
- package/examples/static/heatmap.svg +373 -0
- package/examples/static/heatmap_penguins_table.html +486 -0
- package/examples/static/scatterplot.svg +530 -0
- package/examples/svglite/task_heatmap.html +802 -0
- package/examples/svglite/task_heatmap.svg +111 -0
- package/examples/svglite/tutorial_bar.svg +136 -0
- package/examples/svglite/tutorial_bar_plot.html +504 -0
- package/examples/svglite/tutorial_boxplot.html +1850 -0
- package/examples/svglite/tutorial_boxplot.svg +727 -0
- package/examples/svglite/tutorial_scatterplot.html +3135 -0
- package/examples/svglite/tutorial_scatterplot.svg +311 -0
- package/gulpfile.js +49 -0
- package/index.html +40 -0
- package/jsconfig.json +10 -0
- package/jsdoc.json +19 -0
- package/package.json +47 -0
- package/src/css/styles.css +241 -0
- package/src/js/__tests__/audio.test.js +49 -0
- package/src/js/__tests__/constants.test.js +622 -0
- package/src/js/audio.js +575 -0
- package/src/js/barplot.js +254 -0
- package/src/js/boxplot.js +682 -0
- package/src/js/constants.js +1182 -0
- package/src/js/controls.js +3182 -0
- package/src/js/display.js +1124 -0
- package/src/js/heatmap.js +411 -0
- package/src/js/histogram.js +134 -0
- package/src/js/init.js +427 -0
- package/src/js/lineplot.js +219 -0
- package/src/js/scatterplot.js +619 -0
- package/src/js/segmented.js +268 -0
- package/user_study_pilot/binder_test.html +526 -0
- package/user_study_pilot/data/barplot_user_study.svg +492 -0
- package/user_study_pilot/data/barplot_user_study_raw_data.json +22 -0
- package/user_study_pilot/data/boxplot_tutorial.json +72 -0
- package/user_study_pilot/data/boxplot_tutorial_horizontal.svg +727 -0
- package/user_study_pilot/data/boxplot_user_study.json +52 -0
- package/user_study_pilot/data/boxplot_user_study_vertical.svg +675 -0
- package/user_study_pilot/data/boxplot_user_study_vertical_horizontal.svg +676 -0
- package/user_study_pilot/data/heatmap_user_study.svg +719 -0
- package/user_study_pilot/data/heatmap_user_study_raw_data.json +127 -0
- package/user_study_pilot/data/new_barplot_user_study.svg +269 -0
- package/user_study_pilot/data/new_heatmap_user_study.svg +367 -0
- package/user_study_pilot/data/new_scatterplot_user_study.svg +603 -0
- package/user_study_pilot/data/new_scatterplot_user_study_point_layer.json +122 -0
- package/user_study_pilot/data/scatterplot_user_study (1).svg +321 -0
- package/user_study_pilot/data/scatterplot_user_study.svg +603 -0
- package/user_study_pilot/data/scatterplot_user_study_point_layer.json +122 -0
- package/user_study_pilot/data/scatterplot_user_study_smooth_layer.json +322 -0
- package/user_study_pilot/intro.html +215 -0
- package/user_study_pilot/jaws_settings/Chrome.JDF +10 -0
- package/user_study_pilot/jaws_settings/Firefox.JDF +10 -0
- package/user_study_pilot/jaws_settings/backup_utf8/Chrome.JDF +10 -0
- package/user_study_pilot/jaws_settings/backup_utf8/Firefox.JDF +10 -0
- package/user_study_pilot/jaws_settings/backup_utf8/msedge.JDF +10 -0
- package/user_study_pilot/jaws_settings/msedge.JDF +10 -0
- package/user_study_pilot/nvda_settings/chrome.dic +10 -0
- package/user_study_pilot/nvda_settings/default.dic +10 -0
- package/user_study_pilot/nvda_settings/firefox.dic +10 -0
- package/user_study_pilot/nvda_settings/msedge.dic +10 -0
- package/user_study_pilot/scatterplot.html +4560 -0
- package/user_study_pilot/seaborn_test.html +1059 -0
- package/user_study_pilot/svglite_test.html +534 -0
- package/user_study_pilot/task1_bar_plot.html +1111 -0
- package/user_study_pilot/task2_heatmap.html +1661 -0
- package/user_study_pilot/task3_boxplot_horizontal.html +1690 -0
- package/user_study_pilot/task3_boxplot_vertical.html +1689 -0
- package/user_study_pilot/task4_scatterplot.html +2091 -0
- package/user_study_pilot/tutorial1_bar_plot.html +1159 -0
- package/user_study_pilot/tutorial2_heatmap.html +1276 -0
- package/user_study_pilot/tutorial3_boxplot_horizontal.html +1861 -0
- package/user_study_pilot/tutorial3_boxplot_vertical.html +1807 -0
- package/user_study_pilot/tutorial4_scatterplot.html +5893 -0
- package/user_study_pilot/tutorial5_histogram.html +1553 -0
- package/user_study_pilot/tutorial6_lineplot.html +1011 -0
- package/user_study_pilot/tutorial7_stacked.html +763 -0
- package/user_study_pilot/tutorial8_stacked_normalized.html +796 -0
- package/user_study_pilot/tutorial9_dodged_bar.html +831 -0
- package/user_study_pilot/voiceover_settings/user_study_VoiceOver Archive.voprefs +573 -0
|
@@ -0,0 +1,362 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"y": 1,
|
|
4
|
+
"count": 1,
|
|
5
|
+
"x": 40.7274,
|
|
6
|
+
"xmin": 39.5961,
|
|
7
|
+
"xmax": 41.8587,
|
|
8
|
+
"density": 0.0031,
|
|
9
|
+
"ncount": 0.0455,
|
|
10
|
+
"ndensity": 0.0455,
|
|
11
|
+
"flipped_aes": false,
|
|
12
|
+
"PANEL": "1",
|
|
13
|
+
"group": -1,
|
|
14
|
+
"ymin": 0,
|
|
15
|
+
"ymax": 1,
|
|
16
|
+
"fill": "grey35",
|
|
17
|
+
"linewidth": 0.5,
|
|
18
|
+
"linetype": 1
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"y": 7,
|
|
22
|
+
"count": 7,
|
|
23
|
+
"x": 42.99,
|
|
24
|
+
"xmin": 41.8587,
|
|
25
|
+
"xmax": 44.1213,
|
|
26
|
+
"density": 0.0218,
|
|
27
|
+
"ncount": 0.3182,
|
|
28
|
+
"ndensity": 0.3182,
|
|
29
|
+
"flipped_aes": false,
|
|
30
|
+
"PANEL": "1",
|
|
31
|
+
"group": -1,
|
|
32
|
+
"ymin": 0,
|
|
33
|
+
"ymax": 7,
|
|
34
|
+
"fill": "grey35",
|
|
35
|
+
"linewidth": 0.5,
|
|
36
|
+
"linetype": 1
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"y": 3,
|
|
40
|
+
"count": 3,
|
|
41
|
+
"x": 45.2526,
|
|
42
|
+
"xmin": 44.1213,
|
|
43
|
+
"xmax": 46.3839,
|
|
44
|
+
"density": 0.0093,
|
|
45
|
+
"ncount": 0.1364,
|
|
46
|
+
"ndensity": 0.1364,
|
|
47
|
+
"flipped_aes": false,
|
|
48
|
+
"PANEL": "1",
|
|
49
|
+
"group": -1,
|
|
50
|
+
"ymin": 0,
|
|
51
|
+
"ymax": 3,
|
|
52
|
+
"fill": "grey35",
|
|
53
|
+
"linewidth": 0.5,
|
|
54
|
+
"linetype": 1
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"y": 6,
|
|
58
|
+
"count": 6,
|
|
59
|
+
"x": 47.5153,
|
|
60
|
+
"xmin": 46.3839,
|
|
61
|
+
"xmax": 48.6466,
|
|
62
|
+
"density": 0.0187,
|
|
63
|
+
"ncount": 0.2727,
|
|
64
|
+
"ndensity": 0.2727,
|
|
65
|
+
"flipped_aes": false,
|
|
66
|
+
"PANEL": "1",
|
|
67
|
+
"group": -1,
|
|
68
|
+
"ymin": 0,
|
|
69
|
+
"ymax": 6,
|
|
70
|
+
"fill": "grey35",
|
|
71
|
+
"linewidth": 0.5,
|
|
72
|
+
"linetype": 1
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"y": 5,
|
|
76
|
+
"count": 5,
|
|
77
|
+
"x": 49.7779,
|
|
78
|
+
"xmin": 48.6466,
|
|
79
|
+
"xmax": 50.9092,
|
|
80
|
+
"density": 0.0156,
|
|
81
|
+
"ncount": 0.2273,
|
|
82
|
+
"ndensity": 0.2273,
|
|
83
|
+
"flipped_aes": false,
|
|
84
|
+
"PANEL": "1",
|
|
85
|
+
"group": -1,
|
|
86
|
+
"ymin": 0,
|
|
87
|
+
"ymax": 5,
|
|
88
|
+
"fill": "grey35",
|
|
89
|
+
"linewidth": 0.5,
|
|
90
|
+
"linetype": 1
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"y": 6,
|
|
94
|
+
"count": 6,
|
|
95
|
+
"x": 52.0405,
|
|
96
|
+
"xmin": 50.9092,
|
|
97
|
+
"xmax": 53.1718,
|
|
98
|
+
"density": 0.0187,
|
|
99
|
+
"ncount": 0.2727,
|
|
100
|
+
"ndensity": 0.2727,
|
|
101
|
+
"flipped_aes": false,
|
|
102
|
+
"PANEL": "1",
|
|
103
|
+
"group": -1,
|
|
104
|
+
"ymin": 0,
|
|
105
|
+
"ymax": 6,
|
|
106
|
+
"fill": "grey35",
|
|
107
|
+
"linewidth": 0.5,
|
|
108
|
+
"linetype": 1
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"y": 4,
|
|
112
|
+
"count": 4,
|
|
113
|
+
"x": 54.3032,
|
|
114
|
+
"xmin": 53.1718,
|
|
115
|
+
"xmax": 55.4345,
|
|
116
|
+
"density": 0.0124,
|
|
117
|
+
"ncount": 0.1818,
|
|
118
|
+
"ndensity": 0.1818,
|
|
119
|
+
"flipped_aes": false,
|
|
120
|
+
"PANEL": "1",
|
|
121
|
+
"group": -1,
|
|
122
|
+
"ymin": 0,
|
|
123
|
+
"ymax": 4,
|
|
124
|
+
"fill": "grey35",
|
|
125
|
+
"linewidth": 0.5,
|
|
126
|
+
"linetype": 1
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"y": 4,
|
|
130
|
+
"count": 4,
|
|
131
|
+
"x": 56.5658,
|
|
132
|
+
"xmin": 55.4345,
|
|
133
|
+
"xmax": 57.6971,
|
|
134
|
+
"density": 0.0124,
|
|
135
|
+
"ncount": 0.1818,
|
|
136
|
+
"ndensity": 0.1818,
|
|
137
|
+
"flipped_aes": false,
|
|
138
|
+
"PANEL": "1",
|
|
139
|
+
"group": -1,
|
|
140
|
+
"ymin": 0,
|
|
141
|
+
"ymax": 4,
|
|
142
|
+
"fill": "grey35",
|
|
143
|
+
"linewidth": 0.5,
|
|
144
|
+
"linetype": 1
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"y": 7,
|
|
148
|
+
"count": 7,
|
|
149
|
+
"x": 58.8284,
|
|
150
|
+
"xmin": 57.6971,
|
|
151
|
+
"xmax": 59.9597,
|
|
152
|
+
"density": 0.0218,
|
|
153
|
+
"ncount": 0.3182,
|
|
154
|
+
"ndensity": 0.3182,
|
|
155
|
+
"flipped_aes": false,
|
|
156
|
+
"PANEL": "1",
|
|
157
|
+
"group": -1,
|
|
158
|
+
"ymin": 0,
|
|
159
|
+
"ymax": 7,
|
|
160
|
+
"fill": "grey35",
|
|
161
|
+
"linewidth": 0.5,
|
|
162
|
+
"linetype": 1
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"y": 3,
|
|
166
|
+
"count": 3,
|
|
167
|
+
"x": 61.0911,
|
|
168
|
+
"xmin": 59.9597,
|
|
169
|
+
"xmax": 62.2224,
|
|
170
|
+
"density": 0.0093,
|
|
171
|
+
"ncount": 0.1364,
|
|
172
|
+
"ndensity": 0.1364,
|
|
173
|
+
"flipped_aes": false,
|
|
174
|
+
"PANEL": "1",
|
|
175
|
+
"group": -1,
|
|
176
|
+
"ymin": 0,
|
|
177
|
+
"ymax": 3,
|
|
178
|
+
"fill": "grey35",
|
|
179
|
+
"linewidth": 0.5,
|
|
180
|
+
"linetype": 1
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"y": 5,
|
|
184
|
+
"count": 5,
|
|
185
|
+
"x": 63.3537,
|
|
186
|
+
"xmin": 62.2224,
|
|
187
|
+
"xmax": 64.485,
|
|
188
|
+
"density": 0.0156,
|
|
189
|
+
"ncount": 0.2273,
|
|
190
|
+
"ndensity": 0.2273,
|
|
191
|
+
"flipped_aes": false,
|
|
192
|
+
"PANEL": "1",
|
|
193
|
+
"group": -1,
|
|
194
|
+
"ymin": 0,
|
|
195
|
+
"ymax": 5,
|
|
196
|
+
"fill": "grey35",
|
|
197
|
+
"linewidth": 0.5,
|
|
198
|
+
"linetype": 1
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"y": 5,
|
|
202
|
+
"count": 5,
|
|
203
|
+
"x": 65.6163,
|
|
204
|
+
"xmin": 64.485,
|
|
205
|
+
"xmax": 66.7476,
|
|
206
|
+
"density": 0.0156,
|
|
207
|
+
"ncount": 0.2273,
|
|
208
|
+
"ndensity": 0.2273,
|
|
209
|
+
"flipped_aes": false,
|
|
210
|
+
"PANEL": "1",
|
|
211
|
+
"group": -1,
|
|
212
|
+
"ymin": 0,
|
|
213
|
+
"ymax": 5,
|
|
214
|
+
"fill": "grey35",
|
|
215
|
+
"linewidth": 0.5,
|
|
216
|
+
"linetype": 1
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"y": 2,
|
|
220
|
+
"count": 2,
|
|
221
|
+
"x": 67.8789,
|
|
222
|
+
"xmin": 66.7476,
|
|
223
|
+
"xmax": 69.0103,
|
|
224
|
+
"density": 0.0062,
|
|
225
|
+
"ncount": 0.0909,
|
|
226
|
+
"ndensity": 0.0909,
|
|
227
|
+
"flipped_aes": false,
|
|
228
|
+
"PANEL": "1",
|
|
229
|
+
"group": -1,
|
|
230
|
+
"ymin": 0,
|
|
231
|
+
"ymax": 2,
|
|
232
|
+
"fill": "grey35",
|
|
233
|
+
"linewidth": 0.5,
|
|
234
|
+
"linetype": 1
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"y": 7,
|
|
238
|
+
"count": 7,
|
|
239
|
+
"x": 70.1416,
|
|
240
|
+
"xmin": 69.0103,
|
|
241
|
+
"xmax": 71.2729,
|
|
242
|
+
"density": 0.0218,
|
|
243
|
+
"ncount": 0.3182,
|
|
244
|
+
"ndensity": 0.3182,
|
|
245
|
+
"flipped_aes": false,
|
|
246
|
+
"PANEL": "1",
|
|
247
|
+
"group": -1,
|
|
248
|
+
"ymin": 0,
|
|
249
|
+
"ymax": 7,
|
|
250
|
+
"fill": "grey35",
|
|
251
|
+
"linewidth": 0.5,
|
|
252
|
+
"linetype": 1
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"y": 22,
|
|
256
|
+
"count": 22,
|
|
257
|
+
"x": 72.4042,
|
|
258
|
+
"xmin": 71.2729,
|
|
259
|
+
"xmax": 73.5355,
|
|
260
|
+
"density": 0.0685,
|
|
261
|
+
"ncount": 1,
|
|
262
|
+
"ndensity": 1,
|
|
263
|
+
"flipped_aes": false,
|
|
264
|
+
"PANEL": "1",
|
|
265
|
+
"group": -1,
|
|
266
|
+
"ymin": 0,
|
|
267
|
+
"ymax": 22,
|
|
268
|
+
"fill": "grey35",
|
|
269
|
+
"linewidth": 0.5,
|
|
270
|
+
"linetype": 1
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"y": 17,
|
|
274
|
+
"count": 17,
|
|
275
|
+
"x": 74.6668,
|
|
276
|
+
"xmin": 73.5355,
|
|
277
|
+
"xmax": 75.7982,
|
|
278
|
+
"density": 0.0529,
|
|
279
|
+
"ncount": 0.7727,
|
|
280
|
+
"ndensity": 0.7727,
|
|
281
|
+
"flipped_aes": false,
|
|
282
|
+
"PANEL": "1",
|
|
283
|
+
"group": -1,
|
|
284
|
+
"ymin": 0,
|
|
285
|
+
"ymax": 17,
|
|
286
|
+
"fill": "grey35",
|
|
287
|
+
"linewidth": 0.5,
|
|
288
|
+
"linetype": 1
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"y": 7,
|
|
292
|
+
"count": 7,
|
|
293
|
+
"x": 76.9295,
|
|
294
|
+
"xmin": 75.7982,
|
|
295
|
+
"xmax": 78.0608,
|
|
296
|
+
"density": 0.0218,
|
|
297
|
+
"ncount": 0.3182,
|
|
298
|
+
"ndensity": 0.3182,
|
|
299
|
+
"flipped_aes": false,
|
|
300
|
+
"PANEL": "1",
|
|
301
|
+
"group": -1,
|
|
302
|
+
"ymin": 0,
|
|
303
|
+
"ymax": 7,
|
|
304
|
+
"fill": "grey35",
|
|
305
|
+
"linewidth": 0.5,
|
|
306
|
+
"linetype": 1
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"y": 20,
|
|
310
|
+
"count": 20,
|
|
311
|
+
"x": 79.1921,
|
|
312
|
+
"xmin": 78.0608,
|
|
313
|
+
"xmax": 80.3234,
|
|
314
|
+
"density": 0.0622,
|
|
315
|
+
"ncount": 0.9091,
|
|
316
|
+
"ndensity": 0.9091,
|
|
317
|
+
"flipped_aes": false,
|
|
318
|
+
"PANEL": "1",
|
|
319
|
+
"group": -1,
|
|
320
|
+
"ymin": 0,
|
|
321
|
+
"ymax": 20,
|
|
322
|
+
"fill": "grey35",
|
|
323
|
+
"linewidth": 0.5,
|
|
324
|
+
"linetype": 1
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"y": 10,
|
|
328
|
+
"count": 10,
|
|
329
|
+
"x": 81.4547,
|
|
330
|
+
"xmin": 80.3234,
|
|
331
|
+
"xmax": 82.5861,
|
|
332
|
+
"density": 0.0311,
|
|
333
|
+
"ncount": 0.4545,
|
|
334
|
+
"ndensity": 0.4545,
|
|
335
|
+
"flipped_aes": false,
|
|
336
|
+
"PANEL": "1",
|
|
337
|
+
"group": -1,
|
|
338
|
+
"ymin": 0,
|
|
339
|
+
"ymax": 10,
|
|
340
|
+
"fill": "grey35",
|
|
341
|
+
"linewidth": 0.5,
|
|
342
|
+
"linetype": 1
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"y": 1,
|
|
346
|
+
"count": 1,
|
|
347
|
+
"x": 83.7174,
|
|
348
|
+
"xmin": 82.5861,
|
|
349
|
+
"xmax": 84.8487,
|
|
350
|
+
"density": 0.0031,
|
|
351
|
+
"ncount": 0.0455,
|
|
352
|
+
"ndensity": 0.0455,
|
|
353
|
+
"flipped_aes": false,
|
|
354
|
+
"PANEL": "1",
|
|
355
|
+
"group": -1,
|
|
356
|
+
"ymin": 0,
|
|
357
|
+
"ymax": 1,
|
|
358
|
+
"fill": "grey35",
|
|
359
|
+
"linewidth": 0.5,
|
|
360
|
+
"linetype": 1
|
|
361
|
+
}
|
|
362
|
+
]
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' class='svglite'
|
|
2
|
+
width='720.00pt' height='576.00pt' viewBox='0 0 720.00 576.00'>
|
|
3
|
+
<defs>
|
|
4
|
+
<style type='text/css'><![CDATA[
|
|
5
|
+
.svglite line, .svglite polyline, .svglite polygon, .svglite path, .svglite rect, .svglite circle {
|
|
6
|
+
fill: none;
|
|
7
|
+
stroke: #000000;
|
|
8
|
+
stroke-linecap: round;
|
|
9
|
+
stroke-linejoin: round;
|
|
10
|
+
stroke-miterlimit: 10.00;
|
|
11
|
+
}
|
|
12
|
+
.svglite text {
|
|
13
|
+
white-space: pre;
|
|
14
|
+
}
|
|
15
|
+
]]></style>
|
|
16
|
+
</defs>
|
|
17
|
+
<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;' />
|
|
18
|
+
<defs>
|
|
19
|
+
<clipPath id='cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA='>
|
|
20
|
+
<rect x='0.00' y='0.00' width='720.00' height='576.00' />
|
|
21
|
+
</clipPath>
|
|
22
|
+
</defs>
|
|
23
|
+
<g clip-path='url(#cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA=)'>
|
|
24
|
+
<rect x='0.00' y='0.00' width='720.00' height='576.00'
|
|
25
|
+
style='stroke-width: 1.07; stroke: #FFFFFF; fill: #FFFFFF;' />
|
|
26
|
+
</g>
|
|
27
|
+
<defs>
|
|
28
|
+
<clipPath id='cpNDcuODN8NzE0LjUyfDM4Ljg1fDUzMC44Nw=='>
|
|
29
|
+
<rect x='47.83' y='38.85' width='666.69' height='492.02' />
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
<g clip-path='url(#cpNDcuODN8NzE0LjUyfDM4Ljg1fDUzMC44Nw==)'>
|
|
33
|
+
<rect x='47.83' y='38.85' width='666.69' height='492.02'
|
|
34
|
+
style='stroke-width: 1.07; stroke: none; fill: #EBEBEB;' />
|
|
35
|
+
<polyline points='47.83,391.45 714.52,391.45 '
|
|
36
|
+
style='stroke-width: 0.53; stroke: #FFFFFF; stroke-linecap: butt;' />
|
|
37
|
+
<polyline points='47.83,250.20 714.52,250.20 '
|
|
38
|
+
style='stroke-width: 0.53; stroke: #FFFFFF; stroke-linecap: butt;' />
|
|
39
|
+
<polyline points='47.83,108.96 714.52,108.96 '
|
|
40
|
+
style='stroke-width: 0.53; stroke: #FFFFFF; stroke-linecap: butt;' />
|
|
41
|
+
<polyline points='173.38,530.87 173.38,38.85 '
|
|
42
|
+
style='stroke-width: 0.53; stroke: #FFFFFF; stroke-linecap: butt;' />
|
|
43
|
+
<polyline points='300.31,530.87 300.31,38.85 '
|
|
44
|
+
style='stroke-width: 0.53; stroke: #FFFFFF; stroke-linecap: butt;' />
|
|
45
|
+
<polyline points='427.24,530.87 427.24,38.85 '
|
|
46
|
+
style='stroke-width: 0.53; stroke: #FFFFFF; stroke-linecap: butt;' />
|
|
47
|
+
<polyline points='554.16,530.87 554.16,38.85 '
|
|
48
|
+
style='stroke-width: 0.53; stroke: #FFFFFF; stroke-linecap: butt;' />
|
|
49
|
+
<polyline points='681.09,530.87 681.09,38.85 '
|
|
50
|
+
style='stroke-width: 0.53; stroke: #FFFFFF; stroke-linecap: butt;' />
|
|
51
|
+
<polyline points='47.83,462.07 714.52,462.07 '
|
|
52
|
+
style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: butt;' />
|
|
53
|
+
<polyline points='47.83,320.83 714.52,320.83 '
|
|
54
|
+
style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: butt;' />
|
|
55
|
+
<polyline points='47.83,179.58 714.52,179.58 '
|
|
56
|
+
style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: butt;' />
|
|
57
|
+
<polyline points='109.93,530.87 109.93,38.85 '
|
|
58
|
+
style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: butt;' />
|
|
59
|
+
<polyline points='236.84,530.87 236.84,38.85 '
|
|
60
|
+
style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: butt;' />
|
|
61
|
+
<polyline points='363.78,530.87 363.78,38.85 '
|
|
62
|
+
style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: butt;' />
|
|
63
|
+
<polyline points='490.69,530.87 490.69,38.85 '
|
|
64
|
+
style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: butt;' />
|
|
65
|
+
<polyline points='617.63,530.87 617.63,38.85 '
|
|
66
|
+
style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: butt;' />
|
|
67
|
+
<polyline
|
|
68
|
+
points='78.13,499.36 79.21,499.33 80.28,498.87 81.33,492.34 82.40,495.06 83.45,496.75 84.52,501.69 85.60,497.35 86.61,501.73 87.69,507.66 88.73,506.57 89.81,499.58 90.85,501.52 91.93,505.58 93.00,508.47 94.05,508.37 95.12,507.45 96.17,508.51 97.24,507.34 98.32,508.26 99.29,507.56 100.37,505.93 101.41,507.52 102.49,503.88 103.53,502.05 104.61,502.47 105.69,495.97 106.73,495.66 107.81,502.47 108.85,501.48 109.93,490.29 111.00,481.39 111.98,474.96 113.05,469.24 114.10,464.93 115.17,459.57 116.22,455.89 117.29,453.03 118.37,445.97 119.41,441.21 120.49,430.36 121.53,424.08 122.61,427.26 123.69,430.19 124.66,427.22 125.74,428.21 126.78,426.90 127.86,428.56 128.90,425.53 129.98,422.03 131.06,425.28 132.10,428.39 133.18,421.08 134.22,421.32 135.30,426.09 136.37,429.31 137.38,425.42 138.46,428.21 139.50,429.52 140.58,429.48 141.62,429.83 142.70,428.92 143.77,432.09 144.82,431.18 145.89,440.82 146.94,442.90 148.01,450.56 149.09,446.11 150.06,448.16 151.14,445.87 152.18,450.46 153.26,449.26 154.30,451.30 155.38,451.30 156.46,449.72 157.50,456.99 158.58,448.09 159.62,444.81 160.70,439.33 161.77,436.26 162.75,439.69 163.83,440.25 164.87,437.18 165.95,429.34 166.99,424.54 168.06,425.99 169.14,411.33 170.18,408.29 171.26,386.51 172.30,368.99 173.38,338.45 174.46,337.78 175.43,321.60 176.51,313.41 177.55,305.54 178.63,313.06 179.67,316.34 180.75,323.37 181.83,323.55 182.87,324.46 183.95,328.10 184.99,329.87 186.07,337.28 187.14,344.63 188.15,348.02 189.23,344.49 190.27,354.27 191.35,344.77 192.39,338.84 193.47,337.85 194.54,342.72 195.59,340.96 196.66,334.25 197.71,336.89 198.78,346.25 199.86,340.50 200.83,345.30 201.91,354.06 202.95,359.28 204.03,351.41 205.07,362.18 206.15,358.79 207.23,364.93 208.27,364.51 209.35,362.67 210.39,377.82 211.47,374.18 212.55,380.22 213.52,379.55 214.60,385.10 215.64,386.97 216.72,390.46 217.76,380.54 218.84,388.63 219.91,387.04 220.96,393.32 222.03,388.73 223.08,383.40 224.15,387.60 225.23,385.34 226.20,387.60 227.28,389.01 228.32,397.10 229.40,392.90 230.44,391.59 231.52,380.15 232.60,384.74 233.64,381.00 234.72,383.05 235.76,379.97 236.84,367.33 237.91,366.66 238.92,365.71 240.00,343.50 241.04,321.39 242.12,317.37 243.16,308.01 244.24,310.91 245.32,320.09 246.36,317.72 247.44,320.02 248.48,330.79 249.56,318.32 250.63,319.03 251.61,321.46 252.68,325.45 253.73,314.68 254.80,317.37 255.85,325.67 256.92,319.56 258.00,312.71 259.04,298.02 260.12,284.49 261.16,276.09 262.24,271.50 263.32,260.62 264.29,253.91 265.37,241.59 266.41,238.38 267.49,231.21 268.53,220.22 269.61,219.09 270.68,207.23 271.73,196.21 272.80,181.77 273.85,177.78 274.92,196.04 276.00,195.65 276.97,200.49 278.05,205.43 279.09,209.45 280.17,206.21 281.21,230.85 282.29,228.21 283.37,240.25 284.41,254.19 285.49,267.90 286.53,273.83 287.61,285.23 288.68,292.90 289.69,294.49 290.77,293.92 291.81,304.73 292.89,312.85 293.93,301.87 295.01,302.50 296.09,307.87 297.13,307.37 298.21,313.84 299.25,308.19 300.33,305.89 301.40,309.49 302.38,308.86 303.45,306.88 304.50,310.16 305.57,304.58 306.62,302.71 307.69,313.91 308.77,312.07 309.81,310.30 310.89,316.31 311.93,315.95 313.01,328.07 314.09,306.63 315.06,307.30 316.14,307.97 317.18,305.33 318.26,302.89 319.30,309.56 320.38,316.06 321.45,309.88 322.50,312.25 323.57,315.21 324.62,324.96 325.69,324.64 326.77,325.59 327.74,325.70 328.82,337.00 329.86,335.87 330.94,342.09 331.98,346.68 333.06,346.92 334.14,352.54 335.18,348.12 336.26,354.90 337.30,358.40 338.38,357.80 339.46,358.65 340.46,360.52 341.54,370.23 342.58,363.94 343.66,372.17 344.70,370.09 345.78,361.68 346.86,370.12 347.90,371.39 348.98,372.49 350.02,373.16 351.10,367.37 352.17,378.77 353.15,384.21 354.22,374.93 355.27,378.21 356.34,371.08 357.39,373.97 358.46,373.41 359.54,370.62 360.58,369.20 361.66,365.85 362.70,367.90 363.78,364.90 364.86,368.46 365.83,370.33 366.91,363.31 367.95,365.25 369.03,370.62 370.07,358.89 371.15,349.50 372.22,343.14 373.27,339.93 374.34,329.16 375.39,324.32 376.46,320.30 377.54,311.47 378.51,300.14 379.59,305.33 380.63,294.84 381.71,296.39 382.75,300.14 383.83,297.31 384.91,295.33 385.95,291.10 387.03,287.95 388.07,278.52 389.15,275.52 390.23,269.48 391.23,269.27 392.31,270.86 393.35,259.24 394.43,248.79 395.47,255.50 396.55,257.73 397.63,257.94 398.67,271.46 399.75,265.57 400.79,265.85 401.87,274.04 402.94,279.05 403.92,283.54 404.99,281.63 406.04,280.25 407.11,281.24 408.16,287.99 409.23,293.89 410.31,295.62 411.35,294.34 412.43,301.69 413.47,303.98 414.55,298.58 415.63,300.24 416.60,304.23 417.68,309.14 418.72,323.83 419.80,323.41 420.84,322.73 421.92,323.19 423.00,330.22 424.04,333.82 425.12,342.90 426.16,348.02 427.24,342.90 428.31,349.54 429.29,350.74 430.36,333.36 431.41,340.96 432.48,341.06 433.53,337.53 434.60,339.05 435.68,339.26 436.72,344.56 437.80,341.10 438.84,341.20 439.92,338.80 441.00,345.09 442.00,344.91 443.08,341.49 444.12,341.20 445.20,352.78 446.24,344.24 447.32,360.31 448.40,356.88 449.44,355.04 450.52,347.81 451.56,347.21 452.64,350.56 453.72,352.54 454.69,356.14 455.77,360.62 456.81,368.32 457.89,363.24 458.93,368.32 460.01,369.98 461.08,368.29 462.12,375.42 463.20,380.58 464.24,374.64 465.32,378.46 466.40,380.65 467.37,376.55 468.45,393.53 469.49,389.79 470.57,383.97 471.61,382.31 472.69,385.13 473.77,380.86 474.81,381.56 475.89,387.92 476.93,390.32 478.01,392.30 479.08,387.53 480.06,399.11 481.13,391.31 482.18,398.65 483.25,393.18 484.30,390.57 485.37,397.17 486.45,394.45 487.49,399.29 488.57,401.48 489.61,403.70 490.69,401.76 491.77,396.47 492.77,400.88 493.85,409.78 494.89,400.00 495.97,403.77 497.01,400.38 498.09,396.64 499.17,404.69 500.21,407.91 501.29,404.20 502.33,404.38 503.41,390.64 504.49,388.31 505.46,386.47 506.54,381.88 507.58,383.47 508.66,374.36 509.70,370.86 510.78,354.66 511.85,351.13 512.90,331.63 513.97,320.72 515.02,311.72 516.09,314.40 517.17,313.24 518.14,310.09 519.22,299.68 520.26,306.74 521.34,306.95 522.38,307.06 523.46,310.09 524.54,311.96 525.58,309.99 526.66,302.47 527.70,298.23 528.78,302.47 529.85,299.01 530.83,300.06 531.90,291.10 532.95,287.03 534.02,276.12 535.07,285.13 536.14,289.19 537.22,288.31 538.26,294.98 539.34,300.49 540.38,309.63 541.46,307.76 542.54,314.93 543.55,303.49 544.62,314.82 545.67,313.34 546.74,310.73 547.79,316.03 548.86,321.18 549.94,323.41 550.98,318.67 552.06,323.23 553.10,323.16 554.18,328.46 555.26,321.53 556.23,330.11 557.31,332.41 558.35,333.15 559.43,337.64 560.47,341.80 561.55,343.96 562.62,336.61 563.67,340.14 564.74,336.15 565.79,346.29 566.86,353.88 567.94,349.64 568.91,353.60 569.99,351.90 571.03,356.85 572.11,356.10 573.15,349.96 574.23,352.93 575.31,361.54 576.35,365.78 577.43,360.66 578.47,364.54 579.55,352.04 580.62,358.72 581.60,365.64 582.67,361.44 583.72,364.40 584.79,356.88 585.84,350.88 586.91,353.77 587.99,350.14 589.03,347.77 590.11,347.66 591.15,333.36 592.23,331.95 593.31,338.59 594.32,327.11 595.39,333.65 596.44,306.88 597.51,300.52 598.56,287.74 599.63,270.05 600.71,268.07 601.75,247.59 602.83,231.21 603.87,204.79 604.95,177.53 606.03,147.87 607.00,129.23 608.08,114.15 609.12,91.34 610.20,83.99 611.24,87.74 612.32,80.21 613.39,73.33 614.44,61.22 615.51,65.91 616.56,70.19 617.63,72.02 618.71,69.66 619.68,66.51 620.76,62.17 621.80,78.98 622.88,92.22 623.92,90.88 625.00,86.08 626.08,88.51 627.12,90.74 628.20,70.79 629.24,96.67 630.32,108.50 631.40,115.31 632.37,118.24 633.45,110.48 634.49,114.08 635.57,110.30 636.61,117.33 637.69,115.38 638.76,110.79 639.80,123.29 640.88,133.61 641.92,140.99 643.00,151.44 644.08,150.87 645.09,154.40 646.16,156.77 647.21,156.28 648.28,155.15 649.33,156.42 650.40,162.95 651.48,175.52 652.52,175.20 653.60,179.40 654.64,169.06 655.72,162.95 656.80,181.35 657.77,190.56 658.85,188.06 659.89,191.80 660.97,188.37 662.01,203.06 663.09,205.04 664.17,205.36 665.21,210.09 666.28,222.41 667.33,235.94 668.40,243.07 669.48,237.88 670.45,236.79 671.53,260.73 672.57,255.18 673.65,269.27 674.69,264.05 675.77,264.36 676.85,276.26 677.89,285.87 678.97,282.34 680.01,295.51 681.09,288.94 682.17,299.29 683.14,303.03 684.22,302.25 '
|
|
69
|
+
style='stroke-width: 1.07; stroke-linecap: butt;' />
|
|
70
|
+
</g>
|
|
71
|
+
<g clip-path='url(#cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA=)'>
|
|
72
|
+
<text x='42.89' y='465.22' text-anchor='end'
|
|
73
|
+
style='font-size: 8.80px;fill: #4D4D4D; font-family: "Arial";' textLength='19.58px'
|
|
74
|
+
lengthAdjust='spacingAndGlyphs'>4000</text>
|
|
75
|
+
<text x='42.89' y='323.98' text-anchor='end'
|
|
76
|
+
style='font-size: 8.80px;fill: #4D4D4D; font-family: "Arial";' textLength='19.58px'
|
|
77
|
+
lengthAdjust='spacingAndGlyphs'>8000</text>
|
|
78
|
+
<text x='42.89' y='182.73' text-anchor='end'
|
|
79
|
+
style='font-size: 8.80px;fill: #4D4D4D; font-family: "Arial";' textLength='24.48px'
|
|
80
|
+
lengthAdjust='spacingAndGlyphs'>12000</text>
|
|
81
|
+
<polyline points='45.09,462.07 47.83,462.07 '
|
|
82
|
+
style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
|
|
83
|
+
<polyline points='45.09,320.83 47.83,320.83 '
|
|
84
|
+
style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
|
|
85
|
+
<polyline points='45.09,179.58 47.83,179.58 '
|
|
86
|
+
style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
|
|
87
|
+
<polyline points='109.93,533.61 109.93,530.87 '
|
|
88
|
+
style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
|
|
89
|
+
<polyline points='236.84,533.61 236.84,530.87 '
|
|
90
|
+
style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
|
|
91
|
+
<polyline points='363.78,533.61 363.78,530.87 '
|
|
92
|
+
style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
|
|
93
|
+
<polyline points='490.69,533.61 490.69,530.87 '
|
|
94
|
+
style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
|
|
95
|
+
<polyline points='617.63,533.61 617.63,530.87 '
|
|
96
|
+
style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' />
|
|
97
|
+
<text x='109.93' y='542.11' text-anchor='middle'
|
|
98
|
+
style='font-size: 8.80px;fill: #4D4D4D; font-family: "Arial";' textLength='19.58px'
|
|
99
|
+
lengthAdjust='spacingAndGlyphs'>1970</text>
|
|
100
|
+
<text x='236.84' y='542.11' text-anchor='middle'
|
|
101
|
+
style='font-size: 8.80px;fill: #4D4D4D; font-family: "Arial";' textLength='19.58px'
|
|
102
|
+
lengthAdjust='spacingAndGlyphs'>1980</text>
|
|
103
|
+
<text x='363.78' y='542.11' text-anchor='middle'
|
|
104
|
+
style='font-size: 8.80px;fill: #4D4D4D; font-family: "Arial";' textLength='19.58px'
|
|
105
|
+
lengthAdjust='spacingAndGlyphs'>1990</text>
|
|
106
|
+
<text x='490.69' y='542.11' text-anchor='middle'
|
|
107
|
+
style='font-size: 8.80px;fill: #4D4D4D; font-family: "Arial";' textLength='19.58px'
|
|
108
|
+
lengthAdjust='spacingAndGlyphs'>2000</text>
|
|
109
|
+
<text x='617.63' y='542.11' text-anchor='middle'
|
|
110
|
+
style='font-size: 8.80px;fill: #4D4D4D; font-family: "Arial";' textLength='19.58px'
|
|
111
|
+
lengthAdjust='spacingAndGlyphs'>2010</text>
|
|
112
|
+
<text x='381.17' y='554.57' text-anchor='middle'
|
|
113
|
+
style='font-size: 11.00px; font-family: "Arial";' textLength='22.23px'
|
|
114
|
+
lengthAdjust='spacingAndGlyphs'>Year</text>
|
|
115
|
+
<text transform='translate(13.36,284.86) rotate(-90)' text-anchor='middle'
|
|
116
|
+
style='font-size: 11.00px; font-family: "Arial";' textLength='100.30px'
|
|
117
|
+
lengthAdjust='spacingAndGlyphs'>Unemployment Rate</text>
|
|
118
|
+
<text x='47.83' y='31.05' style='font-size: 11.00px; font-family: "Arial";' textLength='92.99px'
|
|
119
|
+
lengthAdjust='spacingAndGlyphs'>From 1950 to 2015</text>
|
|
120
|
+
<text x='47.83' y='14.93' style='font-size: 13.20px; font-family: "Arial";'
|
|
121
|
+
textLength='184.74px' lengthAdjust='spacingAndGlyphs'>Unemployment Rate Over Time</text>
|
|
122
|
+
<text x='714.52' y='568.67' text-anchor='end' style='font-size: 8.80px; font-family: "Arial";'
|
|
123
|
+
textLength='181.53px' lengthAdjust='spacingAndGlyphs'>Source: economics data from ggplot2
|
|
124
|
+
package</text>
|
|
125
|
+
</g>
|
|
126
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[{"x":"1967-07-01","y":2944},{"x":"1967-08-01","y":2945},{"x":"1967-09-01","y":2958},{"x":"1967-10-01","y":3143},{"x":"1967-11-01","y":3066},{"x":"1967-12-01","y":3018},{"x":"1968-01-01","y":2878},{"x":"1968-02-01","y":3001},{"x":"1968-03-01","y":2877},{"x":"1968-04-01","y":2709},{"x":"1968-05-01","y":2740},{"x":"1968-06-01","y":2938},{"x":"1968-07-01","y":2883},{"x":"1968-08-01","y":2768},{"x":"1968-09-01","y":2686},{"x":"1968-10-01","y":2689},{"x":"1968-11-01","y":2715},{"x":"1968-12-01","y":2685},{"x":"1969-01-01","y":2718},{"x":"1969-02-01","y":2692},{"x":"1969-03-01","y":2712},{"x":"1969-04-01","y":2758},{"x":"1969-05-01","y":2713},{"x":"1969-06-01","y":2816},{"x":"1969-07-01","y":2868},{"x":"1969-08-01","y":2856},{"x":"1969-09-01","y":3040},{"x":"1969-10-01","y":3049},{"x":"1969-11-01","y":2856},{"x":"1969-12-01","y":2884},{"x":"1970-01-01","y":3201},{"x":"1970-02-01","y":3453},{"x":"1970-03-01","y":3635},{"x":"1970-04-01","y":3797},{"x":"1970-05-01","y":3919},{"x":"1970-06-01","y":4071},{"x":"1970-07-01","y":4175},{"x":"1970-08-01","y":4256},{"x":"1970-09-01","y":4456},{"x":"1970-10-01","y":4591},{"x":"1970-11-01","y":4898},{"x":"1970-12-01","y":5076},{"x":"1971-01-01","y":4986},{"x":"1971-02-01","y":4903},{"x":"1971-03-01","y":4987},{"x":"1971-04-01","y":4959},{"x":"1971-05-01","y":4996},{"x":"1971-06-01","y":4949},{"x":"1971-07-01","y":5035},{"x":"1971-08-01","y":5134},{"x":"1971-09-01","y":5042},{"x":"1971-10-01","y":4954},{"x":"1971-11-01","y":5161},{"x":"1971-12-01","y":5154},{"x":"1972-01-01","y":5019},{"x":"1972-02-01","y":4928},{"x":"1972-03-01","y":5038},{"x":"1972-04-01","y":4959},{"x":"1972-05-01","y":4922},{"x":"1972-06-01","y":4923},{"x":"1972-07-01","y":4913},{"x":"1972-08-01","y":4939},{"x":"1972-09-01","y":4849},{"x":"1972-10-01","y":4875},{"x":"1972-11-01","y":4602},{"x":"1972-12-01","y":4543},{"x":"1973-01-01","y":4326},{"x":"1973-02-01","y":4452},{"x":"1973-03-01","y":4394},{"x":"1973-04-01","y":4459},{"x":"1973-05-01","y":4329},{"x":"1973-06-01","y":4363},{"x":"1973-07-01","y":4305},{"x":"1973-08-01","y":4305},{"x":"1973-09-01","y":4350},{"x":"1973-10-01","y":4144},{"x":"1973-11-01","y":4396},{"x":"1973-12-01","y":4489},{"x":"1974-01-01","y":4644},{"x":"1974-02-01","y":4731},{"x":"1974-03-01","y":4634},{"x":"1974-04-01","y":4618},{"x":"1974-05-01","y":4705},{"x":"1974-06-01","y":4927},{"x":"1974-07-01","y":5063},{"x":"1974-08-01","y":5022},{"x":"1974-09-01","y":5437},{"x":"1974-10-01","y":5523},{"x":"1974-11-01","y":6140},{"x":"1974-12-01","y":6636},{"x":"1975-01-01","y":7501},{"x":"1975-02-01","y":7520},{"x":"1975-03-01","y":7978},{"x":"1975-04-01","y":8210},{"x":"1975-05-01","y":8433},{"x":"1975-06-01","y":8220},{"x":"1975-07-01","y":8127},{"x":"1975-08-01","y":7928},{"x":"1975-09-01","y":7923},{"x":"1975-10-01","y":7897},{"x":"1975-11-01","y":7794},{"x":"1975-12-01","y":7744},{"x":"1976-01-01","y":7534},{"x":"1976-02-01","y":7326},{"x":"1976-03-01","y":7230},{"x":"1976-04-01","y":7330},{"x":"1976-05-01","y":7053},{"x":"1976-06-01","y":7322},{"x":"1976-07-01","y":7490},{"x":"1976-08-01","y":7518},{"x":"1976-09-01","y":7380},{"x":"1976-10-01","y":7430},{"x":"1976-11-01","y":7620},{"x":"1976-12-01","y":7545},{"x":"1977-01-01","y":7280},{"x":"1977-02-01","y":7443},{"x":"1977-03-01","y":7307},{"x":"1977-04-01","y":7059},{"x":"1977-05-01","y":6911},{"x":"1977-06-01","y":7134},{"x":"1977-07-01","y":6829},{"x":"1977-08-01","y":6925},{"x":"1977-09-01","y":6751},{"x":"1977-10-01","y":6763},{"x":"1977-11-01","y":6815},{"x":"1977-12-01","y":6386},{"x":"1978-01-01","y":6489},{"x":"1978-02-01","y":6318},{"x":"1978-03-01","y":6337},{"x":"1978-04-01","y":6180},{"x":"1978-05-01","y":6127},{"x":"1978-06-01","y":6028},{"x":"1978-07-01","y":6309},{"x":"1978-08-01","y":6080},{"x":"1978-09-01","y":6125},{"x":"1978-10-01","y":5947},{"x":"1978-11-01","y":6077},{"x":"1978-12-01","y":6228},{"x":"1979-01-01","y":6109},{"x":"1979-02-01","y":6173},{"x":"1979-03-01","y":6109},{"x":"1979-04-01","y":6069},{"x":"1979-05-01","y":5840},{"x":"1979-06-01","y":5959},{"x":"1979-07-01","y":5996},{"x":"1979-08-01","y":6320},{"x":"1979-09-01","y":6190},{"x":"1979-10-01","y":6296},{"x":"1979-11-01","y":6238},{"x":"1979-12-01","y":6325},{"x":"1980-01-01","y":6683},{"x":"1980-02-01","y":6702},{"x":"1980-03-01","y":6729},{"x":"1980-04-01","y":7358},{"x":"1980-05-01","y":7984},{"x":"1980-06-01","y":8098},{"x":"1980-07-01","y":8363},{"x":"1980-08-01","y":8281},{"x":"1980-09-01","y":8021},{"x":"1980-10-01","y":8088},{"x":"1980-11-01","y":8023},{"x":"1980-12-01","y":7718},{"x":"1981-01-01","y":8071},{"x":"1981-02-01","y":8051},{"x":"1981-03-01","y":7982},{"x":"1981-04-01","y":7869},{"x":"1981-05-01","y":8174},{"x":"1981-06-01","y":8098},{"x":"1981-07-01","y":7863},{"x":"1981-08-01","y":8036},{"x":"1981-09-01","y":8230},{"x":"1981-10-01","y":8646},{"x":"1981-11-01","y":9029},{"x":"1981-12-01","y":9267},{"x":"1982-01-01","y":9397},{"x":"1982-02-01","y":9705},{"x":"1982-03-01","y":9895},{"x":"1982-04-01","y":10244},{"x":"1982-05-01","y":10335},{"x":"1982-06-01","y":10538},{"x":"1982-07-01","y":10849},{"x":"1982-08-01","y":10881},{"x":"1982-09-01","y":11217},{"x":"1982-10-01","y":11529},{"x":"1982-11-01","y":11938},{"x":"1982-12-01","y":12051},{"x":"1983-01-01","y":11534},{"x":"1983-02-01","y":11545},{"x":"1983-03-01","y":11408},{"x":"1983-04-01","y":11268},{"x":"1983-05-01","y":11154},{"x":"1983-06-01","y":11246},{"x":"1983-07-01","y":10548},{"x":"1983-08-01","y":10623},{"x":"1983-09-01","y":10282},{"x":"1983-10-01","y":9887},{"x":"1983-11-01","y":9499},{"x":"1983-12-01","y":9331},{"x":"1984-01-01","y":9008},{"x":"1984-02-01","y":8791},{"x":"1984-03-01","y":8746},{"x":"1984-04-01","y":8762},{"x":"1984-05-01","y":8456},{"x":"1984-06-01","y":8226},{"x":"1984-07-01","y":8537},{"x":"1984-08-01","y":8519},{"x":"1984-09-01","y":8367},{"x":"1984-10-01","y":8381},{"x":"1984-11-01","y":8198},{"x":"1984-12-01","y":8358},{"x":"1985-01-01","y":8423},{"x":"1985-02-01","y":8321},{"x":"1985-03-01","y":8339},{"x":"1985-04-01","y":8395},{"x":"1985-05-01","y":8302},{"x":"1985-06-01","y":8460},{"x":"1985-07-01","y":8513},{"x":"1985-08-01","y":8196},{"x":"1985-09-01","y":8248},{"x":"1985-10-01","y":8298},{"x":"1985-11-01","y":8128},{"x":"1985-12-01","y":8138},{"x":"1986-01-01","y":7795},{"x":"1986-02-01","y":8402},{"x":"1986-03-01","y":8383},{"x":"1986-04-01","y":8364},{"x":"1986-05-01","y":8439},{"x":"1986-06-01","y":8508},{"x":"1986-07-01","y":8319},{"x":"1986-08-01","y":8135},{"x":"1986-09-01","y":8310},{"x":"1986-10-01","y":8243},{"x":"1986-11-01","y":8159},{"x":"1986-12-01","y":7883},{"x":"1987-01-01","y":7892},{"x":"1987-02-01","y":7865},{"x":"1987-03-01","y":7862},{"x":"1987-04-01","y":7542},{"x":"1987-05-01","y":7574},{"x":"1987-06-01","y":7398},{"x":"1987-07-01","y":7268},{"x":"1987-08-01","y":7261},{"x":"1987-09-01","y":7102},{"x":"1987-10-01","y":7227},{"x":"1987-11-01","y":7035},{"x":"1987-12-01","y":6936},{"x":"1988-01-01","y":6953},{"x":"1988-02-01","y":6929},{"x":"1988-03-01","y":6876},{"x":"1988-04-01","y":6601},{"x":"1988-05-01","y":6779},{"x":"1988-06-01","y":6546},{"x":"1988-07-01","y":6605},{"x":"1988-08-01","y":6843},{"x":"1988-09-01","y":6604},{"x":"1988-10-01","y":6568},{"x":"1988-11-01","y":6537},{"x":"1988-12-01","y":6518},{"x":"1989-01-01","y":6682},{"x":"1989-02-01","y":6359},{"x":"1989-03-01","y":6205},{"x":"1989-04-01","y":6468},{"x":"1989-05-01","y":6375},{"x":"1989-06-01","y":6577},{"x":"1989-07-01","y":6495},{"x":"1989-08-01","y":6511},{"x":"1989-09-01","y":6590},{"x":"1989-10-01","y":6630},{"x":"1989-11-01","y":6725},{"x":"1989-12-01","y":6667},{"x":"1990-01-01","y":6752},{"x":"1990-02-01","y":6651},{"x":"1990-03-01","y":6598},{"x":"1990-04-01","y":6797},{"x":"1990-05-01","y":6742},{"x":"1990-06-01","y":6590},{"x":"1990-07-01","y":6922},{"x":"1990-08-01","y":7188},{"x":"1990-09-01","y":7368},{"x":"1990-10-01","y":7459},{"x":"1990-11-01","y":7764},{"x":"1990-12-01","y":7901},{"x":"1991-01-01","y":8015},{"x":"1991-02-01","y":8265},{"x":"1991-03-01","y":8586},{"x":"1991-04-01","y":8439},{"x":"1991-05-01","y":8736},{"x":"1991-06-01","y":8692},{"x":"1991-07-01","y":8586},{"x":"1991-08-01","y":8666},{"x":"1991-09-01","y":8722},{"x":"1991-10-01","y":8842},{"x":"1991-11-01","y":8931},{"x":"1991-12-01","y":9198},{"x":"1992-01-01","y":9283},{"x":"1992-02-01","y":9454},{"x":"1992-03-01","y":9460},{"x":"1992-04-01","y":9415},{"x":"1992-05-01","y":9744},{"x":"1992-06-01","y":10040},{"x":"1992-07-01","y":9850},{"x":"1992-08-01","y":9787},{"x":"1992-09-01","y":9781},{"x":"1992-10-01","y":9398},{"x":"1992-11-01","y":9565},{"x":"1992-12-01","y":9557},{"x":"1993-01-01","y":9325},{"x":"1993-02-01","y":9183},{"x":"1993-03-01","y":9056},{"x":"1993-04-01","y":9110},{"x":"1993-05-01","y":9149},{"x":"1993-06-01","y":9121},{"x":"1993-07-01","y":8930},{"x":"1993-08-01","y":8763},{"x":"1993-09-01","y":8714},{"x":"1993-10-01","y":8750},{"x":"1993-11-01","y":8542},{"x":"1993-12-01","y":8477},{"x":"1994-01-01","y":8630},{"x":"1994-02-01","y":8583},{"x":"1994-03-01","y":8470},{"x":"1994-04-01","y":8331},{"x":"1994-05-01","y":7915},{"x":"1994-06-01","y":7927},{"x":"1994-07-01","y":7946},{"x":"1994-08-01","y":7933},{"x":"1994-09-01","y":7734},{"x":"1994-10-01","y":7632},{"x":"1994-11-01","y":7375},{"x":"1994-12-01","y":7230},{"x":"1995-01-01","y":7375},{"x":"1995-02-01","y":7187},{"x":"1995-03-01","y":7153},{"x":"1995-04-01","y":7645},{"x":"1995-05-01","y":7430},{"x":"1995-06-01","y":7427},{"x":"1995-07-01","y":7527},{"x":"1995-08-01","y":7484},{"x":"1995-09-01","y":7478},{"x":"1995-10-01","y":7328},{"x":"1995-11-01","y":7426},{"x":"1995-12-01","y":7423},{"x":"1996-01-01","y":7491},{"x":"1996-02-01","y":7313},{"x":"1996-03-01","y":7318},{"x":"1996-04-01","y":7415},{"x":"1996-05-01","y":7423},{"x":"1996-06-01","y":7095},{"x":"1996-07-01","y":7337},{"x":"1996-08-01","y":6882},{"x":"1996-09-01","y":6979},{"x":"1996-10-01","y":7031},{"x":"1996-11-01","y":7236},{"x":"1996-12-01","y":7253},{"x":"1997-01-01","y":7158},{"x":"1997-02-01","y":7102},{"x":"1997-03-01","y":7000},{"x":"1997-04-01","y":6873},{"x":"1997-05-01","y":6655},{"x":"1997-06-01","y":6799},{"x":"1997-07-01","y":6655},{"x":"1997-08-01","y":6608},{"x":"1997-09-01","y":6656},{"x":"1997-10-01","y":6454},{"x":"1997-11-01","y":6308},{"x":"1997-12-01","y":6476},{"x":"1998-01-01","y":6368},{"x":"1998-02-01","y":6306},{"x":"1998-03-01","y":6422},{"x":"1998-04-01","y":5941},{"x":"1998-05-01","y":6047},{"x":"1998-06-01","y":6212},{"x":"1998-07-01","y":6259},{"x":"1998-08-01","y":6179},{"x":"1998-09-01","y":6300},{"x":"1998-10-01","y":6280},{"x":"1998-11-01","y":6100},{"x":"1998-12-01","y":6032},{"x":"1999-01-01","y":5976},{"x":"1999-02-01","y":6111},{"x":"1999-03-01","y":5783},{"x":"1999-04-01","y":6004},{"x":"1999-05-01","y":5796},{"x":"1999-06-01","y":5951},{"x":"1999-07-01","y":6025},{"x":"1999-08-01","y":5838},{"x":"1999-09-01","y":5915},{"x":"1999-10-01","y":5778},{"x":"1999-11-01","y":5716},{"x":"1999-12-01","y":5653},{"x":"2000-01-01","y":5708},{"x":"2000-02-01","y":5858},{"x":"2000-03-01","y":5733},{"x":"2000-04-01","y":5481},{"x":"2000-05-01","y":5758},{"x":"2000-06-01","y":5651},{"x":"2000-07-01","y":5747},{"x":"2000-08-01","y":5853},{"x":"2000-09-01","y":5625},{"x":"2000-10-01","y":5534},{"x":"2000-11-01","y":5639},{"x":"2000-12-01","y":5634},{"x":"2001-01-01","y":6023},{"x":"2001-02-01","y":6089},{"x":"2001-03-01","y":6141},{"x":"2001-04-01","y":6271},{"x":"2001-05-01","y":6226},{"x":"2001-06-01","y":6484},{"x":"2001-07-01","y":6583},{"x":"2001-08-01","y":7042},{"x":"2001-09-01","y":7142},{"x":"2001-10-01","y":7694},{"x":"2001-11-01","y":8003},{"x":"2001-12-01","y":8258},{"x":"2002-01-01","y":8182},{"x":"2002-02-01","y":8215},{"x":"2002-03-01","y":8304},{"x":"2002-04-01","y":8599},{"x":"2002-05-01","y":8399},{"x":"2002-06-01","y":8393},{"x":"2002-07-01","y":8390},{"x":"2002-08-01","y":8304},{"x":"2002-09-01","y":8251},{"x":"2002-10-01","y":8307},{"x":"2002-11-01","y":8520},{"x":"2002-12-01","y":8640},{"x":"2003-01-01","y":8520},{"x":"2003-02-01","y":8618},{"x":"2003-03-01","y":8588},{"x":"2003-04-01","y":8842},{"x":"2003-05-01","y":8957},{"x":"2003-06-01","y":9266},{"x":"2003-07-01","y":9011},{"x":"2003-08-01","y":8896},{"x":"2003-09-01","y":8921},{"x":"2003-10-01","y":8732},{"x":"2003-11-01","y":8576},{"x":"2003-12-01","y":8317},{"x":"2004-01-01","y":8370},{"x":"2004-02-01","y":8167},{"x":"2004-03-01","y":8491},{"x":"2004-04-01","y":8170},{"x":"2004-05-01","y":8212},{"x":"2004-06-01","y":8286},{"x":"2004-07-01","y":8136},{"x":"2004-08-01","y":7990},{"x":"2004-09-01","y":7927},{"x":"2004-10-01","y":8061},{"x":"2004-11-01","y":7932},{"x":"2004-12-01","y":7934},{"x":"2005-01-01","y":7784},{"x":"2005-02-01","y":7980},{"x":"2005-03-01","y":7737},{"x":"2005-04-01","y":7672},{"x":"2005-05-01","y":7651},{"x":"2005-06-01","y":7524},{"x":"2005-07-01","y":7406},{"x":"2005-08-01","y":7345},{"x":"2005-09-01","y":7553},{"x":"2005-10-01","y":7453},{"x":"2005-11-01","y":7566},{"x":"2005-12-01","y":7279},{"x":"2006-01-01","y":7064},{"x":"2006-02-01","y":7184},{"x":"2006-03-01","y":7072},{"x":"2006-04-01","y":7120},{"x":"2006-05-01","y":6980},{"x":"2006-06-01","y":7001},{"x":"2006-07-01","y":7175},{"x":"2006-08-01","y":7091},{"x":"2006-09-01","y":6847},{"x":"2006-10-01","y":6727},{"x":"2006-11-01","y":6872},{"x":"2006-12-01","y":6762},{"x":"2007-01-01","y":7116},{"x":"2007-02-01","y":6927},{"x":"2007-03-01","y":6731},{"x":"2007-04-01","y":6850},{"x":"2007-05-01","y":6766},{"x":"2007-06-01","y":6979},{"x":"2007-07-01","y":7149},{"x":"2007-08-01","y":7067},{"x":"2007-09-01","y":7170},{"x":"2007-10-01","y":7237},{"x":"2007-11-01","y":7240},{"x":"2007-12-01","y":7645},{"x":"2008-01-01","y":7685},{"x":"2008-02-01","y":7497},{"x":"2008-03-01","y":7822},{"x":"2008-04-01","y":7637},{"x":"2008-05-01","y":8395},{"x":"2008-06-01","y":8575},{"x":"2008-07-01","y":8937},{"x":"2008-08-01","y":9438},{"x":"2008-09-01","y":9494},{"x":"2008-10-01","y":10074},{"x":"2008-11-01","y":10538},{"x":"2008-12-01","y":11286},{"x":"2009-01-01","y":12058},{"x":"2009-02-01","y":12898},{"x":"2009-03-01","y":13426},{"x":"2009-04-01","y":13853},{"x":"2009-05-01","y":14499},{"x":"2009-06-01","y":14707},{"x":"2009-07-01","y":14601},{"x":"2009-08-01","y":14814},{"x":"2009-09-01","y":15009},{"x":"2009-10-01","y":15352},{"x":"2009-11-01","y":15219},{"x":"2009-12-01","y":15098},{"x":"2010-01-01","y":15046},{"x":"2010-02-01","y":15113},{"x":"2010-03-01","y":15202},{"x":"2010-04-01","y":15325},{"x":"2010-05-01","y":14849},{"x":"2010-06-01","y":14474},{"x":"2010-07-01","y":14512},{"x":"2010-08-01","y":14648},{"x":"2010-09-01","y":14579},{"x":"2010-10-01","y":14516},{"x":"2010-11-01","y":15081},{"x":"2010-12-01","y":14348},{"x":"2011-01-01","y":14013},{"x":"2011-02-01","y":13820},{"x":"2011-03-01","y":13737},{"x":"2011-04-01","y":13957},{"x":"2011-05-01","y":13855},{"x":"2011-06-01","y":13962},{"x":"2011-07-01","y":13763},{"x":"2011-08-01","y":13818},{"x":"2011-09-01","y":13948},{"x":"2011-10-01","y":13594},{"x":"2011-11-01","y":13302},{"x":"2011-12-01","y":13093},{"x":"2012-01-01","y":12797},{"x":"2012-02-01","y":12813},{"x":"2012-03-01","y":12713},{"x":"2012-04-01","y":12646},{"x":"2012-05-01","y":12660},{"x":"2012-06-01","y":12692},{"x":"2012-07-01","y":12656},{"x":"2012-08-01","y":12471},{"x":"2012-09-01","y":12115},{"x":"2012-10-01","y":12124},{"x":"2012-11-01","y":12005},{"x":"2012-12-01","y":12298},{"x":"2013-01-01","y":12471},{"x":"2013-02-01","y":11950},{"x":"2013-03-01","y":11689},{"x":"2013-04-01","y":11760},{"x":"2013-05-01","y":11654},{"x":"2013-06-01","y":11751},{"x":"2013-07-01","y":11335},{"x":"2013-08-01","y":11279},{"x":"2013-09-01","y":11270},{"x":"2013-10-01","y":11136},{"x":"2013-11-01","y":10787},{"x":"2013-12-01","y":10404},{"x":"2014-01-01","y":10202},{"x":"2014-02-01","y":10349},{"x":"2014-03-01","y":10380},{"x":"2014-04-01","y":9702},{"x":"2014-05-01","y":9859},{"x":"2014-06-01","y":9460},{"x":"2014-07-01","y":9608},{"x":"2014-08-01","y":9599},{"x":"2014-09-01","y":9262},{"x":"2014-10-01","y":8990},{"x":"2014-11-01","y":9090},{"x":"2014-12-01","y":8717},{"x":"2015-01-01","y":8903},{"x":"2015-02-01","y":8610},{"x":"2015-03-01","y":8504},{"x":"2015-04-01","y":8526}]
|