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.
Files changed (206) hide show
  1. package/.Rbuildignore +1 -0
  2. package/.eslintignore +3 -0
  3. package/.eslintrc.json +6 -0
  4. package/.github/workflows/build.yml +20 -0
  5. package/.prettierignore +3 -0
  6. package/.prettierrc.json +7 -0
  7. package/.vscode/extensions.json +25 -0
  8. package/.vscode/settings.json +30 -0
  9. package/.vscode/tasks.json +57 -0
  10. package/CHANGELOG.md +7 -0
  11. package/CITATION.cff +21 -0
  12. package/CONTRIBUTING.md +87 -0
  13. package/LICENSE.md +595 -0
  14. package/README.md +341 -0
  15. package/dist/maidr.js +8851 -0
  16. package/dist/maidr.min.js +1 -0
  17. package/dist/styles.css +244 -0
  18. package/dist/styles.min.css +1 -0
  19. package/docs/Audio.html +1398 -0
  20. package/docs/Constants.html +256 -0
  21. package/docs/Description.html +582 -0
  22. package/docs/Helper.html +364 -0
  23. package/docs/LogError.html +905 -0
  24. package/docs/Menu.html +665 -0
  25. package/docs/Position.html +174 -0
  26. package/docs/Resources.html +338 -0
  27. package/docs/Review.html +333 -0
  28. package/docs/Tracker.html +965 -0
  29. package/docs/audio.js.html +635 -0
  30. package/docs/constants.js.html +1242 -0
  31. package/docs/display.js.html +1184 -0
  32. package/docs/fonts/OpenSans-Bold-webfont.eot +0 -0
  33. package/docs/fonts/OpenSans-Bold-webfont.svg +1830 -0
  34. package/docs/fonts/OpenSans-Bold-webfont.woff +0 -0
  35. package/docs/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
  36. package/docs/fonts/OpenSans-BoldItalic-webfont.svg +1830 -0
  37. package/docs/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
  38. package/docs/fonts/OpenSans-Italic-webfont.eot +0 -0
  39. package/docs/fonts/OpenSans-Italic-webfont.svg +1830 -0
  40. package/docs/fonts/OpenSans-Italic-webfont.woff +0 -0
  41. package/docs/fonts/OpenSans-Light-webfont.eot +0 -0
  42. package/docs/fonts/OpenSans-Light-webfont.svg +1831 -0
  43. package/docs/fonts/OpenSans-Light-webfont.woff +0 -0
  44. package/docs/fonts/OpenSans-LightItalic-webfont.eot +0 -0
  45. package/docs/fonts/OpenSans-LightItalic-webfont.svg +1835 -0
  46. package/docs/fonts/OpenSans-LightItalic-webfont.woff +0 -0
  47. package/docs/fonts/OpenSans-Regular-webfont.eot +0 -0
  48. package/docs/fonts/OpenSans-Regular-webfont.svg +1831 -0
  49. package/docs/fonts/OpenSans-Regular-webfont.woff +0 -0
  50. package/docs/fonts/OpenSans-Semibold-webfont.eot +0 -0
  51. package/docs/fonts/OpenSans-Semibold-webfont.svg +1830 -0
  52. package/docs/fonts/OpenSans-Semibold-webfont.ttf +0 -0
  53. package/docs/fonts/OpenSans-Semibold-webfont.woff +0 -0
  54. package/docs/fonts/OpenSans-SemiboldItalic-webfont.eot +0 -0
  55. package/docs/fonts/OpenSans-SemiboldItalic-webfont.svg +1830 -0
  56. package/docs/fonts/OpenSans-SemiboldItalic-webfont.ttf +0 -0
  57. package/docs/fonts/OpenSans-SemiboldItalic-webfont.woff +0 -0
  58. package/docs/index.html +66 -0
  59. package/docs/scripts/linenumber.js +25 -0
  60. package/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
  61. package/docs/scripts/prettify/lang-css.js +2 -0
  62. package/docs/scripts/prettify/prettify.js +28 -0
  63. package/docs/styles/jsdoc-default.css +692 -0
  64. package/docs/styles/prettify-jsdoc.css +111 -0
  65. package/docs/styles/prettify-tomorrow.css +132 -0
  66. package/examples/dev_charts/barplot.html +1056 -0
  67. package/examples/dev_charts/boxplot.html +1856 -0
  68. package/examples/dev_charts/boxplot_flipped.svg +727 -0
  69. package/examples/dev_charts/heatmap.html +1217 -0
  70. package/examples/dev_charts/scatterplot/displ.js +18 -0
  71. package/examples/dev_charts/scatterplot/histogram_for_residual.svg +595 -0
  72. package/examples/dev_charts/scatterplot/hwy.js +15 -0
  73. package/examples/dev_charts/scatterplot/layers/point_layer.json +938 -0
  74. package/examples/dev_charts/scatterplot/layers/smooth_layer.json +322 -0
  75. package/examples/dev_charts/scatterplot/point_layer.js +938 -0
  76. package/examples/dev_charts/scatterplot/prediction_array.js +31 -0
  77. package/examples/dev_charts/scatterplot/prediction_array.json +31 -0
  78. package/examples/dev_charts/scatterplot/residual_array.js +29 -0
  79. package/examples/dev_charts/scatterplot/residual_array.json +29 -0
  80. package/examples/dev_charts/scatterplot/scatterplot.svg +1428 -0
  81. package/examples/dev_charts/scatterplot/scatterplot_data.html +2838 -0
  82. package/examples/dev_charts/scatterplot/scatterplot_no_jitter_point_only.svg +1393 -0
  83. package/examples/dev_charts/scatterplot/scatterplot_no_jitter_with_bestfit.svg +1424 -0
  84. package/examples/dev_charts/scatterplot/scatterplot_no_jitter_with_loess_curve.svg +1402 -0
  85. package/examples/dev_charts/scatterplot/smooth_layer.js +322 -0
  86. package/examples/dev_charts/scatterplot.html +4560 -0
  87. package/examples/dodged_bar/dodged_bar.png +0 -0
  88. package/examples/dodged_bar/dodged_bar.svg +198 -0
  89. package/examples/dodged_bar/schema.json +41 -0
  90. package/examples/histogram/histogram_tutorial.svg +482 -0
  91. package/examples/histogram/histogram_tutorial_raw_data.json +362 -0
  92. package/examples/histogram/histogram_user_study.svg +578 -0
  93. package/examples/histogram/histogram_user_study_raw_data.json +362 -0
  94. package/examples/lineplot/lineplot_sample.svg +126 -0
  95. package/examples/lineplot/lineplot_sample_raw_data.json +1 -0
  96. package/examples/lineplot/point+lineplot_sample.svg +700 -0
  97. package/examples/other/audio_oscillator_boxplot.js +95 -0
  98. package/examples/other/barplot_labels.svg +314 -0
  99. package/examples/other/barplot_user_study.svg +313 -0
  100. package/examples/other/boxplot.html +927 -0
  101. package/examples/other/boxplot_data_frame.html +568 -0
  102. package/examples/other/boxplot_label.svg +751 -0
  103. package/examples/other/braille-display_boxplot.js +79 -0
  104. package/examples/other/control_boxplot.js +55 -0
  105. package/examples/other/draft.js +56 -0
  106. package/examples/other/getData.html +400 -0
  107. package/examples/other/getData.js +41 -0
  108. package/examples/other/ggplot_to_svg.R +371 -0
  109. package/examples/other/heatmap.svg +582 -0
  110. package/examples/other/heatmap_label.svg +608 -0
  111. package/examples/other/multiple_barplot.html +2250 -0
  112. package/examples/other/new_scatterplot_user_study_point_layer.json +122 -0
  113. package/examples/other/py_binder_output.html +1167 -0
  114. package/examples/other/scatterplot_label.svg +1429 -0
  115. package/examples/other/seaborn_plot.py +9 -0
  116. package/examples/other/svglite_bar.svg +136 -0
  117. package/examples/other/tutorial_boxplot.svg +727 -0
  118. package/examples/other/tutorial_boxplot_data.json +72 -0
  119. package/examples/other/user_study_boxplot.svg +676 -0
  120. package/examples/stacked_bar/schema.json +41 -0
  121. package/examples/stacked_bar/stack_bar.png +0 -0
  122. package/examples/stacked_bar/stacked_bar.svg +180 -0
  123. package/examples/stacked_normalized_bar/stacked_normalized_bar.png +0 -0
  124. package/examples/stacked_normalized_bar/stacked_normalized_bar.svg +189 -0
  125. package/examples/static/barplot.svg +263 -0
  126. package/examples/static/barplot_diamonds_gridSVG.svg +254 -0
  127. package/examples/static/boxplot.svg +424 -0
  128. package/examples/static/heatmap.svg +373 -0
  129. package/examples/static/heatmap_penguins_table.html +486 -0
  130. package/examples/static/scatterplot.svg +530 -0
  131. package/examples/svglite/task_heatmap.html +802 -0
  132. package/examples/svglite/task_heatmap.svg +111 -0
  133. package/examples/svglite/tutorial_bar.svg +136 -0
  134. package/examples/svglite/tutorial_bar_plot.html +504 -0
  135. package/examples/svglite/tutorial_boxplot.html +1850 -0
  136. package/examples/svglite/tutorial_boxplot.svg +727 -0
  137. package/examples/svglite/tutorial_scatterplot.html +3135 -0
  138. package/examples/svglite/tutorial_scatterplot.svg +311 -0
  139. package/gulpfile.js +49 -0
  140. package/index.html +40 -0
  141. package/jsconfig.json +10 -0
  142. package/jsdoc.json +19 -0
  143. package/package.json +47 -0
  144. package/src/css/styles.css +241 -0
  145. package/src/js/__tests__/audio.test.js +49 -0
  146. package/src/js/__tests__/constants.test.js +622 -0
  147. package/src/js/audio.js +575 -0
  148. package/src/js/barplot.js +254 -0
  149. package/src/js/boxplot.js +682 -0
  150. package/src/js/constants.js +1182 -0
  151. package/src/js/controls.js +3182 -0
  152. package/src/js/display.js +1124 -0
  153. package/src/js/heatmap.js +411 -0
  154. package/src/js/histogram.js +134 -0
  155. package/src/js/init.js +427 -0
  156. package/src/js/lineplot.js +219 -0
  157. package/src/js/scatterplot.js +619 -0
  158. package/src/js/segmented.js +268 -0
  159. package/user_study_pilot/binder_test.html +526 -0
  160. package/user_study_pilot/data/barplot_user_study.svg +492 -0
  161. package/user_study_pilot/data/barplot_user_study_raw_data.json +22 -0
  162. package/user_study_pilot/data/boxplot_tutorial.json +72 -0
  163. package/user_study_pilot/data/boxplot_tutorial_horizontal.svg +727 -0
  164. package/user_study_pilot/data/boxplot_user_study.json +52 -0
  165. package/user_study_pilot/data/boxplot_user_study_vertical.svg +675 -0
  166. package/user_study_pilot/data/boxplot_user_study_vertical_horizontal.svg +676 -0
  167. package/user_study_pilot/data/heatmap_user_study.svg +719 -0
  168. package/user_study_pilot/data/heatmap_user_study_raw_data.json +127 -0
  169. package/user_study_pilot/data/new_barplot_user_study.svg +269 -0
  170. package/user_study_pilot/data/new_heatmap_user_study.svg +367 -0
  171. package/user_study_pilot/data/new_scatterplot_user_study.svg +603 -0
  172. package/user_study_pilot/data/new_scatterplot_user_study_point_layer.json +122 -0
  173. package/user_study_pilot/data/scatterplot_user_study (1).svg +321 -0
  174. package/user_study_pilot/data/scatterplot_user_study.svg +603 -0
  175. package/user_study_pilot/data/scatterplot_user_study_point_layer.json +122 -0
  176. package/user_study_pilot/data/scatterplot_user_study_smooth_layer.json +322 -0
  177. package/user_study_pilot/intro.html +215 -0
  178. package/user_study_pilot/jaws_settings/Chrome.JDF +10 -0
  179. package/user_study_pilot/jaws_settings/Firefox.JDF +10 -0
  180. package/user_study_pilot/jaws_settings/backup_utf8/Chrome.JDF +10 -0
  181. package/user_study_pilot/jaws_settings/backup_utf8/Firefox.JDF +10 -0
  182. package/user_study_pilot/jaws_settings/backup_utf8/msedge.JDF +10 -0
  183. package/user_study_pilot/jaws_settings/msedge.JDF +10 -0
  184. package/user_study_pilot/nvda_settings/chrome.dic +10 -0
  185. package/user_study_pilot/nvda_settings/default.dic +10 -0
  186. package/user_study_pilot/nvda_settings/firefox.dic +10 -0
  187. package/user_study_pilot/nvda_settings/msedge.dic +10 -0
  188. package/user_study_pilot/scatterplot.html +4560 -0
  189. package/user_study_pilot/seaborn_test.html +1059 -0
  190. package/user_study_pilot/svglite_test.html +534 -0
  191. package/user_study_pilot/task1_bar_plot.html +1111 -0
  192. package/user_study_pilot/task2_heatmap.html +1661 -0
  193. package/user_study_pilot/task3_boxplot_horizontal.html +1690 -0
  194. package/user_study_pilot/task3_boxplot_vertical.html +1689 -0
  195. package/user_study_pilot/task4_scatterplot.html +2091 -0
  196. package/user_study_pilot/tutorial1_bar_plot.html +1159 -0
  197. package/user_study_pilot/tutorial2_heatmap.html +1276 -0
  198. package/user_study_pilot/tutorial3_boxplot_horizontal.html +1861 -0
  199. package/user_study_pilot/tutorial3_boxplot_vertical.html +1807 -0
  200. package/user_study_pilot/tutorial4_scatterplot.html +5893 -0
  201. package/user_study_pilot/tutorial5_histogram.html +1553 -0
  202. package/user_study_pilot/tutorial6_lineplot.html +1011 -0
  203. package/user_study_pilot/tutorial7_stacked.html +763 -0
  204. package/user_study_pilot/tutorial8_stacked_normalized.html +796 -0
  205. package/user_study_pilot/tutorial9_dodged_bar.html +831 -0
  206. package/user_study_pilot/voiceover_settings/user_study_VoiceOver Archive.voprefs +573 -0
