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,1111 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <title>Task 1: Bar 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="../dist/styles.css" type="text/css" />
9
+ </head>
10
+
11
+ <body>
12
+ <div class="container mt-3">
13
+ <div id="container">
14
+ <div>
15
+ <?xml version="1.0" encoding="UTF-8"?>
16
+ <svg
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ xmlns:xlink="http://www.w3.org/1999/xlink"
19
+ width="504px"
20
+ height="504px"
21
+ viewBox="0 0 504 504"
22
+ version="1.1"
23
+ id="barplot1"
24
+ tabindex="0"
25
+ >
26
+ <metadata
27
+ xmlns:gridsvg="http://www.stat.auckland.ac.nz/~paul/R/gridSVG/"
28
+ >
29
+ <gridsvg:generator
30
+ name="gridSVG"
31
+ version="1.7-4"
32
+ time="2023-03-02 17:56:35"
33
+ />
34
+ <gridsvg:argument name="name" value="barplot_user_study.svg" />
35
+ <gridsvg:argument name="exportCoords" value="none" />
36
+ <gridsvg:argument name="exportMappings" value="none" />
37
+ <gridsvg:argument name="exportJS" value="none" />
38
+ <gridsvg:argument name="res" value="72" />
39
+ <gridsvg:argument name="prefix" value="" />
40
+ <gridsvg:argument name="addClasses" value="FALSE" />
41
+ <gridsvg:argument name="indent" value="TRUE" />
42
+ <gridsvg:argument name="htmlWrapper" value="FALSE" />
43
+ <gridsvg:argument name="usePaths" value="vpPaths" />
44
+ <gridsvg:argument name="uniqueNames" value="TRUE" />
45
+ <gridsvg:separator name="id.sep" value="." />
46
+ <gridsvg:separator name="gPath.sep" value="::" />
47
+ <gridsvg:separator name="vpPath.sep" value="::" />
48
+ </metadata>
49
+ <g transform="translate(0, 504) scale(1, -1)">
50
+ <g
51
+ id="gridSVG"
52
+ fill="none"
53
+ stroke="rgb(0,0,0)"
54
+ stroke-dasharray="none"
55
+ stroke-width="0.75"
56
+ font-size="12"
57
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
58
+ opacity="1"
59
+ stroke-linecap="round"
60
+ stroke-linejoin="round"
61
+ stroke-miterlimit="10"
62
+ stroke-opacity="1"
63
+ fill-opacity="0"
64
+ font-weight="normal"
65
+ font-style="normal"
66
+ >
67
+ <g id="layout.1">
68
+ <g id="layout.2">
69
+ <defs>
70
+ <clipPath id="layout::background.1-9-12-1.1.clipPath">
71
+ <rect
72
+ x="0"
73
+ y="0"
74
+ width="504"
75
+ height="504"
76
+ fill="none"
77
+ stroke="none"
78
+ />
79
+ </clipPath>
80
+ </defs>
81
+ <g
82
+ id="layout::background.1-9-12-1.1"
83
+ clip-path="url(#layout::background.1-9-12-1.1.clipPath)"
84
+ >
85
+ <g id="background.1-9-12-1.1">
86
+ <rect
87
+ id="background.1-9-12-1.1.1"
88
+ x="0"
89
+ y="0"
90
+ width="504"
91
+ height="504"
92
+ transform=""
93
+ stroke-width="1.55"
94
+ stroke="rgb(255,255,255)"
95
+ fill="rgb(255,255,255)"
96
+ stroke-dasharray="none"
97
+ stroke-opacity="1"
98
+ fill-opacity="1"
99
+ />
100
+ </g>
101
+ </g>
102
+ <defs>
103
+ <clipPath id="layout::panel.7-5-7-5.1.clipPath">
104
+ <rect
105
+ x="69.9"
106
+ y="45.8"
107
+ width="426.13"
108
+ height="424.47"
109
+ fill="none"
110
+ stroke="none"
111
+ />
112
+ </clipPath>
113
+ </defs>
114
+ <g
115
+ id="layout::panel.7-5-7-5.1"
116
+ clip-path="url(#layout::panel.7-5-7-5.1.clipPath)"
117
+ >
118
+ <g id="panel.7-5-7-5.1">
119
+ <g id="grill.gTree.321.1">
120
+ <g id="panel.background..rect.314.1">
121
+ <rect
122
+ id="panel.background..rect.314.1.1"
123
+ x="69.9"
124
+ y="45.8"
125
+ width="426.13"
126
+ height="424.47"
127
+ transform=""
128
+ stroke-width="1.55"
129
+ stroke="none"
130
+ fill="rgb(235,235,235)"
131
+ stroke-dasharray="none"
132
+ stroke-opacity="0"
133
+ fill-opacity="1"
134
+ />
135
+ </g>
136
+ <g id="panel.grid.minor.y..polyline.316.1">
137
+ <polyline
138
+ id="panel.grid.minor.y..polyline.316.1.1"
139
+ points="69.9,115.71 496.03,115.71"
140
+ stroke="rgb(255,255,255)"
141
+ fill="none"
142
+ stroke-width="0.78"
143
+ stroke-dasharray="none"
144
+ stroke-linecap="butt"
145
+ stroke-opacity="1"
146
+ fill-opacity="1"
147
+ />
148
+ <polyline
149
+ id="panel.grid.minor.y..polyline.316.1.2"
150
+ points="69.9,216.94 496.03,216.94"
151
+ stroke="rgb(255,255,255)"
152
+ fill="none"
153
+ stroke-width="0.78"
154
+ stroke-dasharray="none"
155
+ stroke-linecap="butt"
156
+ stroke-opacity="1"
157
+ fill-opacity="1"
158
+ />
159
+ <polyline
160
+ id="panel.grid.minor.y..polyline.316.1.3"
161
+ points="69.9,318.17 496.03,318.17"
162
+ stroke="rgb(255,255,255)"
163
+ fill="none"
164
+ stroke-width="0.78"
165
+ stroke-dasharray="none"
166
+ stroke-linecap="butt"
167
+ stroke-opacity="1"
168
+ fill-opacity="1"
169
+ />
170
+ <polyline
171
+ id="panel.grid.minor.y..polyline.316.1.4"
172
+ points="69.9,419.4 496.03,419.4"
173
+ stroke="rgb(255,255,255)"
174
+ fill="none"
175
+ stroke-width="0.78"
176
+ stroke-dasharray="none"
177
+ stroke-linecap="butt"
178
+ stroke-opacity="1"
179
+ fill-opacity="1"
180
+ />
181
+ </g>
182
+ <g id="panel.grid.major.y..polyline.318.1">
183
+ <polyline
184
+ id="panel.grid.major.y..polyline.318.1.1"
185
+ points="69.9,65.1 496.03,65.1"
186
+ stroke="rgb(255,255,255)"
187
+ fill="none"
188
+ stroke-width="1.55"
189
+ stroke-dasharray="none"
190
+ stroke-linecap="butt"
191
+ stroke-opacity="1"
192
+ fill-opacity="1"
193
+ />
194
+ <polyline
195
+ id="panel.grid.major.y..polyline.318.1.2"
196
+ points="69.9,166.33 496.03,166.33"
197
+ stroke="rgb(255,255,255)"
198
+ fill="none"
199
+ stroke-width="1.55"
200
+ stroke-dasharray="none"
201
+ stroke-linecap="butt"
202
+ stroke-opacity="1"
203
+ fill-opacity="1"
204
+ />
205
+ <polyline
206
+ id="panel.grid.major.y..polyline.318.1.3"
207
+ points="69.9,267.56 496.03,267.56"
208
+ stroke="rgb(255,255,255)"
209
+ fill="none"
210
+ stroke-width="1.55"
211
+ stroke-dasharray="none"
212
+ stroke-linecap="butt"
213
+ stroke-opacity="1"
214
+ fill-opacity="1"
215
+ />
216
+ <polyline
217
+ id="panel.grid.major.y..polyline.318.1.4"
218
+ points="69.9,368.79 496.03,368.79"
219
+ stroke="rgb(255,255,255)"
220
+ fill="none"
221
+ stroke-width="1.55"
222
+ stroke-dasharray="none"
223
+ stroke-linecap="butt"
224
+ stroke-opacity="1"
225
+ fill-opacity="1"
226
+ />
227
+ <polyline
228
+ id="panel.grid.major.y..polyline.318.1.5"
229
+ points="69.9,470.02 496.03,470.02"
230
+ stroke="rgb(255,255,255)"
231
+ fill="none"
232
+ stroke-width="1.55"
233
+ stroke-dasharray="none"
234
+ stroke-linecap="butt"
235
+ stroke-opacity="1"
236
+ fill-opacity="1"
237
+ />
238
+ </g>
239
+ <g id="panel.grid.major.x..polyline.320.1">
240
+ <polyline
241
+ id="panel.grid.major.x..polyline.320.1.1"
242
+ points="119.07,45.8 119.07,470.28"
243
+ stroke="rgb(255,255,255)"
244
+ fill="none"
245
+ stroke-width="1.55"
246
+ stroke-dasharray="none"
247
+ stroke-linecap="butt"
248
+ stroke-opacity="1"
249
+ fill-opacity="1"
250
+ />
251
+ <polyline
252
+ id="panel.grid.major.x..polyline.320.1.2"
253
+ points="201.02,45.8 201.02,470.28"
254
+ stroke="rgb(255,255,255)"
255
+ fill="none"
256
+ stroke-width="1.55"
257
+ stroke-dasharray="none"
258
+ stroke-linecap="butt"
259
+ stroke-opacity="1"
260
+ fill-opacity="1"
261
+ />
262
+ <polyline
263
+ id="panel.grid.major.x..polyline.320.1.3"
264
+ points="282.96,45.8 282.96,470.28"
265
+ stroke="rgb(255,255,255)"
266
+ fill="none"
267
+ stroke-width="1.55"
268
+ stroke-dasharray="none"
269
+ stroke-linecap="butt"
270
+ stroke-opacity="1"
271
+ fill-opacity="1"
272
+ />
273
+ <polyline
274
+ id="panel.grid.major.x..polyline.320.1.4"
275
+ points="364.91,45.8 364.91,470.28"
276
+ stroke="rgb(255,255,255)"
277
+ fill="none"
278
+ stroke-width="1.55"
279
+ stroke-dasharray="none"
280
+ stroke-linecap="butt"
281
+ stroke-opacity="1"
282
+ fill-opacity="1"
283
+ />
284
+ <polyline
285
+ id="panel.grid.major.x..polyline.320.1.5"
286
+ points="446.86,45.8 446.86,470.28"
287
+ stroke="rgb(255,255,255)"
288
+ fill="none"
289
+ stroke-width="1.55"
290
+ stroke-dasharray="none"
291
+ stroke-linecap="butt"
292
+ stroke-opacity="1"
293
+ fill-opacity="1"
294
+ />
295
+ </g>
296
+ </g>
297
+ <g id="geom_rect.rect.310.1">
298
+ <rect
299
+ id="geom_rect.rect.310.1.1"
300
+ x="82.19"
301
+ y="65.1"
302
+ width="73.75"
303
+ height="94.1"
304
+ transform=""
305
+ stroke="none"
306
+ fill="rgb(89,89,89)"
307
+ stroke-width="1.07"
308
+ stroke-dasharray="none"
309
+ stroke-linejoin="miter"
310
+ stroke-linecap="butt"
311
+ stroke-opacity="0"
312
+ fill-opacity="1"
313
+ />
314
+ <rect
315
+ id="geom_rect.rect.310.1.2"
316
+ x="164.14"
317
+ y="65.1"
318
+ width="73.75"
319
+ height="90.99"
320
+ transform=""
321
+ stroke="none"
322
+ fill="rgb(89,89,89)"
323
+ stroke-width="1.07"
324
+ stroke-dasharray="none"
325
+ stroke-linejoin="miter"
326
+ stroke-linecap="butt"
327
+ stroke-opacity="0"
328
+ fill-opacity="1"
329
+ />
330
+ <rect
331
+ id="geom_rect.rect.310.1.3"
332
+ x="246.09"
333
+ y="65.1"
334
+ width="73.75"
335
+ height="385.88"
336
+ transform=""
337
+ stroke="none"
338
+ fill="rgb(89,89,89)"
339
+ stroke-width="1.07"
340
+ stroke-dasharray="none"
341
+ stroke-linejoin="miter"
342
+ stroke-linecap="butt"
343
+ stroke-opacity="0"
344
+ fill-opacity="1"
345
+ />
346
+ <rect
347
+ id="geom_rect.rect.310.1.4"
348
+ x="328.04"
349
+ y="65.1"
350
+ width="73.75"
351
+ height="59.33"
352
+ transform=""
353
+ stroke="none"
354
+ fill="rgb(89,89,89)"
355
+ stroke-width="1.07"
356
+ stroke-dasharray="none"
357
+ stroke-linejoin="miter"
358
+ stroke-linecap="butt"
359
+ stroke-opacity="0"
360
+ fill-opacity="1"
361
+ />
362
+ <rect
363
+ id="geom_rect.rect.310.1.5"
364
+ x="409.98"
365
+ y="65.1"
366
+ width="73.75"
367
+ height="2.49"
368
+ transform=""
369
+ stroke="none"
370
+ fill="rgb(89,89,89)"
371
+ stroke-width="1.07"
372
+ stroke-dasharray="none"
373
+ stroke-linejoin="miter"
374
+ stroke-linecap="butt"
375
+ stroke-opacity="0"
376
+ fill-opacity="1"
377
+ />
378
+ </g>
379
+ </g>
380
+ </g>
381
+ <g id="layout::spacer.8-6-8-6.1" />
382
+ <g id="layout::spacer.8-4-8-4.1" />
383
+ <g id="layout::spacer.6-6-6-6.1" />
384
+ <g id="layout::spacer.6-4-6-4.1" />
385
+ <g id="layout::axis-t.6-5-6-5.1" />
386
+ <g id="layout::axis-l.7-4-7-4.1">
387
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.78.1">
388
+ <g id="axis-l.7-4-7-4.1">
389
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.78::axis.1">
390
+ <g id="axis.1">
391
+ <g
392
+ id="layout::axis-l.7-4-7-4::GRID.VP.78::axis::axis.1-1-1-1.1"
393
+ >
394
+ <g
395
+ id="layout::axis-l.7-4-7-4::GRID.VP.78::axis::axis.1-1-1-1::GRID.VP.76.1"
396
+ font-size="12.8"
397
+ stroke="rgb(77,77,77)"
398
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
399
+ stroke-opacity="1"
400
+ font-weight="normal"
401
+ font-style="normal"
402
+ >
403
+ <g
404
+ id="layout::axis-l.7-4-7-4::GRID.VP.78::axis::axis.1-1-1-1::GRID.VP.76::GRID.VP.77.1"
405
+ >
406
+ <g id="axis.1-1-1-1.1">
407
+ <g id="GRID.text.329.1">
408
+ <g
409
+ id="GRID.text.329.1.1"
410
+ transform="translate(62.73, 65.1)"
411
+ stroke-width="0.1"
412
+ >
413
+ <g
414
+ id="GRID.text.329.1.1.scale"
415
+ transform="scale(1, -1)"
416
+ >
417
+ <text
418
+ x="0"
419
+ y="0"
420
+ id="GRID.text.329.1.1.text"
421
+ text-anchor="end"
422
+ font-size="12.8"
423
+ stroke="rgb(77,77,77)"
424
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
425
+ fill="rgb(77,77,77)"
426
+ stroke-opacity="1"
427
+ fill-opacity="1"
428
+ font-weight="normal"
429
+ font-style="normal"
430
+ >
431
+ <tspan
432
+ id="GRID.text.329.1.1.tspan.1"
433
+ dy="4.58"
434
+ x="0"
435
+ >
436
+ 0
437
+ </tspan>
438
+ </text>
439
+ </g>
440
+ </g>
441
+ <g
442
+ id="GRID.text.329.1.2"
443
+ transform="translate(62.73, 166.33)"
444
+ stroke-width="0.1"
445
+ >
446
+ <g
447
+ id="GRID.text.329.1.2.scale"
448
+ transform="scale(1, -1)"
449
+ >
450
+ <text
451
+ x="0"
452
+ y="0"
453
+ id="GRID.text.329.1.2.text"
454
+ text-anchor="end"
455
+ font-size="12.8"
456
+ stroke="rgb(77,77,77)"
457
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
458
+ fill="rgb(77,77,77)"
459
+ stroke-opacity="1"
460
+ fill-opacity="1"
461
+ font-weight="normal"
462
+ font-style="normal"
463
+ >
464
+ <tspan
465
+ id="GRID.text.329.1.2.tspan.1"
466
+ dy="4.58"
467
+ x="0"
468
+ >
469
+ 1e+09
470
+ </tspan>
471
+ </text>
472
+ </g>
473
+ </g>
474
+ <g
475
+ id="GRID.text.329.1.3"
476
+ transform="translate(62.73, 267.56)"
477
+ stroke-width="0.1"
478
+ >
479
+ <g
480
+ id="GRID.text.329.1.3.scale"
481
+ transform="scale(1, -1)"
482
+ >
483
+ <text
484
+ x="0"
485
+ y="0"
486
+ id="GRID.text.329.1.3.text"
487
+ text-anchor="end"
488
+ font-size="12.8"
489
+ stroke="rgb(77,77,77)"
490
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
491
+ fill="rgb(77,77,77)"
492
+ stroke-opacity="1"
493
+ fill-opacity="1"
494
+ font-weight="normal"
495
+ font-style="normal"
496
+ >
497
+ <tspan
498
+ id="GRID.text.329.1.3.tspan.1"
499
+ dy="4.58"
500
+ x="0"
501
+ >
502
+ 2e+09
503
+ </tspan>
504
+ </text>
505
+ </g>
506
+ </g>
507
+ <g
508
+ id="GRID.text.329.1.4"
509
+ transform="translate(62.73, 368.79)"
510
+ stroke-width="0.1"
511
+ >
512
+ <g
513
+ id="GRID.text.329.1.4.scale"
514
+ transform="scale(1, -1)"
515
+ >
516
+ <text
517
+ x="0"
518
+ y="0"
519
+ id="GRID.text.329.1.4.text"
520
+ text-anchor="end"
521
+ font-size="12.8"
522
+ stroke="rgb(77,77,77)"
523
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
524
+ fill="rgb(77,77,77)"
525
+ stroke-opacity="1"
526
+ fill-opacity="1"
527
+ font-weight="normal"
528
+ font-style="normal"
529
+ >
530
+ <tspan
531
+ id="GRID.text.329.1.4.tspan.1"
532
+ dy="4.58"
533
+ x="0"
534
+ >
535
+ 3e+09
536
+ </tspan>
537
+ </text>
538
+ </g>
539
+ </g>
540
+ <g
541
+ id="GRID.text.329.1.5"
542
+ transform="translate(62.73, 470.02)"
543
+ stroke-width="0.1"
544
+ >
545
+ <g
546
+ id="GRID.text.329.1.5.scale"
547
+ transform="scale(1, -1)"
548
+ >
549
+ <text
550
+ x="0"
551
+ y="0"
552
+ id="GRID.text.329.1.5.text"
553
+ text-anchor="end"
554
+ font-size="12.8"
555
+ stroke="rgb(77,77,77)"
556
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
557
+ fill="rgb(77,77,77)"
558
+ stroke-opacity="1"
559
+ fill-opacity="1"
560
+ font-weight="normal"
561
+ font-style="normal"
562
+ >
563
+ <tspan
564
+ id="GRID.text.329.1.5.tspan.1"
565
+ dy="4.58"
566
+ x="0"
567
+ >
568
+ 4e+09
569
+ </tspan>
570
+ </text>
571
+ </g>
572
+ </g>
573
+ </g>
574
+ </g>
575
+ </g>
576
+ </g>
577
+ </g>
578
+ <g
579
+ id="layout::axis-l.7-4-7-4::GRID.VP.78::axis::axis.1-2-1-2.1"
580
+ >
581
+ <g id="axis.1-2-1-2.1">
582
+ <polyline
583
+ id="axis.1-2-1-2.1.1"
584
+ points="65.91,65.1 69.9,65.1"
585
+ stroke="rgb(51,51,51)"
586
+ fill="none"
587
+ stroke-width="1.55"
588
+ stroke-dasharray="none"
589
+ stroke-linecap="butt"
590
+ stroke-opacity="1"
591
+ fill-opacity="1"
592
+ />
593
+ <polyline
594
+ id="axis.1-2-1-2.1.2"
595
+ points="65.91,166.33 69.9,166.33"
596
+ stroke="rgb(51,51,51)"
597
+ fill="none"
598
+ stroke-width="1.55"
599
+ stroke-dasharray="none"
600
+ stroke-linecap="butt"
601
+ stroke-opacity="1"
602
+ fill-opacity="1"
603
+ />
604
+ <polyline
605
+ id="axis.1-2-1-2.1.3"
606
+ points="65.91,267.56 69.9,267.56"
607
+ stroke="rgb(51,51,51)"
608
+ fill="none"
609
+ stroke-width="1.55"
610
+ stroke-dasharray="none"
611
+ stroke-linecap="butt"
612
+ stroke-opacity="1"
613
+ fill-opacity="1"
614
+ />
615
+ <polyline
616
+ id="axis.1-2-1-2.1.4"
617
+ points="65.91,368.79 69.9,368.79"
618
+ stroke="rgb(51,51,51)"
619
+ fill="none"
620
+ stroke-width="1.55"
621
+ stroke-dasharray="none"
622
+ stroke-linecap="butt"
623
+ stroke-opacity="1"
624
+ fill-opacity="1"
625
+ />
626
+ <polyline
627
+ id="axis.1-2-1-2.1.5"
628
+ points="65.91,470.02 69.9,470.02"
629
+ stroke="rgb(51,51,51)"
630
+ fill="none"
631
+ stroke-width="1.55"
632
+ stroke-dasharray="none"
633
+ stroke-linecap="butt"
634
+ stroke-opacity="1"
635
+ fill-opacity="1"
636
+ />
637
+ </g>
638
+ </g>
639
+ </g>
640
+ </g>
641
+ </g>
642
+ </g>
643
+ </g>
644
+ <g id="layout::axis-r.7-6-7-6.1" />
645
+ <g id="layout::axis-b.8-5-8-5.1">
646
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.75.1">
647
+ <g id="axis-b.8-5-8-5.1">
648
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.75::axis.1">
649
+ <g id="axis.2">
650
+ <g
651
+ id="layout::axis-b.8-5-8-5::GRID.VP.75::axis::axis.1-1-1-1.1"
652
+ >
653
+ <g id="axis.1-1-1-1.2">
654
+ <polyline
655
+ id="axis.1-1-1-1.2.1"
656
+ points="119.07,41.82 119.07,45.8"
657
+ stroke="rgb(51,51,51)"
658
+ fill="none"
659
+ stroke-width="1.55"
660
+ stroke-dasharray="none"
661
+ stroke-linecap="butt"
662
+ stroke-opacity="1"
663
+ fill-opacity="1"
664
+ />
665
+ <polyline
666
+ id="axis.1-1-1-1.2.2"
667
+ points="201.02,41.82 201.02,45.8"
668
+ stroke="rgb(51,51,51)"
669
+ fill="none"
670
+ stroke-width="1.55"
671
+ stroke-dasharray="none"
672
+ stroke-linecap="butt"
673
+ stroke-opacity="1"
674
+ fill-opacity="1"
675
+ />
676
+ <polyline
677
+ id="axis.1-1-1-1.2.3"
678
+ points="282.96,41.82 282.96,45.8"
679
+ stroke="rgb(51,51,51)"
680
+ fill="none"
681
+ stroke-width="1.55"
682
+ stroke-dasharray="none"
683
+ stroke-linecap="butt"
684
+ stroke-opacity="1"
685
+ fill-opacity="1"
686
+ />
687
+ <polyline
688
+ id="axis.1-1-1-1.2.4"
689
+ points="364.91,41.82 364.91,45.8"
690
+ stroke="rgb(51,51,51)"
691
+ fill="none"
692
+ stroke-width="1.55"
693
+ stroke-dasharray="none"
694
+ stroke-linecap="butt"
695
+ stroke-opacity="1"
696
+ fill-opacity="1"
697
+ />
698
+ <polyline
699
+ id="axis.1-1-1-1.2.5"
700
+ points="446.86,41.82 446.86,45.8"
701
+ stroke="rgb(51,51,51)"
702
+ fill="none"
703
+ stroke-width="1.55"
704
+ stroke-dasharray="none"
705
+ stroke-linecap="butt"
706
+ stroke-opacity="1"
707
+ fill-opacity="1"
708
+ />
709
+ </g>
710
+ </g>
711
+ <g
712
+ id="layout::axis-b.8-5-8-5::GRID.VP.75::axis::axis.2-1-2-1.1"
713
+ >
714
+ <g
715
+ id="layout::axis-b.8-5-8-5::GRID.VP.75::axis::axis.2-1-2-1::GRID.VP.73.1"
716
+ font-size="12.8"
717
+ stroke="rgb(77,77,77)"
718
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
719
+ stroke-opacity="1"
720
+ font-weight="normal"
721
+ font-style="normal"
722
+ >
723
+ <g
724
+ id="layout::axis-b.8-5-8-5::GRID.VP.75::axis::axis.2-1-2-1::GRID.VP.73::GRID.VP.74.1"
725
+ >
726
+ <g id="axis.2-1-2-1.1">
727
+ <g id="GRID.text.324.1">
728
+ <g
729
+ id="GRID.text.324.1.1"
730
+ transform="translate(119.07, 38.63)"
731
+ stroke-width="0.1"
732
+ >
733
+ <g
734
+ id="GRID.text.324.1.1.scale"
735
+ transform="scale(1, -1)"
736
+ >
737
+ <text
738
+ x="0"
739
+ y="0"
740
+ id="GRID.text.324.1.1.text"
741
+ text-anchor="middle"
742
+ font-size="12.8"
743
+ stroke="rgb(77,77,77)"
744
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
745
+ fill="rgb(77,77,77)"
746
+ stroke-opacity="1"
747
+ fill-opacity="1"
748
+ font-weight="normal"
749
+ font-style="normal"
750
+ >
751
+ <tspan
752
+ id="GRID.text.324.1.1.tspan.1"
753
+ dy="9.16"
754
+ x="0"
755
+ >
756
+ Africa
757
+ </tspan>
758
+ </text>
759
+ </g>
760
+ </g>
761
+ <g
762
+ id="GRID.text.324.1.2"
763
+ transform="translate(201.02, 38.63)"
764
+ stroke-width="0.1"
765
+ >
766
+ <g
767
+ id="GRID.text.324.1.2.scale"
768
+ transform="scale(1, -1)"
769
+ >
770
+ <text
771
+ x="0"
772
+ y="0"
773
+ id="GRID.text.324.1.2.text"
774
+ text-anchor="middle"
775
+ font-size="12.8"
776
+ stroke="rgb(77,77,77)"
777
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
778
+ fill="rgb(77,77,77)"
779
+ stroke-opacity="1"
780
+ fill-opacity="1"
781
+ font-weight="normal"
782
+ font-style="normal"
783
+ >
784
+ <tspan
785
+ id="GRID.text.324.1.2.tspan.1"
786
+ dy="9.16"
787
+ x="0"
788
+ >
789
+ Americas
790
+ </tspan>
791
+ </text>
792
+ </g>
793
+ </g>
794
+ <g
795
+ id="GRID.text.324.1.3"
796
+ transform="translate(282.96, 38.63)"
797
+ stroke-width="0.1"
798
+ >
799
+ <g
800
+ id="GRID.text.324.1.3.scale"
801
+ transform="scale(1, -1)"
802
+ >
803
+ <text
804
+ x="0"
805
+ y="0"
806
+ id="GRID.text.324.1.3.text"
807
+ text-anchor="middle"
808
+ font-size="12.8"
809
+ stroke="rgb(77,77,77)"
810
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
811
+ fill="rgb(77,77,77)"
812
+ stroke-opacity="1"
813
+ fill-opacity="1"
814
+ font-weight="normal"
815
+ font-style="normal"
816
+ >
817
+ <tspan
818
+ id="GRID.text.324.1.3.tspan.1"
819
+ dy="9.16"
820
+ x="0"
821
+ >
822
+ Asia
823
+ </tspan>
824
+ </text>
825
+ </g>
826
+ </g>
827
+ <g
828
+ id="GRID.text.324.1.4"
829
+ transform="translate(364.91, 38.63)"
830
+ stroke-width="0.1"
831
+ >
832
+ <g
833
+ id="GRID.text.324.1.4.scale"
834
+ transform="scale(1, -1)"
835
+ >
836
+ <text
837
+ x="0"
838
+ y="0"
839
+ id="GRID.text.324.1.4.text"
840
+ text-anchor="middle"
841
+ font-size="12.8"
842
+ stroke="rgb(77,77,77)"
843
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
844
+ fill="rgb(77,77,77)"
845
+ stroke-opacity="1"
846
+ fill-opacity="1"
847
+ font-weight="normal"
848
+ font-style="normal"
849
+ >
850
+ <tspan
851
+ id="GRID.text.324.1.4.tspan.1"
852
+ dy="9.16"
853
+ x="0"
854
+ >
855
+ Europe
856
+ </tspan>
857
+ </text>
858
+ </g>
859
+ </g>
860
+ <g
861
+ id="GRID.text.324.1.5"
862
+ transform="translate(446.86, 38.63)"
863
+ stroke-width="0.1"
864
+ >
865
+ <g
866
+ id="GRID.text.324.1.5.scale"
867
+ transform="scale(1, -1)"
868
+ >
869
+ <text
870
+ x="0"
871
+ y="0"
872
+ id="GRID.text.324.1.5.text"
873
+ text-anchor="middle"
874
+ font-size="12.8"
875
+ stroke="rgb(77,77,77)"
876
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
877
+ fill="rgb(77,77,77)"
878
+ stroke-opacity="1"
879
+ fill-opacity="1"
880
+ font-weight="normal"
881
+ font-style="normal"
882
+ >
883
+ <tspan
884
+ id="GRID.text.324.1.5.tspan.1"
885
+ dy="9.16"
886
+ x="0"
887
+ >
888
+ Oceania
889
+ </tspan>
890
+ </text>
891
+ </g>
892
+ </g>
893
+ </g>
894
+ </g>
895
+ </g>
896
+ </g>
897
+ </g>
898
+ </g>
899
+ </g>
900
+ </g>
901
+ </g>
902
+ </g>
903
+ <g id="layout::xlab-t.5-5-5-5.1" />
904
+ <g id="layout::xlab-b.9-5-9-5.1">
905
+ <g
906
+ id="layout::xlab-b.9-5-9-5::GRID.VP.79.1"
907
+ font-size="16"
908
+ stroke="rgb(0,0,0)"
909
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
910
+ stroke-opacity="1"
911
+ font-weight="normal"
912
+ font-style="normal"
913
+ >
914
+ <g
915
+ id="layout::xlab-b.9-5-9-5::GRID.VP.79::GRID.VP.80.1"
916
+ >
917
+ <g id="xlab-b.9-5-9-5.1">
918
+ <g id="GRID.text.333.1">
919
+ <g
920
+ id="GRID.text.333.1.1"
921
+ transform="translate(282.96, 22.79)"
922
+ stroke-width="0.1"
923
+ >
924
+ <g
925
+ id="GRID.text.333.1.1.scale"
926
+ transform="scale(1, -1)"
927
+ >
928
+ <text
929
+ x="0"
930
+ y="0"
931
+ id="GRID.text.333.1.1.text"
932
+ text-anchor="middle"
933
+ font-size="16"
934
+ stroke="rgb(0,0,0)"
935
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
936
+ fill="rgb(0,0,0)"
937
+ stroke-opacity="1"
938
+ fill-opacity="1"
939
+ font-weight="normal"
940
+ font-style="normal"
941
+ >
942
+ <tspan
943
+ id="GRID.text.333.1.1.tspan.1"
944
+ dy="11.45"
945
+ x="0"
946
+ >
947
+ Continent
948
+ </tspan>
949
+ </text>
950
+ </g>
951
+ </g>
952
+ </g>
953
+ </g>
954
+ </g>
955
+ </g>
956
+ </g>
957
+ <g id="layout::ylab-l.7-3-7-3.1">
958
+ <g
959
+ id="layout::ylab-l.7-3-7-3::GRID.VP.81.1"
960
+ font-size="16"
961
+ stroke="rgb(0,0,0)"
962
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
963
+ stroke-opacity="1"
964
+ font-weight="normal"
965
+ font-style="normal"
966
+ >
967
+ <g
968
+ id="layout::ylab-l.7-3-7-3::GRID.VP.81::GRID.VP.82.1"
969
+ >
970
+ <g id="ylab-l.7-3-7-3.1">
971
+ <g id="GRID.text.337.1">
972
+ <g
973
+ id="GRID.text.337.1.1"
974
+ transform="translate(7.97, 258.04)"
975
+ stroke-width="0.1"
976
+ >
977
+ <g
978
+ id="GRID.text.337.1.1.scale"
979
+ transform="scale(1, -1)"
980
+ >
981
+ <text
982
+ x="0"
983
+ y="0"
984
+ id="GRID.text.337.1.1.text"
985
+ transform="rotate(-90)"
986
+ text-anchor="middle"
987
+ font-size="16"
988
+ stroke="rgb(0,0,0)"
989
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
990
+ fill="rgb(0,0,0)"
991
+ stroke-opacity="1"
992
+ fill-opacity="1"
993
+ font-weight="normal"
994
+ font-style="normal"
995
+ >
996
+ <tspan
997
+ id="GRID.text.337.1.1.tspan.1"
998
+ dy="11.45"
999
+ x="0"
1000
+ >
1001
+ Total Population
1002
+ </tspan>
1003
+ </text>
1004
+ </g>
1005
+ </g>
1006
+ </g>
1007
+ </g>
1008
+ </g>
1009
+ </g>
1010
+ </g>
1011
+ <g id="layout::ylab-r.7-7-7-7.1" />
1012
+ <g id="layout::subtitle.4-5-4-5.1" />
1013
+ <g id="layout::title.3-5-3-5.1">
1014
+ <g
1015
+ id="layout::title.3-5-3-5::GRID.VP.83.1"
1016
+ font-size="19.2"
1017
+ stroke="rgb(0,0,0)"
1018
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1019
+ stroke-opacity="1"
1020
+ font-weight="normal"
1021
+ font-style="normal"
1022
+ >
1023
+ <g id="layout::title.3-5-3-5::GRID.VP.83::GRID.VP.84.1">
1024
+ <g id="title.3-5-3-5.1">
1025
+ <g id="GRID.text.340.1">
1026
+ <g
1027
+ id="GRID.text.340.1.1"
1028
+ transform="translate(69.9, 496.03)"
1029
+ stroke-width="0.1"
1030
+ >
1031
+ <g
1032
+ id="GRID.text.340.1.1.scale"
1033
+ transform="scale(1, -1)"
1034
+ >
1035
+ <text
1036
+ x="0"
1037
+ y="0"
1038
+ id="GRID.text.340.1.1.text"
1039
+ text-anchor="start"
1040
+ font-size="19.2"
1041
+ stroke="rgb(0,0,0)"
1042
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1043
+ fill="rgb(0,0,0)"
1044
+ stroke-opacity="1"
1045
+ fill-opacity="1"
1046
+ font-weight="normal"
1047
+ font-style="normal"
1048
+ >
1049
+ <tspan
1050
+ id="GRID.text.340.1.1.tspan.1"
1051
+ dy="13.74"
1052
+ x="0"
1053
+ >
1054
+ The Total Population of Each Continent in
1055
+ 2007.
1056
+ </tspan>
1057
+ </text>
1058
+ </g>
1059
+ </g>
1060
+ </g>
1061
+ </g>
1062
+ </g>
1063
+ </g>
1064
+ </g>
1065
+ <g id="layout::caption.10-5-10-5.1" />
1066
+ <g id="layout::tag.2-2-2-2.1" />
1067
+ </g>
1068
+ </g>
1069
+ </g>
1070
+ </g>
1071
+ </svg>
1072
+ </div>
1073
+ <br />
1074
+ </div>
1075
+ </div>
1076
+ <script>
1077
+ var maidr = {
1078
+ type: 'bar',
1079
+ id: 'barplot1',
1080
+ elements: document.querySelectorAll('g[id^="geom_rect"] > rect'),
1081
+ labels: {
1082
+ x: 'Continent',
1083
+ y: 'Total Population',
1084
+ title: 'The Total Population of Each Continent in 2007.',
1085
+ },
1086
+ axes: {
1087
+ x: {
1088
+ label: 'Continent',
1089
+ level: ['Africa', 'Americas', 'Asia', 'Europe', 'Oceania'],
1090
+ },
1091
+ y: {
1092
+ label: 'Total Population',
1093
+ },
1094
+ },
1095
+ data: [929539693, 898871185, 3811953828, 586098530, 24549948],
1096
+ };
1097
+ </script>
1098
+ <script src="../src/js/constants.js"></script>
1099
+ <script src="../src/js/audio.js"></script>
1100
+ <script src="../src/js/display.js"></script>
1101
+ <script src="../src/js/barplot.js"></script>
1102
+ <script src="../src/js/boxplot.js"></script>
1103
+ <script src="../src/js/heatmap.js"></script>
1104
+ <script src="../src/js/scatterplot.js"></script>
1105
+ <script src="../src/js/controls.js"></script>
1106
+ <script src="../src/js/init.js"></script>
1107
+ <!--
1108
+ <script src="../dist/maidr.min.js"></script>
1109
+ //-->
1110
+ </body>
1111
+ </html>