@@ -0,0 +1,1011 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <title>Tutorial 6: Line Chart</title>
5
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
6
+ <meta charset="utf-8" />
7
+ <!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> -->
8
+ <link rel="stylesheet" href="../src/css/styles.css" type="text/css" />
9
+ </head>
10
+
11
+ <body>
12
+ <div class="container mt-3">
13
+ <div id="container">
14
+ <div>
15
+ <svg
16
+ xmlns="http://www.w3.org/2000/svg"
17
+ xmlns:xlink="http://www.w3.org/1999/xlink"
18
+ class="svglite"
19
+ width="720.00pt"
20
+ height="576.00pt"
21
+ viewBox="0 0 720.00 576.00"
22
+ id="lineplot1"
23
+ tabindex="0"
24
+ >
25
+ <defs>
26
+ <style type="text/css">
27
+ <![CDATA[
28
+ .svglite line, .svglite polyline, .svglite polygon, .svglite path, .svglite rect, .svglite circle {
29
+ fill: none;
30
+ stroke: #000000;
31
+ stroke-linecap: round;
32
+ stroke-linejoin: round;
33
+ stroke-miterlimit: 10.00;
34
+ }
35
+ .svglite text {
36
+ white-space: pre;
37
+ }
38
+ ]]>
39
+ </style>
40
+ </defs>
41
+ <rect
42
+ width="100%"
43
+ height="100%"
44
+ style="stroke: none; fill: #ffffff"
45
+ />
46
+ <defs>
47
+ <clipPath id="cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA=">
48
+ <rect x="0.00" y="0.00" width="720.00" height="576.00" />
49
+ </clipPath>
50
+ </defs>
51
+ <g clip-path="url(#cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA=)">
52
+ <rect
53
+ x="0.00"
54
+ y="0.00"
55
+ width="720.00"
56
+ height="576.00"
57
+ style="stroke-width: 1.07; stroke: #ffffff; fill: #ffffff"
58
+ />
59
+ </g>
60
+ <defs>
61
+ <clipPath id="cpNDcuODN8NzE0LjUyfDM4Ljg1fDUzMC44Nw==">
62
+ <rect x="47.83" y="38.85" width="666.69" height="492.02" />
63
+ </clipPath>
64
+ </defs>
65
+ <g clip-path="url(#cpNDcuODN8NzE0LjUyfDM4Ljg1fDUzMC44Nw==)">
66
+ <rect
67
+ x="47.83"
68
+ y="38.85"
69
+ width="666.69"
70
+ height="492.02"
71
+ style="stroke-width: 1.07; stroke: none; fill: #ebebeb"
72
+ />
73
+ <polyline
74
+ points="47.83,391.45 714.52,391.45 "
75
+ style="
76
+ stroke-width: 0.53;
77
+ stroke: #ffffff;
78
+ stroke-linecap: butt;
79
+ "
80
+ />
81
+ <polyline
82
+ points="47.83,250.20 714.52,250.20 "
83
+ style="
84
+ stroke-width: 0.53;
85
+ stroke: #ffffff;
86
+ stroke-linecap: butt;
87
+ "
88
+ />
89
+ <polyline
90
+ points="47.83,108.96 714.52,108.96 "
91
+ style="
92
+ stroke-width: 0.53;
93
+ stroke: #ffffff;
94
+ stroke-linecap: butt;
95
+ "
96
+ />
97
+ <polyline
98
+ points="173.38,530.87 173.38,38.85 "
99
+ style="
100
+ stroke-width: 0.53;
101
+ stroke: #ffffff;
102
+ stroke-linecap: butt;
103
+ "
104
+ />
105
+ <polyline
106
+ points="300.31,530.87 300.31,38.85 "
107
+ style="
108
+ stroke-width: 0.53;
109
+ stroke: #ffffff;
110
+ stroke-linecap: butt;
111
+ "
112
+ />
113
+ <polyline
114
+ points="427.24,530.87 427.24,38.85 "
115
+ style="
116
+ stroke-width: 0.53;
117
+ stroke: #ffffff;
118
+ stroke-linecap: butt;
119
+ "
120
+ />
121
+ <polyline
122
+ points="554.16,530.87 554.16,38.85 "
123
+ style="
124
+ stroke-width: 0.53;
125
+ stroke: #ffffff;
126
+ stroke-linecap: butt;
127
+ "
128
+ />
129
+ <polyline
130
+ points="681.09,530.87 681.09,38.85 "
131
+ style="
132
+ stroke-width: 0.53;
133
+ stroke: #ffffff;
134
+ stroke-linecap: butt;
135
+ "
136
+ />
137
+ <polyline
138
+ points="47.83,462.07 714.52,462.07 "
139
+ style="
140
+ stroke-width: 1.07;
141
+ stroke: #ffffff;
142
+ stroke-linecap: butt;
143
+ "
144
+ />
145
+ <polyline
146
+ points="47.83,320.83 714.52,320.83 "
147
+ style="
148
+ stroke-width: 1.07;
149
+ stroke: #ffffff;
150
+ stroke-linecap: butt;
151
+ "
152
+ />
153
+ <polyline
154
+ points="47.83,179.58 714.52,179.58 "
155
+ style="
156
+ stroke-width: 1.07;
157
+ stroke: #ffffff;
158
+ stroke-linecap: butt;
159
+ "
160
+ />
161
+ <polyline
162
+ points="109.93,530.87 109.93,38.85 "
163
+ style="
164
+ stroke-width: 1.07;
165
+ stroke: #ffffff;
166
+ stroke-linecap: butt;
167
+ "
168
+ />
169
+ <polyline
170
+ points="236.84,530.87 236.84,38.85 "
171
+ style="
172
+ stroke-width: 1.07;
173
+ stroke: #ffffff;
174
+ stroke-linecap: butt;
175
+ "
176
+ />
177
+ <polyline
178
+ points="363.78,530.87 363.78,38.85 "
179
+ style="
180
+ stroke-width: 1.07;
181
+ stroke: #ffffff;
182
+ stroke-linecap: butt;
183
+ "
184
+ />
185
+ <polyline
186
+ points="490.69,530.87 490.69,38.85 "
187
+ style="
188
+ stroke-width: 1.07;
189
+ stroke: #ffffff;
190
+ stroke-linecap: butt;
191
+ "
192
+ />
193
+ <polyline
194
+ points="617.63,530.87 617.63,38.85 "
195
+ style="
196
+ stroke-width: 1.07;
197
+ stroke: #ffffff;
198
+ stroke-linecap: butt;
199
+ "
200
+ />
201
+ <polyline
202
+ 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 "
203
+ style="stroke-width: 1.07; stroke-linecap: butt"
204
+ />
205
+ </g>
206
+ <g clip-path="url(#cpMC4wMHw3MjAuMDB8MC4wMHw1NzYuMDA=)">
207
+ <text
208
+ x="42.89"
209
+ y="465.22"
210
+ text-anchor="end"
211
+ style="font-size: 8.8px; fill: #4d4d4d; font-family: 'Arial'"
212
+ textLength="19.58px"
213
+ lengthAdjust="spacingAndGlyphs"
214
+ >
215
+ 4000
216
+ </text>
217
+ <text
218
+ x="42.89"
219
+ y="323.98"
220
+ text-anchor="end"
221
+ style="font-size: 8.8px; fill: #4d4d4d; font-family: 'Arial'"
222
+ textLength="19.58px"
223
+ lengthAdjust="spacingAndGlyphs"
224
+ >
225
+ 8000
226
+ </text>
227
+ <text
228
+ x="42.89"
229
+ y="182.73"
230
+ text-anchor="end"
231
+ style="font-size: 8.8px; fill: #4d4d4d; font-family: 'Arial'"
232
+ textLength="24.48px"
233
+ lengthAdjust="spacingAndGlyphs"
234
+ >
235
+ 12000
236
+ </text>
237
+ <polyline
238
+ points="45.09,462.07 47.83,462.07 "
239
+ style="
240
+ stroke-width: 1.07;
241
+ stroke: #333333;
242
+ stroke-linecap: butt;
243
+ "
244
+ />
245
+ <polyline
246
+ points="45.09,320.83 47.83,320.83 "
247
+ style="
248
+ stroke-width: 1.07;
249
+ stroke: #333333;
250
+ stroke-linecap: butt;
251
+ "
252
+ />
253
+ <polyline
254
+ points="45.09,179.58 47.83,179.58 "
255
+ style="
256
+ stroke-width: 1.07;
257
+ stroke: #333333;
258
+ stroke-linecap: butt;
259
+ "
260
+ />
261
+ <polyline
262
+ points="109.93,533.61 109.93,530.87 "
263
+ style="
264
+ stroke-width: 1.07;
265
+ stroke: #333333;
266
+ stroke-linecap: butt;
267
+ "
268
+ />
269
+ <polyline
270
+ points="236.84,533.61 236.84,530.87 "
271
+ style="
272
+ stroke-width: 1.07;
273
+ stroke: #333333;
274
+ stroke-linecap: butt;
275
+ "
276
+ />
277
+ <polyline
278
+ points="363.78,533.61 363.78,530.87 "
279
+ style="
280
+ stroke-width: 1.07;
281
+ stroke: #333333;
282
+ stroke-linecap: butt;
283
+ "
284
+ />
285
+ <polyline
286
+ points="490.69,533.61 490.69,530.87 "
287
+ style="
288
+ stroke-width: 1.07;
289
+ stroke: #333333;
290
+ stroke-linecap: butt;
291
+ "
292
+ />
293
+ <polyline
294
+ points="617.63,533.61 617.63,530.87 "
295
+ style="
296
+ stroke-width: 1.07;
297
+ stroke: #333333;
298
+ stroke-linecap: butt;
299
+ "
300
+ />
301
+ <text
302
+ x="109.93"
303
+ y="542.11"
304
+ text-anchor="middle"
305
+ style="font-size: 8.8px; fill: #4d4d4d; font-family: 'Arial'"
306
+ textLength="19.58px"
307
+ lengthAdjust="spacingAndGlyphs"
308
+ >
309
+ 1970
310
+ </text>
311
+ <text
312
+ x="236.84"
313
+ y="542.11"
314
+ text-anchor="middle"
315
+ style="font-size: 8.8px; fill: #4d4d4d; font-family: 'Arial'"
316
+ textLength="19.58px"
317
+ lengthAdjust="spacingAndGlyphs"
318
+ >
319
+ 1980
320
+ </text>
321
+ <text
322
+ x="363.78"
323
+ y="542.11"
324
+ text-anchor="middle"
325
+ style="font-size: 8.8px; fill: #4d4d4d; font-family: 'Arial'"
326
+ textLength="19.58px"
327
+ lengthAdjust="spacingAndGlyphs"
328
+ >
329
+ 1990
330
+ </text>
331
+ <text
332
+ x="490.69"
333
+ y="542.11"
334
+ text-anchor="middle"
335
+ style="font-size: 8.8px; fill: #4d4d4d; font-family: 'Arial'"
336
+ textLength="19.58px"
337
+ lengthAdjust="spacingAndGlyphs"
338
+ >
339
+ 2000
340
+ </text>
341
+ <text
342
+ x="617.63"
343
+ y="542.11"
344
+ text-anchor="middle"
345
+ style="font-size: 8.8px; fill: #4d4d4d; font-family: 'Arial'"
346
+ textLength="19.58px"
347
+ lengthAdjust="spacingAndGlyphs"
348
+ >
349
+ 2010
350
+ </text>
351
+ <text
352
+ x="381.17"
353
+ y="554.57"
354
+ text-anchor="middle"
355
+ style="font-size: 11px; font-family: 'Arial'"
356
+ textLength="22.23px"
357
+ lengthAdjust="spacingAndGlyphs"
358
+ >
359
+ Year
360
+ </text>
361
+ <text
362
+ transform="translate(13.36,284.86) rotate(-90)"
363
+ text-anchor="middle"
364
+ style="font-size: 11px; font-family: 'Arial'"
365
+ textLength="100.30px"
366
+ lengthAdjust="spacingAndGlyphs"
367
+ >
368
+ Unemployment Rate
369
+ </text>
370
+ <text
371
+ x="47.83"
372
+ y="31.05"
373
+ style="font-size: 11px; font-family: 'Arial'"
374
+ textLength="92.99px"
375
+ lengthAdjust="spacingAndGlyphs"
376
+ >
377
+ From 1950 to 2015
378
+ </text>
379
+ <text
380
+ x="47.83"
381
+ y="14.93"
382
+ style="font-size: 13.2px; font-family: 'Arial'"
383
+ textLength="184.74px"
384
+ lengthAdjust="spacingAndGlyphs"
385
+ >
386
+ Unemployment Rate Over Time
387
+ </text>
388
+ <text
389
+ x="714.52"
390
+ y="568.67"
391
+ text-anchor="end"
392
+ style="font-size: 8.8px; font-family: 'Arial'"
393
+ textLength="181.53px"
394
+ lengthAdjust="spacingAndGlyphs"
395
+ >
396
+ Source: economics data from ggplot2 package
397
+ </text>
398
+ </g>
399
+ </svg>
400
+ </div>
401
+ <br />
402
+ </div>
403
+ </div>
404
+ <script>
405
+ var maidr = {
406
+ type: 'line',
407
+ id: 'lineplot1',
408
+ title: 'Unemployment Rate Over Time',
409
+ // elements: document.querySelectorAll('defs > style'),
410
+ // elements: document.querySelectorAll('g > circle'),
411
+ elements: document.querySelectorAll(
412
+ 'g[clip-path="url(#cpNDcuODN8NzE0LjUyfDM4Ljg1fDUzMC44Nw==)"] > polyline'
413
+ ),
414
+ axes: {
415
+ x: {
416
+ label: 'Year',
417
+ },
418
+ y: {
419
+ label: 'Unemployment Rate',
420
+ },
421
+ },
422
+ data: [
423
+ { x: '1967-07-01', y: 2944 },
424
+ { x: '1967-08-01', y: 2945 },
425
+ { x: '1967-09-01', y: 2958 },
426
+ { x: '1967-10-01', y: 3143 },
427
+ { x: '1967-11-01', y: 3066 },
428
+ { x: '1967-12-01', y: 3018 },
429
+ { x: '1968-01-01', y: 2878 },
430
+ { x: '1968-02-01', y: 3001 },
431
+ { x: '1968-03-01', y: 2877 },
432
+ { x: '1968-04-01', y: 2709 },
433
+ { x: '1968-05-01', y: 2740 },
434
+ { x: '1968-06-01', y: 2938 },
435
+ { x: '1968-07-01', y: 2883 },
436
+ { x: '1968-08-01', y: 2768 },
437
+ { x: '1968-09-01', y: 2686 },
438
+ { x: '1968-10-01', y: 2689 },
439
+ { x: '1968-11-01', y: 2715 },
440
+ { x: '1968-12-01', y: 2685 },
441
+ { x: '1969-01-01', y: 2718 },
442
+ { x: '1969-02-01', y: 2692 },
443
+ { x: '1969-03-01', y: 2712 },
444
+ { x: '1969-04-01', y: 2758 },
445
+ { x: '1969-05-01', y: 2713 },
446
+ { x: '1969-06-01', y: 2816 },
447
+ { x: '1969-07-01', y: 2868 },
448
+ { x: '1969-08-01', y: 2856 },
449
+ { x: '1969-09-01', y: 3040 },
450
+ { x: '1969-10-01', y: 3049 },
451
+ { x: '1969-11-01', y: 2856 },
452
+ { x: '1969-12-01', y: 2884 },
453
+ { x: '1970-01-01', y: 3201 },
454
+ { x: '1970-02-01', y: 3453 },
455
+ { x: '1970-03-01', y: 3635 },
456
+ { x: '1970-04-01', y: 3797 },
457
+ { x: '1970-05-01', y: 3919 },
458
+ { x: '1970-06-01', y: 4071 },
459
+ { x: '1970-07-01', y: 4175 },
460
+ { x: '1970-08-01', y: 4256 },
461
+ { x: '1970-09-01', y: 4456 },
462
+ { x: '1970-10-01', y: 4591 },
463
+ { x: '1970-11-01', y: 4898 },
464
+ { x: '1970-12-01', y: 5076 },
465
+ { x: '1971-01-01', y: 4986 },
466
+ { x: '1971-02-01', y: 4903 },
467
+ { x: '1971-03-01', y: 4987 },
468
+ { x: '1971-04-01', y: 4959 },
469
+ { x: '1971-05-01', y: 4996 },
470
+ { x: '1971-06-01', y: 4949 },
471
+ { x: '1971-07-01', y: 5035 },
472
+ { x: '1971-08-01', y: 5134 },
473
+ { x: '1971-09-01', y: 5042 },
474
+ { x: '1971-10-01', y: 4954 },
475
+ { x: '1971-11-01', y: 5161 },
476
+ { x: '1971-12-01', y: 5154 },
477
+ { x: '1972-01-01', y: 5019 },
478
+ { x: '1972-02-01', y: 4928 },
479
+ { x: '1972-03-01', y: 5038 },
480
+ { x: '1972-04-01', y: 4959 },
481
+ { x: '1972-05-01', y: 4922 },
482
+ { x: '1972-06-01', y: 4923 },
483
+ { x: '1972-07-01', y: 4913 },
484
+ { x: '1972-08-01', y: 4939 },
485
+ { x: '1972-09-01', y: 4849 },
486
+ { x: '1972-10-01', y: 4875 },
487
+ { x: '1972-11-01', y: 4602 },
488
+ { x: '1972-12-01', y: 4543 },
489
+ { x: '1973-01-01', y: 4326 },
490
+ { x: '1973-02-01', y: 4452 },
491
+ { x: '1973-03-01', y: 4394 },
492
+ { x: '1973-04-01', y: 4459 },
493
+ { x: '1973-05-01', y: 4329 },
494
+ { x: '1973-06-01', y: 4363 },
495
+ { x: '1973-07-01', y: 4305 },
496
+ { x: '1973-08-01', y: 4305 },
497
+ { x: '1973-09-01', y: 4350 },
498
+ { x: '1973-10-01', y: 4144 },
499
+ { x: '1973-11-01', y: 4396 },
500
+ { x: '1973-12-01', y: 4489 },
501
+ { x: '1974-01-01', y: 4644 },
502
+ { x: '1974-02-01', y: 4731 },
503
+ { x: '1974-03-01', y: 4634 },
504
+ { x: '1974-04-01', y: 4618 },
505
+ { x: '1974-05-01', y: 4705 },
506
+ { x: '1974-06-01', y: 4927 },
507
+ { x: '1974-07-01', y: 5063 },
508
+ { x: '1974-08-01', y: 5022 },
509
+ { x: '1974-09-01', y: 5437 },
510
+ { x: '1974-10-01', y: 5523 },
511
+ { x: '1974-11-01', y: 6140 },
512
+ { x: '1974-12-01', y: 6636 },
513
+ { x: '1975-01-01', y: 7501 },
514
+ { x: '1975-02-01', y: 7520 },
515
+ { x: '1975-03-01', y: 7978 },
516
+ { x: '1975-04-01', y: 8210 },
517
+ { x: '1975-05-01', y: 8433 },
518
+ { x: '1975-06-01', y: 8220 },
519
+ { x: '1975-07-01', y: 8127 },
520
+ { x: '1975-08-01', y: 7928 },
521
+ { x: '1975-09-01', y: 7923 },
522
+ { x: '1975-10-01', y: 7897 },
523
+ { x: '1975-11-01', y: 7794 },
524
+ { x: '1975-12-01', y: 7744 },
525
+ { x: '1976-01-01', y: 7534 },
526
+ { x: '1976-02-01', y: 7326 },
527
+ { x: '1976-03-01', y: 7230 },
528
+ { x: '1976-04-01', y: 7330 },
529
+ { x: '1976-05-01', y: 7053 },
530
+ { x: '1976-06-01', y: 7322 },
531
+ { x: '1976-07-01', y: 7490 },
532
+ { x: '1976-08-01', y: 7518 },
533
+ { x: '1976-09-01', y: 7380 },
534
+ { x: '1976-10-01', y: 7430 },
535
+ { x: '1976-11-01', y: 7620 },
536
+ { x: '1976-12-01', y: 7545 },
537
+ { x: '1977-01-01', y: 7280 },
538
+ { x: '1977-02-01', y: 7443 },
539
+ { x: '1977-03-01', y: 7307 },
540
+ { x: '1977-04-01', y: 7059 },
541
+ { x: '1977-05-01', y: 6911 },
542
+ { x: '1977-06-01', y: 7134 },
543
+ { x: '1977-07-01', y: 6829 },
544
+ { x: '1977-08-01', y: 6925 },
545
+ { x: '1977-09-01', y: 6751 },
546
+ { x: '1977-10-01', y: 6763 },
547
+ { x: '1977-11-01', y: 6815 },
548
+ { x: '1977-12-01', y: 6386 },
549
+ { x: '1978-01-01', y: 6489 },
550
+ { x: '1978-02-01', y: 6318 },
551
+ { x: '1978-03-01', y: 6337 },
552
+ { x: '1978-04-01', y: 6180 },
553
+ { x: '1978-05-01', y: 6127 },
554
+ { x: '1978-06-01', y: 6028 },
555
+ { x: '1978-07-01', y: 6309 },
556
+ { x: '1978-08-01', y: 6080 },
557
+ { x: '1978-09-01', y: 6125 },
558
+ { x: '1978-10-01', y: 5947 },
559
+ { x: '1978-11-01', y: 6077 },
560
+ { x: '1978-12-01', y: 6228 },
561
+ { x: '1979-01-01', y: 6109 },
562
+ { x: '1979-02-01', y: 6173 },
563
+ { x: '1979-03-01', y: 6109 },
564
+ { x: '1979-04-01', y: 6069 },
565
+ { x: '1979-05-01', y: 5840 },
566
+ { x: '1979-06-01', y: 5959 },
567
+ { x: '1979-07-01', y: 5996 },
568
+ { x: '1979-08-01', y: 6320 },
569
+ { x: '1979-09-01', y: 6190 },
570
+ { x: '1979-10-01', y: 6296 },
571
+ { x: '1979-11-01', y: 6238 },
572
+ { x: '1979-12-01', y: 6325 },
573
+ { x: '1980-01-01', y: 6683 },
574
+ { x: '1980-02-01', y: 6702 },
575
+ { x: '1980-03-01', y: 6729 },
576
+ { x: '1980-04-01', y: 7358 },
577
+ { x: '1980-05-01', y: 7984 },
578
+ { x: '1980-06-01', y: 8098 },
579
+ { x: '1980-07-01', y: 8363 },
580
+ { x: '1980-08-01', y: 8281 },
581
+ { x: '1980-09-01', y: 8021 },
582
+ { x: '1980-10-01', y: 8088 },
583
+ { x: '1980-11-01', y: 8023 },
584
+ { x: '1980-12-01', y: 7718 },
585
+ { x: '1981-01-01', y: 8071 },
586
+ { x: '1981-02-01', y: 8051 },
587
+ { x: '1981-03-01', y: 7982 },
588
+ { x: '1981-04-01', y: 7869 },
589
+ { x: '1981-05-01', y: 8174 },
590
+ { x: '1981-06-01', y: 8098 },
591
+ { x: '1981-07-01', y: 7863 },
592
+ { x: '1981-08-01', y: 8036 },
593
+ { x: '1981-09-01', y: 8230 },
594
+ { x: '1981-10-01', y: 8646 },
595
+ { x: '1981-11-01', y: 9029 },
596
+ { x: '1981-12-01', y: 9267 },
597
+ { x: '1982-01-01', y: 9397 },
598
+ { x: '1982-02-01', y: 9705 },
599
+ { x: '1982-03-01', y: 9895 },
600
+ { x: '1982-04-01', y: 10244 },
601
+ { x: '1982-05-01', y: 10335 },
602
+ { x: '1982-06-01', y: 10538 },
603
+ { x: '1982-07-01', y: 10849 },
604
+ { x: '1982-08-01', y: 10881 },
605
+ { x: '1982-09-01', y: 11217 },
606
+ { x: '1982-10-01', y: 11529 },
607
+ { x: '1982-11-01', y: 11938 },
608
+ { x: '1982-12-01', y: 12051 },
609
+ { x: '1983-01-01', y: 11534 },
610
+ { x: '1983-02-01', y: 11545 },
611
+ { x: '1983-03-01', y: 11408 },
612
+ { x: '1983-04-01', y: 11268 },
613
+ { x: '1983-05-01', y: 11154 },
614
+ { x: '1983-06-01', y: 11246 },
615
+ { x: '1983-07-01', y: 10548 },
616
+ { x: '1983-08-01', y: 10623 },
617
+ { x: '1983-09-01', y: 10282 },
618
+ { x: '1983-10-01', y: 9887 },
619
+ { x: '1983-11-01', y: 9499 },
620
+ { x: '1983-12-01', y: 9331 },
621
+ { x: '1984-01-01', y: 9008 },
622
+ { x: '1984-02-01', y: 8791 },
623
+ { x: '1984-03-01', y: 8746 },
624
+ { x: '1984-04-01', y: 8762 },
625
+ { x: '1984-05-01', y: 8456 },
626
+ { x: '1984-06-01', y: 8226 },
627
+ { x: '1984-07-01', y: 8537 },
628
+ { x: '1984-08-01', y: 8519 },
629
+ { x: '1984-09-01', y: 8367 },
630
+ { x: '1984-10-01', y: 8381 },
631
+ { x: '1984-11-01', y: 8198 },
632
+ { x: '1984-12-01', y: 8358 },
633
+ { x: '1985-01-01', y: 8423 },
634
+ { x: '1985-02-01', y: 8321 },
635
+ { x: '1985-03-01', y: 8339 },
636
+ { x: '1985-04-01', y: 8395 },
637
+ { x: '1985-05-01', y: 8302 },
638
+ { x: '1985-06-01', y: 8460 },
639
+ { x: '1985-07-01', y: 8513 },
640
+ { x: '1985-08-01', y: 8196 },
641
+ { x: '1985-09-01', y: 8248 },
642
+ { x: '1985-10-01', y: 8298 },
643
+ { x: '1985-11-01', y: 8128 },
644
+ { x: '1985-12-01', y: 8138 },
645
+ { x: '1986-01-01', y: 7795 },
646
+ { x: '1986-02-01', y: 8402 },
647
+ { x: '1986-03-01', y: 8383 },
648
+ { x: '1986-04-01', y: 8364 },
649
+ { x: '1986-05-01', y: 8439 },
650
+ { x: '1986-06-01', y: 8508 },
651
+ { x: '1986-07-01', y: 8319 },
652
+ { x: '1986-08-01', y: 8135 },
653
+ { x: '1986-09-01', y: 8310 },
654
+ { x: '1986-10-01', y: 8243 },
655
+ { x: '1986-11-01', y: 8159 },
656
+ { x: '1986-12-01', y: 7883 },
657
+ { x: '1987-01-01', y: 7892 },
658
+ { x: '1987-02-01', y: 7865 },
659
+ { x: '1987-03-01', y: 7862 },
660
+ { x: '1987-04-01', y: 7542 },
661
+ { x: '1987-05-01', y: 7574 },
662
+ { x: '1987-06-01', y: 7398 },
663
+ { x: '1987-07-01', y: 7268 },
664
+ { x: '1987-08-01', y: 7261 },
665
+ { x: '1987-09-01', y: 7102 },
666
+ { x: '1987-10-01', y: 7227 },
667
+ { x: '1987-11-01', y: 7035 },
668
+ { x: '1987-12-01', y: 6936 },
669
+ { x: '1988-01-01', y: 6953 },
670
+ { x: '1988-02-01', y: 6929 },
671
+ { x: '1988-03-01', y: 6876 },
672
+ { x: '1988-04-01', y: 6601 },
673
+ { x: '1988-05-01', y: 6779 },
674
+ { x: '1988-06-01', y: 6546 },
675
+ { x: '1988-07-01', y: 6605 },
676
+ { x: '1988-08-01', y: 6843 },
677
+ { x: '1988-09-01', y: 6604 },
678
+ { x: '1988-10-01', y: 6568 },
679
+ { x: '1988-11-01', y: 6537 },
680
+ { x: '1988-12-01', y: 6518 },
681
+ { x: '1989-01-01', y: 6682 },
682
+ { x: '1989-02-01', y: 6359 },
683
+ { x: '1989-03-01', y: 6205 },
684
+ { x: '1989-04-01', y: 6468 },
685
+ { x: '1989-05-01', y: 6375 },
686
+ { x: '1989-06-01', y: 6577 },
687
+ { x: '1989-07-01', y: 6495 },
688
+ { x: '1989-08-01', y: 6511 },
689
+ { x: '1989-09-01', y: 6590 },
690
+ { x: '1989-10-01', y: 6630 },
691
+ { x: '1989-11-01', y: 6725 },
692
+ { x: '1989-12-01', y: 6667 },
693
+ { x: '1990-01-01', y: 6752 },
694
+ { x: '1990-02-01', y: 6651 },
695
+ { x: '1990-03-01', y: 6598 },
696
+ { x: '1990-04-01', y: 6797 },
697
+ { x: '1990-05-01', y: 6742 },
698
+ { x: '1990-06-01', y: 6590 },
699
+ { x: '1990-07-01', y: 6922 },
700
+ { x: '1990-08-01', y: 7188 },
701
+ { x: '1990-09-01', y: 7368 },
702
+ { x: '1990-10-01', y: 7459 },
703
+ { x: '1990-11-01', y: 7764 },
704
+ { x: '1990-12-01', y: 7901 },
705
+ { x: '1991-01-01', y: 8015 },
706
+ { x: '1991-02-01', y: 8265 },
707
+ { x: '1991-03-01', y: 8586 },
708
+ { x: '1991-04-01', y: 8439 },
709
+ { x: '1991-05-01', y: 8736 },
710
+ { x: '1991-06-01', y: 8692 },
711
+ { x: '1991-07-01', y: 8586 },
712
+ { x: '1991-08-01', y: 8666 },
713
+ { x: '1991-09-01', y: 8722 },
714
+ { x: '1991-10-01', y: 8842 },
715
+ { x: '1991-11-01', y: 8931 },
716
+ { x: '1991-12-01', y: 9198 },
717
+ { x: '1992-01-01', y: 9283 },
718
+ { x: '1992-02-01', y: 9454 },
719
+ { x: '1992-03-01', y: 9460 },
720
+ { x: '1992-04-01', y: 9415 },
721
+ { x: '1992-05-01', y: 9744 },
722
+ { x: '1992-06-01', y: 10040 },
723
+ { x: '1992-07-01', y: 9850 },
724
+ { x: '1992-08-01', y: 9787 },
725
+ { x: '1992-09-01', y: 9781 },
726
+ { x: '1992-10-01', y: 9398 },
727
+ { x: '1992-11-01', y: 9565 },
728
+ { x: '1992-12-01', y: 9557 },
729
+ { x: '1993-01-01', y: 9325 },
730
+ { x: '1993-02-01', y: 9183 },
731
+ { x: '1993-03-01', y: 9056 },
732
+ { x: '1993-04-01', y: 9110 },
733
+ { x: '1993-05-01', y: 9149 },
734
+ { x: '1993-06-01', y: 9121 },
735
+ { x: '1993-07-01', y: 8930 },
736
+ { x: '1993-08-01', y: 8763 },
737
+ { x: '1993-09-01', y: 8714 },
738
+ { x: '1993-10-01', y: 8750 },
739
+ { x: '1993-11-01', y: 8542 },
740
+ { x: '1993-12-01', y: 8477 },
741
+ { x: '1994-01-01', y: 8630 },
742
+ { x: '1994-02-01', y: 8583 },
743
+ { x: '1994-03-01', y: 8470 },
744
+ { x: '1994-04-01', y: 8331 },
745
+ { x: '1994-05-01', y: 7915 },
746
+ { x: '1994-06-01', y: 7927 },
747
+ { x: '1994-07-01', y: 7946 },
748
+ { x: '1994-08-01', y: 7933 },
749
+ { x: '1994-09-01', y: 7734 },
750
+ { x: '1994-10-01', y: 7632 },
751
+ { x: '1994-11-01', y: 7375 },
752
+ { x: '1994-12-01', y: 7230 },
753
+ { x: '1995-01-01', y: 7375 },
754
+ { x: '1995-02-01', y: 7187 },
755
+ { x: '1995-03-01', y: 7153 },
756
+ { x: '1995-04-01', y: 7645 },
757
+ { x: '1995-05-01', y: 7430 },
758
+ { x: '1995-06-01', y: 7427 },
759
+ { x: '1995-07-01', y: 7527 },
760
+ { x: '1995-08-01', y: 7484 },
761
+ { x: '1995-09-01', y: 7478 },
762
+ { x: '1995-10-01', y: 7328 },
763
+ { x: '1995-11-01', y: 7426 },
764
+ { x: '1995-12-01', y: 7423 },
765
+ { x: '1996-01-01', y: 7491 },
766
+ { x: '1996-02-01', y: 7313 },
767
+ { x: '1996-03-01', y: 7318 },
768
+ { x: '1996-04-01', y: 7415 },
769
+ { x: '1996-05-01', y: 7423 },
770
+ { x: '1996-06-01', y: 7095 },
771
+ { x: '1996-07-01', y: 7337 },
772
+ { x: '1996-08-01', y: 6882 },
773
+ { x: '1996-09-01', y: 6979 },
774
+ { x: '1996-10-01', y: 7031 },
775
+ { x: '1996-11-01', y: 7236 },
776
+ { x: '1996-12-01', y: 7253 },
777
+ { x: '1997-01-01', y: 7158 },
778
+ { x: '1997-02-01', y: 7102 },
779
+ { x: '1997-03-01', y: 7000 },
780
+ { x: '1997-04-01', y: 6873 },
781
+ { x: '1997-05-01', y: 6655 },
782
+ { x: '1997-06-01', y: 6799 },
783
+ { x: '1997-07-01', y: 6655 },
784
+ { x: '1997-08-01', y: 6608 },
785
+ { x: '1997-09-01', y: 6656 },
786
+ { x: '1997-10-01', y: 6454 },
787
+ { x: '1997-11-01', y: 6308 },
788
+ { x: '1997-12-01', y: 6476 },
789
+ { x: '1998-01-01', y: 6368 },
790
+ { x: '1998-02-01', y: 6306 },
791
+ { x: '1998-03-01', y: 6422 },
792
+ { x: '1998-04-01', y: 5941 },
793
+ { x: '1998-05-01', y: 6047 },
794
+ { x: '1998-06-01', y: 6212 },
795
+ { x: '1998-07-01', y: 6259 },
796
+ { x: '1998-08-01', y: 6179 },
797
+ { x: '1998-09-01', y: 6300 },
798
+ { x: '1998-10-01', y: 6280 },
799
+ { x: '1998-11-01', y: 6100 },
800
+ { x: '1998-12-01', y: 6032 },
801
+ { x: '1999-01-01', y: 5976 },
802
+ { x: '1999-02-01', y: 6111 },
803
+ { x: '1999-03-01', y: 5783 },
804
+ { x: '1999-04-01', y: 6004 },
805
+ { x: '1999-05-01', y: 5796 },
806
+ { x: '1999-06-01', y: 5951 },
807
+ { x: '1999-07-01', y: 6025 },
808
+ { x: '1999-08-01', y: 5838 },
809
+ { x: '1999-09-01', y: 5915 },
810
+ { x: '1999-10-01', y: 5778 },
811
+ { x: '1999-11-01', y: 5716 },
812
+ { x: '1999-12-01', y: 5653 },
813
+ { x: '2000-01-01', y: 5708 },
814
+ { x: '2000-02-01', y: 5858 },
815
+ { x: '2000-03-01', y: 5733 },
816
+ { x: '2000-04-01', y: 5481 },
817
+ { x: '2000-05-01', y: 5758 },
818
+ { x: '2000-06-01', y: 5651 },
819
+ { x: '2000-07-01', y: 5747 },
820
+ { x: '2000-08-01', y: 5853 },
821
+ { x: '2000-09-01', y: 5625 },
822
+ { x: '2000-10-01', y: 5534 },
823
+ { x: '2000-11-01', y: 5639 },
824
+ { x: '2000-12-01', y: 5634 },
825
+ { x: '2001-01-01', y: 6023 },
826
+ { x: '2001-02-01', y: 6089 },
827
+ { x: '2001-03-01', y: 6141 },
828
+ { x: '2001-04-01', y: 6271 },
829
+ { x: '2001-05-01', y: 6226 },
830
+ { x: '2001-06-01', y: 6484 },
831
+ { x: '2001-07-01', y: 6583 },
832
+ { x: '2001-08-01', y: 7042 },
833
+ { x: '2001-09-01', y: 7142 },
834
+ { x: '2001-10-01', y: 7694 },
835
+ { x: '2001-11-01', y: 8003 },
836
+ { x: '2001-12-01', y: 8258 },
837
+ { x: '2002-01-01', y: 8182 },
838
+ { x: '2002-02-01', y: 8215 },
839
+ { x: '2002-03-01', y: 8304 },
840
+ { x: '2002-04-01', y: 8599 },
841
+ { x: '2002-05-01', y: 8399 },
842
+ { x: '2002-06-01', y: 8393 },
843
+ { x: '2002-07-01', y: 8390 },
844
+ { x: '2002-08-01', y: 8304 },
845
+ { x: '2002-09-01', y: 8251 },
846
+ { x: '2002-10-01', y: 8307 },
847
+ { x: '2002-11-01', y: 8520 },
848
+ { x: '2002-12-01', y: 8640 },
849
+ { x: '2003-01-01', y: 8520 },
850
+ { x: '2003-02-01', y: 8618 },
851
+ { x: '2003-03-01', y: 8588 },
852
+ { x: '2003-04-01', y: 8842 },
853
+ { x: '2003-05-01', y: 8957 },
854
+ { x: '2003-06-01', y: 9266 },
855
+ { x: '2003-07-01', y: 9011 },
856
+ { x: '2003-08-01', y: 8896 },
857
+ { x: '2003-09-01', y: 8921 },
858
+ { x: '2003-10-01', y: 8732 },
859
+ { x: '2003-11-01', y: 8576 },
860
+ { x: '2003-12-01', y: 8317 },
861
+ { x: '2004-01-01', y: 8370 },
862
+ { x: '2004-02-01', y: 8167 },
863
+ { x: '2004-03-01', y: 8491 },
864
+ { x: '2004-04-01', y: 8170 },
865
+ { x: '2004-05-01', y: 8212 },
866
+ { x: '2004-06-01', y: 8286 },
867
+ { x: '2004-07-01', y: 8136 },
868
+ { x: '2004-08-01', y: 7990 },
869
+ { x: '2004-09-01', y: 7927 },
870
+ { x: '2004-10-01', y: 8061 },
871
+ { x: '2004-11-01', y: 7932 },
872
+ { x: '2004-12-01', y: 7934 },
873
+ { x: '2005-01-01', y: 7784 },
874
+ { x: '2005-02-01', y: 7980 },
875
+ { x: '2005-03-01', y: 7737 },
876
+ { x: '2005-04-01', y: 7672 },
877
+ { x: '2005-05-01', y: 7651 },
878
+ { x: '2005-06-01', y: 7524 },
879
+ { x: '2005-07-01', y: 7406 },
880
+ { x: '2005-08-01', y: 7345 },
881
+ { x: '2005-09-01', y: 7553 },
882
+ { x: '2005-10-01', y: 7453 },
883
+ { x: '2005-11-01', y: 7566 },
884
+ { x: '2005-12-01', y: 7279 },
885
+ { x: '2006-01-01', y: 7064 },
886
+ { x: '2006-02-01', y: 7184 },
887
+ { x: '2006-03-01', y: 7072 },
888
+ { x: '2006-04-01', y: 7120 },
889
+ { x: '2006-05-01', y: 6980 },
890
+ { x: '2006-06-01', y: 7001 },
891
+ { x: '2006-07-01', y: 7175 },
892
+ { x: '2006-08-01', y: 7091 },
893
+ { x: '2006-09-01', y: 6847 },
894
+ { x: '2006-10-01', y: 6727 },
895
+ { x: '2006-11-01', y: 6872 },
896
+ { x: '2006-12-01', y: 6762 },
897
+ { x: '2007-01-01', y: 7116 },
898
+ { x: '2007-02-01', y: 6927 },
899
+ { x: '2007-03-01', y: 6731 },
900
+ { x: '2007-04-01', y: 6850 },
901
+ { x: '2007-05-01', y: 6766 },
902
+ { x: '2007-06-01', y: 6979 },
903
+ { x: '2007-07-01', y: 7149 },
904
+ { x: '2007-08-01', y: 7067 },
905
+ { x: '2007-09-01', y: 7170 },
906
+ { x: '2007-10-01', y: 7237 },
907
+ { x: '2007-11-01', y: 7240 },
908
+ { x: '2007-12-01', y: 7645 },
909
+ { x: '2008-01-01', y: 7685 },
910
+ { x: '2008-02-01', y: 7497 },
911
+ { x: '2008-03-01', y: 7822 },
912
+ { x: '2008-04-01', y: 7637 },
913
+ { x: '2008-05-01', y: 8395 },
914
+ { x: '2008-06-01', y: 8575 },
915
+ { x: '2008-07-01', y: 8937 },
916
+ { x: '2008-08-01', y: 9438 },
917
+ { x: '2008-09-01', y: 9494 },
918
+ { x: '2008-10-01', y: 10074 },
919
+ { x: '2008-11-01', y: 10538 },
920
+ { x: '2008-12-01', y: 11286 },
921
+ { x: '2009-01-01', y: 12058 },
922
+ { x: '2009-02-01', y: 12898 },
923
+ { x: '2009-03-01', y: 13426 },
924
+ { x: '2009-04-01', y: 13853 },
925
+ { x: '2009-05-01', y: 14499 },
926
+ { x: '2009-06-01', y: 14707 },
927
+ { x: '2009-07-01', y: 14601 },
928
+ { x: '2009-08-01', y: 14814 },
929
+ { x: '2009-09-01', y: 15009 },
930
+ { x: '2009-10-01', y: 15352 },
931
+ { x: '2009-11-01', y: 15219 },
932
+ { x: '2009-12-01', y: 15098 },
933
+ { x: '2010-01-01', y: 15046 },
934
+ { x: '2010-02-01', y: 15113 },
935
+ { x: '2010-03-01', y: 15202 },
936
+ { x: '2010-04-01', y: 15325 },
937
+ { x: '2010-05-01', y: 14849 },
938
+ { x: '2010-06-01', y: 14474 },
939
+ { x: '2010-07-01', y: 14512 },
940
+ { x: '2010-08-01', y: 14648 },
941
+ { x: '2010-09-01', y: 14579 },
942
+ { x: '2010-10-01', y: 14516 },
943
+ { x: '2010-11-01', y: 15081 },
944
+ { x: '2010-12-01', y: 14348 },
945
+ { x: '2011-01-01', y: 14013 },
946
+ { x: '2011-02-01', y: 13820 },
947
+ { x: '2011-03-01', y: 13737 },
948
+ { x: '2011-04-01', y: 13957 },
949
+ { x: '2011-05-01', y: 13855 },
950
+ { x: '2011-06-01', y: 13962 },
951
+ { x: '2011-07-01', y: 13763 },
952
+ { x: '2011-08-01', y: 13818 },
953
+ { x: '2011-09-01', y: 13948 },
954
+ { x: '2011-10-01', y: 13594 },
955
+ { x: '2011-11-01', y: 13302 },
956
+ { x: '2011-12-01', y: 13093 },
957
+ { x: '2012-01-01', y: 12797 },
958
+ { x: '2012-02-01', y: 12813 },
959
+ { x: '2012-03-01', y: 12713 },
960
+ { x: '2012-04-01', y: 12646 },
961
+ { x: '2012-05-01', y: 12660 },
962
+ { x: '2012-06-01', y: 12692 },
963
+ { x: '2012-07-01', y: 12656 },
964
+ { x: '2012-08-01', y: 12471 },
965
+ { x: '2012-09-01', y: 12115 },
966
+ { x: '2012-10-01', y: 12124 },
967
+ { x: '2012-11-01', y: 12005 },
968
+ { x: '2012-12-01', y: 12298 },
969
+ { x: '2013-01-01', y: 12471 },
970
+ { x: '2013-02-01', y: 11950 },
971
+ { x: '2013-03-01', y: 11689 },
972
+ { x: '2013-04-01', y: 11760 },
973
+ { x: '2013-05-01', y: 11654 },
974
+ { x: '2013-06-01', y: 11751 },
975
+ { x: '2013-07-01', y: 11335 },
976
+ { x: '2013-08-01', y: 11279 },
977
+ { x: '2013-09-01', y: 11270 },
978
+ { x: '2013-10-01', y: 11136 },
979
+ { x: '2013-11-01', y: 10787 },
980
+ { x: '2013-12-01', y: 10404 },
981
+ { x: '2014-01-01', y: 10202 },
982
+ { x: '2014-02-01', y: 10349 },
983
+ { x: '2014-03-01', y: 10380 },
984
+ { x: '2014-04-01', y: 9702 },
985
+ { x: '2014-05-01', y: 9859 },
986
+ { x: '2014-06-01', y: 9460 },
987
+ { x: '2014-07-01', y: 9608 },
988
+ { x: '2014-08-01', y: 9599 },
989
+ { x: '2014-09-01', y: 9262 },
990
+ { x: '2014-10-01', y: 8990 },
991
+ { x: '2014-11-01', y: 9090 },
992
+ { x: '2014-12-01', y: 8717 },
993
+ { x: '2015-01-01', y: 8903 },
994
+ { x: '2015-02-01', y: 8610 },
995
+ { x: '2015-03-01', y: 8504 },
996
+ { x: '2015-04-01', y: 8526 },
997
+ ],
998
+ };
999
+ </script>
1000
+ <script src="../src/js/constants.js"></script>
1001
+ <script src="../src/js/audio.js"></script>
1002
+ <script src="../src/js/display.js"></script>
1003
+ <script src="../src/js/barplot.js"></script>
1004
+ <script src="../src/js/boxplot.js"></script>
1005
+ <script src="../src/js/heatmap.js"></script>
1006
+ <script src="../src/js/scatterplot.js"></script>
1007
+ <script src="../src/js/lineplot.js"></script>
1008
+ <script src="../src/js/controls.js"></script>
1009
+ <script src="../src/js/init.js"></script>
1010
+ </body>
1011
+ </html>