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,1661 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <title>Task 2: Heatmap</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
+ <?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="heatmap1"
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-02-24 21:08:17"
33
+ />
34
+ <gridsvg:argument
35
+ name="name"
36
+ value="/Users/yilinxia/heatmap_user_study.svg"
37
+ />
38
+ <gridsvg:argument name="exportCoords" value="none" />
39
+ <gridsvg:argument name="exportMappings" value="none" />
40
+ <gridsvg:argument name="exportJS" value="none" />
41
+ <gridsvg:argument name="res" value="72" />
42
+ <gridsvg:argument name="prefix" value="" />
43
+ <gridsvg:argument name="addClasses" value="FALSE" />
44
+ <gridsvg:argument name="indent" value="TRUE" />
45
+ <gridsvg:argument name="htmlWrapper" value="FALSE" />
46
+ <gridsvg:argument name="usePaths" value="vpPaths" />
47
+ <gridsvg:argument name="uniqueNames" value="TRUE" />
48
+ <gridsvg:separator name="id.sep" value="." />
49
+ <gridsvg:separator name="gPath.sep" value="::" />
50
+ <gridsvg:separator name="vpPath.sep" value="::" />
51
+ </metadata>
52
+ <g transform="translate(0, 504) scale(1, -1)">
53
+ <g
54
+ id="gridSVG"
55
+ fill="none"
56
+ stroke="rgb(0,0,0)"
57
+ stroke-dasharray="none"
58
+ stroke-width="0.75"
59
+ font-size="12"
60
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
61
+ opacity="1"
62
+ stroke-linecap="round"
63
+ stroke-linejoin="round"
64
+ stroke-miterlimit="10"
65
+ stroke-opacity="1"
66
+ fill-opacity="0"
67
+ font-weight="normal"
68
+ font-style="normal"
69
+ >
70
+ <g id="layout.1">
71
+ <g id="layout.2">
72
+ <defs>
73
+ <clipPath id="layout::background.1-11-12-1.1.clipPath">
74
+ <rect
75
+ x="0"
76
+ y="50.3"
77
+ width="504"
78
+ height="403.4"
79
+ fill="none"
80
+ stroke="none"
81
+ />
82
+ </clipPath>
83
+ </defs>
84
+ <g
85
+ id="layout::background.1-11-12-1.1"
86
+ clip-path="url(#layout::background.1-11-12-1.1.clipPath)"
87
+ >
88
+ <g id="background.1-11-12-1.1">
89
+ <rect
90
+ id="background.1-11-12-1.1.1"
91
+ x="0"
92
+ y="50.3"
93
+ width="504"
94
+ height="403.4"
95
+ transform=""
96
+ stroke-width="1.07"
97
+ stroke="rgb(255,255,255)"
98
+ fill="rgb(255,255,255)"
99
+ stroke-dasharray="none"
100
+ stroke-opacity="1"
101
+ fill-opacity="1"
102
+ />
103
+ </g>
104
+ </g>
105
+ <defs>
106
+ <clipPath id="layout::panel.7-5-7-5.1.clipPath">
107
+ <rect
108
+ x="60.01"
109
+ y="81.79"
110
+ width="348.73"
111
+ height="348.73"
112
+ fill="none"
113
+ stroke="none"
114
+ />
115
+ </clipPath>
116
+ </defs>
117
+ <g
118
+ id="layout::panel.7-5-7-5.1"
119
+ clip-path="url(#layout::panel.7-5-7-5.1.clipPath)"
120
+ >
121
+ <g id="panel.7-5-7-5.1">
122
+ <g id="grill.gTree.1460.1">
123
+ <g id="panel.background..rect.1455.1">
124
+ <rect
125
+ id="panel.background..rect.1455.1.1"
126
+ x="60.01"
127
+ y="81.79"
128
+ width="348.73"
129
+ height="348.73"
130
+ transform=""
131
+ stroke-width="1.07"
132
+ stroke="none"
133
+ fill="rgb(235,235,235)"
134
+ stroke-dasharray="none"
135
+ stroke-opacity="0"
136
+ fill-opacity="1"
137
+ />
138
+ </g>
139
+ <g id="panel.grid.major.y..polyline.1457.1">
140
+ <polyline
141
+ id="panel.grid.major.y..polyline.1457.1.1"
142
+ points="60.01,122.03 408.74,122.03"
143
+ stroke="rgb(255,255,255)"
144
+ fill="none"
145
+ stroke-width="1.07"
146
+ stroke-dasharray="none"
147
+ stroke-linecap="butt"
148
+ stroke-opacity="1"
149
+ fill-opacity="1"
150
+ />
151
+ <polyline
152
+ id="panel.grid.major.y..polyline.1457.1.2"
153
+ points="60.01,189.09 408.74,189.09"
154
+ stroke="rgb(255,255,255)"
155
+ fill="none"
156
+ stroke-width="1.07"
157
+ stroke-dasharray="none"
158
+ stroke-linecap="butt"
159
+ stroke-opacity="1"
160
+ fill-opacity="1"
161
+ />
162
+ <polyline
163
+ id="panel.grid.major.y..polyline.1457.1.3"
164
+ points="60.01,256.15 408.74,256.15"
165
+ stroke="rgb(255,255,255)"
166
+ fill="none"
167
+ stroke-width="1.07"
168
+ stroke-dasharray="none"
169
+ stroke-linecap="butt"
170
+ stroke-opacity="1"
171
+ fill-opacity="1"
172
+ />
173
+ <polyline
174
+ id="panel.grid.major.y..polyline.1457.1.4"
175
+ points="60.01,323.22 408.74,323.22"
176
+ stroke="rgb(255,255,255)"
177
+ fill="none"
178
+ stroke-width="1.07"
179
+ stroke-dasharray="none"
180
+ stroke-linecap="butt"
181
+ stroke-opacity="1"
182
+ fill-opacity="1"
183
+ />
184
+ <polyline
185
+ id="panel.grid.major.y..polyline.1457.1.5"
186
+ points="60.01,390.28 408.74,390.28"
187
+ stroke="rgb(255,255,255)"
188
+ fill="none"
189
+ stroke-width="1.07"
190
+ stroke-dasharray="none"
191
+ stroke-linecap="butt"
192
+ stroke-opacity="1"
193
+ fill-opacity="1"
194
+ />
195
+ </g>
196
+ <g id="panel.grid.major.x..polyline.1459.1">
197
+ <polyline
198
+ id="panel.grid.major.x..polyline.1459.1.1"
199
+ points="100.25,81.79 100.25,430.52"
200
+ stroke="rgb(255,255,255)"
201
+ fill="none"
202
+ stroke-width="1.07"
203
+ stroke-dasharray="none"
204
+ stroke-linecap="butt"
205
+ stroke-opacity="1"
206
+ fill-opacity="1"
207
+ />
208
+ <polyline
209
+ id="panel.grid.major.x..polyline.1459.1.2"
210
+ points="167.31,81.79 167.31,430.52"
211
+ stroke="rgb(255,255,255)"
212
+ fill="none"
213
+ stroke-width="1.07"
214
+ stroke-dasharray="none"
215
+ stroke-linecap="butt"
216
+ stroke-opacity="1"
217
+ fill-opacity="1"
218
+ />
219
+ <polyline
220
+ id="panel.grid.major.x..polyline.1459.1.3"
221
+ points="234.38,81.79 234.38,430.52"
222
+ stroke="rgb(255,255,255)"
223
+ fill="none"
224
+ stroke-width="1.07"
225
+ stroke-dasharray="none"
226
+ stroke-linecap="butt"
227
+ stroke-opacity="1"
228
+ fill-opacity="1"
229
+ />
230
+ <polyline
231
+ id="panel.grid.major.x..polyline.1459.1.4"
232
+ points="301.44,81.79 301.44,430.52"
233
+ stroke="rgb(255,255,255)"
234
+ fill="none"
235
+ stroke-width="1.07"
236
+ stroke-dasharray="none"
237
+ stroke-linecap="butt"
238
+ stroke-opacity="1"
239
+ fill-opacity="1"
240
+ />
241
+ <polyline
242
+ id="panel.grid.major.x..polyline.1459.1.5"
243
+ points="368.5,81.79 368.5,430.52"
244
+ stroke="rgb(255,255,255)"
245
+ fill="none"
246
+ stroke-width="1.07"
247
+ stroke-dasharray="none"
248
+ stroke-linecap="butt"
249
+ stroke-opacity="1"
250
+ fill-opacity="1"
251
+ />
252
+ </g>
253
+ </g>
254
+ <g id="geom_rect.rect.1451.1">
255
+ <rect
256
+ id="geom_rect.rect.1451.1.1"
257
+ x="66.72"
258
+ y="88.5"
259
+ width="67.06"
260
+ height="67.06"
261
+ transform=""
262
+ stroke="rgb(0,0,0)"
263
+ fill="rgb(86,177,247)"
264
+ stroke-width="0.21"
265
+ stroke-dasharray="none"
266
+ stroke-linejoin="miter"
267
+ stroke-linecap="butt"
268
+ stroke-opacity="1"
269
+ fill-opacity="1"
270
+ />
271
+ <rect
272
+ id="geom_rect.rect.1451.1.2"
273
+ x="66.72"
274
+ y="155.56"
275
+ width="67.06"
276
+ height="67.06"
277
+ transform=""
278
+ stroke="rgb(0,0,0)"
279
+ fill="rgb(72,148,208)"
280
+ stroke-width="0.21"
281
+ stroke-dasharray="none"
282
+ stroke-linejoin="miter"
283
+ stroke-linecap="butt"
284
+ stroke-opacity="1"
285
+ fill-opacity="1"
286
+ />
287
+ <rect
288
+ id="geom_rect.rect.1451.1.3"
289
+ x="66.72"
290
+ y="222.62"
291
+ width="67.06"
292
+ height="67.06"
293
+ transform=""
294
+ stroke="rgb(0,0,0)"
295
+ fill="rgb(72,149,209)"
296
+ stroke-width="0.21"
297
+ stroke-dasharray="none"
298
+ stroke-linejoin="miter"
299
+ stroke-linecap="butt"
300
+ stroke-opacity="1"
301
+ fill-opacity="1"
302
+ />
303
+ <rect
304
+ id="geom_rect.rect.1451.1.4"
305
+ x="66.72"
306
+ y="289.68"
307
+ width="67.06"
308
+ height="67.06"
309
+ transform=""
310
+ stroke="rgb(0,0,0)"
311
+ fill="rgb(48,100,144)"
312
+ stroke-width="0.21"
313
+ stroke-dasharray="none"
314
+ stroke-linejoin="miter"
315
+ stroke-linecap="butt"
316
+ stroke-opacity="1"
317
+ fill-opacity="1"
318
+ />
319
+ <rect
320
+ id="geom_rect.rect.1451.1.5"
321
+ x="66.72"
322
+ y="356.75"
323
+ width="67.06"
324
+ height="67.06"
325
+ transform=""
326
+ stroke="rgb(0,0,0)"
327
+ fill="rgb(40,85,124)"
328
+ stroke-width="0.21"
329
+ stroke-dasharray="none"
330
+ stroke-linejoin="miter"
331
+ stroke-linecap="butt"
332
+ stroke-opacity="1"
333
+ fill-opacity="1"
334
+ />
335
+ <rect
336
+ id="geom_rect.rect.1451.1.6"
337
+ x="133.78"
338
+ y="88.5"
339
+ width="67.06"
340
+ height="67.06"
341
+ transform=""
342
+ stroke="rgb(0,0,0)"
343
+ fill="rgb(86,177,247)"
344
+ stroke-width="0.21"
345
+ stroke-dasharray="none"
346
+ stroke-linejoin="miter"
347
+ stroke-linecap="butt"
348
+ stroke-opacity="1"
349
+ fill-opacity="1"
350
+ />
351
+ <rect
352
+ id="geom_rect.rect.1451.1.7"
353
+ x="133.78"
354
+ y="155.56"
355
+ width="67.06"
356
+ height="67.06"
357
+ transform=""
358
+ stroke="rgb(0,0,0)"
359
+ fill="rgb(71,147,206)"
360
+ stroke-width="0.21"
361
+ stroke-dasharray="none"
362
+ stroke-linejoin="miter"
363
+ stroke-linecap="butt"
364
+ stroke-opacity="1"
365
+ fill-opacity="1"
366
+ />
367
+ <rect
368
+ id="geom_rect.rect.1451.1.8"
369
+ x="133.78"
370
+ y="222.62"
371
+ width="67.06"
372
+ height="67.06"
373
+ transform=""
374
+ stroke="rgb(0,0,0)"
375
+ fill="rgb(69,143,202)"
376
+ stroke-width="0.21"
377
+ stroke-dasharray="none"
378
+ stroke-linejoin="miter"
379
+ stroke-linecap="butt"
380
+ stroke-opacity="1"
381
+ fill-opacity="1"
382
+ />
383
+ <rect
384
+ id="geom_rect.rect.1451.1.9"
385
+ x="133.78"
386
+ y="289.68"
387
+ width="67.06"
388
+ height="67.06"
389
+ transform=""
390
+ stroke="rgb(0,0,0)"
391
+ fill="rgb(48,101,145)"
392
+ stroke-width="0.21"
393
+ stroke-dasharray="none"
394
+ stroke-linejoin="miter"
395
+ stroke-linecap="butt"
396
+ stroke-opacity="1"
397
+ fill-opacity="1"
398
+ />
399
+ <rect
400
+ id="geom_rect.rect.1451.1.10"
401
+ x="133.78"
402
+ y="356.75"
403
+ width="67.06"
404
+ height="67.06"
405
+ transform=""
406
+ stroke="rgb(0,0,0)"
407
+ fill="rgb(39,83,121)"
408
+ stroke-width="0.21"
409
+ stroke-dasharray="none"
410
+ stroke-linejoin="miter"
411
+ stroke-linecap="butt"
412
+ stroke-opacity="1"
413
+ fill-opacity="1"
414
+ />
415
+ <rect
416
+ id="geom_rect.rect.1451.1.11"
417
+ x="200.84"
418
+ y="88.5"
419
+ width="67.06"
420
+ height="67.06"
421
+ transform=""
422
+ stroke="rgb(0,0,0)"
423
+ fill="rgb(86,176,246)"
424
+ stroke-width="0.21"
425
+ stroke-dasharray="none"
426
+ stroke-linejoin="miter"
427
+ stroke-linecap="butt"
428
+ stroke-opacity="1"
429
+ fill-opacity="1"
430
+ />
431
+ <rect
432
+ id="geom_rect.rect.1451.1.12"
433
+ x="200.84"
434
+ y="155.56"
435
+ width="67.06"
436
+ height="67.06"
437
+ transform=""
438
+ stroke="rgb(0,0,0)"
439
+ fill="rgb(69,142,200)"
440
+ stroke-width="0.21"
441
+ stroke-dasharray="none"
442
+ stroke-linejoin="miter"
443
+ stroke-linecap="butt"
444
+ stroke-opacity="1"
445
+ fill-opacity="1"
446
+ />
447
+ <rect
448
+ id="geom_rect.rect.1451.1.13"
449
+ x="200.84"
450
+ y="222.62"
451
+ width="67.06"
452
+ height="67.06"
453
+ transform=""
454
+ stroke="rgb(0,0,0)"
455
+ fill="rgb(66,137,194)"
456
+ stroke-width="0.21"
457
+ stroke-dasharray="none"
458
+ stroke-linejoin="miter"
459
+ stroke-linecap="butt"
460
+ stroke-opacity="1"
461
+ fill-opacity="1"
462
+ />
463
+ <rect
464
+ id="geom_rect.rect.1451.1.14"
465
+ x="200.84"
466
+ y="289.68"
467
+ width="67.06"
468
+ height="67.06"
469
+ transform=""
470
+ stroke="rgb(0,0,0)"
471
+ fill="rgb(43,91,132)"
472
+ stroke-width="0.21"
473
+ stroke-dasharray="none"
474
+ stroke-linejoin="miter"
475
+ stroke-linecap="butt"
476
+ stroke-opacity="1"
477
+ fill-opacity="1"
478
+ />
479
+ <rect
480
+ id="geom_rect.rect.1451.1.15"
481
+ x="200.84"
482
+ y="356.75"
483
+ width="67.06"
484
+ height="67.06"
485
+ transform=""
486
+ stroke="rgb(0,0,0)"
487
+ fill="rgb(32,68,101)"
488
+ stroke-width="0.21"
489
+ stroke-dasharray="none"
490
+ stroke-linejoin="miter"
491
+ stroke-linecap="butt"
492
+ stroke-opacity="1"
493
+ fill-opacity="1"
494
+ />
495
+ <rect
496
+ id="geom_rect.rect.1451.1.16"
497
+ x="267.91"
498
+ y="88.5"
499
+ width="67.06"
500
+ height="67.06"
501
+ transform=""
502
+ stroke="rgb(0,0,0)"
503
+ fill="rgb(85,175,245)"
504
+ stroke-width="0.21"
505
+ stroke-dasharray="none"
506
+ stroke-linejoin="miter"
507
+ stroke-linecap="butt"
508
+ stroke-opacity="1"
509
+ fill-opacity="1"
510
+ />
511
+ <rect
512
+ id="geom_rect.rect.1451.1.17"
513
+ x="267.91"
514
+ y="155.56"
515
+ width="67.06"
516
+ height="67.06"
517
+ transform=""
518
+ stroke="rgb(0,0,0)"
519
+ fill="rgb(68,140,198)"
520
+ stroke-width="0.21"
521
+ stroke-dasharray="none"
522
+ stroke-linejoin="miter"
523
+ stroke-linecap="butt"
524
+ stroke-opacity="1"
525
+ fill-opacity="1"
526
+ />
527
+ <rect
528
+ id="geom_rect.rect.1451.1.18"
529
+ x="267.91"
530
+ y="222.62"
531
+ width="67.06"
532
+ height="67.06"
533
+ transform=""
534
+ stroke="rgb(0,0,0)"
535
+ fill="rgb(65,136,191)"
536
+ stroke-width="0.21"
537
+ stroke-dasharray="none"
538
+ stroke-linejoin="miter"
539
+ stroke-linecap="butt"
540
+ stroke-opacity="1"
541
+ fill-opacity="1"
542
+ />
543
+ <rect
544
+ id="geom_rect.rect.1451.1.19"
545
+ x="267.91"
546
+ y="289.68"
547
+ width="67.06"
548
+ height="67.06"
549
+ transform=""
550
+ stroke="rgb(0,0,0)"
551
+ fill="rgb(37,79,116)"
552
+ stroke-width="0.21"
553
+ stroke-dasharray="none"
554
+ stroke-linejoin="miter"
555
+ stroke-linecap="butt"
556
+ stroke-opacity="1"
557
+ fill-opacity="1"
558
+ />
559
+ <rect
560
+ id="geom_rect.rect.1451.1.20"
561
+ x="267.91"
562
+ y="356.75"
563
+ width="67.06"
564
+ height="67.06"
565
+ transform=""
566
+ stroke="rgb(0,0,0)"
567
+ fill="rgb(25,55,84)"
568
+ stroke-width="0.21"
569
+ stroke-dasharray="none"
570
+ stroke-linejoin="miter"
571
+ stroke-linecap="butt"
572
+ stroke-opacity="1"
573
+ fill-opacity="1"
574
+ />
575
+ <rect
576
+ id="geom_rect.rect.1451.1.21"
577
+ x="334.97"
578
+ y="88.5"
579
+ width="67.06"
580
+ height="67.06"
581
+ transform=""
582
+ stroke="rgb(0,0,0)"
583
+ fill="rgb(84,173,241)"
584
+ stroke-width="0.21"
585
+ stroke-dasharray="none"
586
+ stroke-linejoin="miter"
587
+ stroke-linecap="butt"
588
+ stroke-opacity="1"
589
+ fill-opacity="1"
590
+ />
591
+ <rect
592
+ id="geom_rect.rect.1451.1.22"
593
+ x="334.97"
594
+ y="155.56"
595
+ width="67.06"
596
+ height="67.06"
597
+ transform=""
598
+ stroke="rgb(0,0,0)"
599
+ fill="rgb(63,131,186)"
600
+ stroke-width="0.21"
601
+ stroke-dasharray="none"
602
+ stroke-linejoin="miter"
603
+ stroke-linecap="butt"
604
+ stroke-opacity="1"
605
+ fill-opacity="1"
606
+ />
607
+ <rect
608
+ id="geom_rect.rect.1451.1.23"
609
+ x="334.97"
610
+ y="222.62"
611
+ width="67.06"
612
+ height="67.06"
613
+ transform=""
614
+ stroke="rgb(0,0,0)"
615
+ fill="rgb(60,124,176)"
616
+ stroke-width="0.21"
617
+ stroke-dasharray="none"
618
+ stroke-linejoin="miter"
619
+ stroke-linecap="butt"
620
+ stroke-opacity="1"
621
+ fill-opacity="1"
622
+ />
623
+ <rect
624
+ id="geom_rect.rect.1451.1.24"
625
+ x="334.97"
626
+ y="289.68"
627
+ width="67.06"
628
+ height="67.06"
629
+ transform=""
630
+ stroke="rgb(0,0,0)"
631
+ fill="rgb(30,64,95)"
632
+ stroke-width="0.21"
633
+ stroke-dasharray="none"
634
+ stroke-linejoin="miter"
635
+ stroke-linecap="butt"
636
+ stroke-opacity="1"
637
+ fill-opacity="1"
638
+ />
639
+ <rect
640
+ id="geom_rect.rect.1451.1.25"
641
+ x="334.97"
642
+ y="356.75"
643
+ width="67.06"
644
+ height="67.06"
645
+ transform=""
646
+ stroke="rgb(0,0,0)"
647
+ fill="rgb(19,43,67)"
648
+ stroke-width="0.21"
649
+ stroke-dasharray="none"
650
+ stroke-linejoin="miter"
651
+ stroke-linecap="butt"
652
+ stroke-opacity="1"
653
+ fill-opacity="1"
654
+ />
655
+ </g>
656
+ </g>
657
+ </g>
658
+ <g id="layout::spacer.8-6-8-6.1" />
659
+ <g id="layout::spacer.8-4-8-4.1" />
660
+ <g id="layout::spacer.6-6-6-6.1" />
661
+ <g id="layout::spacer.6-4-6-4.1" />
662
+ <g id="layout::axis-t.6-5-6-5.1" />
663
+ <g id="layout::axis-l.7-4-7-4.1">
664
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.500.1">
665
+ <g id="axis-l.7-4-7-4.1">
666
+ <g id="layout::axis-l.7-4-7-4::GRID.VP.500::axis.1">
667
+ <g id="axis.1">
668
+ <g
669
+ id="layout::axis-l.7-4-7-4::GRID.VP.500::axis::axis.1-1-1-1.1"
670
+ >
671
+ <g
672
+ id="layout::axis-l.7-4-7-4::GRID.VP.500::axis::axis.1-1-1-1::GRID.VP.498.1"
673
+ font-size="8.8"
674
+ stroke="rgb(77,77,77)"
675
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
676
+ stroke-opacity="1"
677
+ font-weight="normal"
678
+ font-style="normal"
679
+ >
680
+ <g
681
+ id="layout::axis-l.7-4-7-4::GRID.VP.500::axis::axis.1-1-1-1::GRID.VP.498::GRID.VP.499.1"
682
+ >
683
+ <g id="axis.1-1-1-1.1">
684
+ <g id="GRID.text.1467.1">
685
+ <g
686
+ id="GRID.text.1467.1.1"
687
+ transform="translate(55.08, 122.03)"
688
+ stroke-width="0.1"
689
+ >
690
+ <g
691
+ id="GRID.text.1467.1.1.scale"
692
+ transform="scale(1, -1)"
693
+ >
694
+ <text
695
+ x="0"
696
+ y="0"
697
+ id="GRID.text.1467.1.1.text"
698
+ text-anchor="end"
699
+ font-size="8.8"
700
+ stroke="rgb(77,77,77)"
701
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
702
+ fill="rgb(77,77,77)"
703
+ stroke-opacity="1"
704
+ fill-opacity="1"
705
+ font-weight="normal"
706
+ font-style="normal"
707
+ >
708
+ <tspan
709
+ id="GRID.text.1467.1.1.tspan.1"
710
+ dy="3.15"
711
+ x="0"
712
+ >
713
+ Africa
714
+ </tspan>
715
+ </text>
716
+ </g>
717
+ </g>
718
+ <g
719
+ id="GRID.text.1467.1.2"
720
+ transform="translate(55.08, 189.09)"
721
+ stroke-width="0.1"
722
+ >
723
+ <g
724
+ id="GRID.text.1467.1.2.scale"
725
+ transform="scale(1, -1)"
726
+ >
727
+ <text
728
+ x="0"
729
+ y="0"
730
+ id="GRID.text.1467.1.2.text"
731
+ text-anchor="end"
732
+ font-size="8.8"
733
+ stroke="rgb(77,77,77)"
734
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
735
+ fill="rgb(77,77,77)"
736
+ stroke-opacity="1"
737
+ fill-opacity="1"
738
+ font-weight="normal"
739
+ font-style="normal"
740
+ >
741
+ <tspan
742
+ id="GRID.text.1467.1.2.tspan.1"
743
+ dy="3.15"
744
+ x="0"
745
+ >
746
+ Americas
747
+ </tspan>
748
+ </text>
749
+ </g>
750
+ </g>
751
+ <g
752
+ id="GRID.text.1467.1.3"
753
+ transform="translate(55.08, 256.15)"
754
+ stroke-width="0.1"
755
+ >
756
+ <g
757
+ id="GRID.text.1467.1.3.scale"
758
+ transform="scale(1, -1)"
759
+ >
760
+ <text
761
+ x="0"
762
+ y="0"
763
+ id="GRID.text.1467.1.3.text"
764
+ text-anchor="end"
765
+ font-size="8.8"
766
+ stroke="rgb(77,77,77)"
767
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
768
+ fill="rgb(77,77,77)"
769
+ stroke-opacity="1"
770
+ fill-opacity="1"
771
+ font-weight="normal"
772
+ font-style="normal"
773
+ >
774
+ <tspan
775
+ id="GRID.text.1467.1.3.tspan.1"
776
+ dy="3.15"
777
+ x="0"
778
+ >
779
+ Asia
780
+ </tspan>
781
+ </text>
782
+ </g>
783
+ </g>
784
+ <g
785
+ id="GRID.text.1467.1.4"
786
+ transform="translate(55.08, 323.22)"
787
+ stroke-width="0.1"
788
+ >
789
+ <g
790
+ id="GRID.text.1467.1.4.scale"
791
+ transform="scale(1, -1)"
792
+ >
793
+ <text
794
+ x="0"
795
+ y="0"
796
+ id="GRID.text.1467.1.4.text"
797
+ text-anchor="end"
798
+ font-size="8.8"
799
+ stroke="rgb(77,77,77)"
800
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
801
+ fill="rgb(77,77,77)"
802
+ stroke-opacity="1"
803
+ fill-opacity="1"
804
+ font-weight="normal"
805
+ font-style="normal"
806
+ >
807
+ <tspan
808
+ id="GRID.text.1467.1.4.tspan.1"
809
+ dy="3.15"
810
+ x="0"
811
+ >
812
+ Europe
813
+ </tspan>
814
+ </text>
815
+ </g>
816
+ </g>
817
+ <g
818
+ id="GRID.text.1467.1.5"
819
+ transform="translate(55.08, 390.28)"
820
+ stroke-width="0.1"
821
+ >
822
+ <g
823
+ id="GRID.text.1467.1.5.scale"
824
+ transform="scale(1, -1)"
825
+ >
826
+ <text
827
+ x="0"
828
+ y="0"
829
+ id="GRID.text.1467.1.5.text"
830
+ text-anchor="end"
831
+ font-size="8.8"
832
+ stroke="rgb(77,77,77)"
833
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
834
+ fill="rgb(77,77,77)"
835
+ stroke-opacity="1"
836
+ fill-opacity="1"
837
+ font-weight="normal"
838
+ font-style="normal"
839
+ >
840
+ <tspan
841
+ id="GRID.text.1467.1.5.tspan.1"
842
+ dy="3.15"
843
+ x="0"
844
+ >
845
+ Oceania
846
+ </tspan>
847
+ </text>
848
+ </g>
849
+ </g>
850
+ </g>
851
+ </g>
852
+ </g>
853
+ </g>
854
+ </g>
855
+ <g
856
+ id="layout::axis-l.7-4-7-4::GRID.VP.500::axis::axis.1-2-1-2.1"
857
+ >
858
+ <g id="axis.1-2-1-2.1">
859
+ <polyline
860
+ id="axis.1-2-1-2.1.1"
861
+ points="57.27,122.03 60.01,122.03"
862
+ stroke="rgb(51,51,51)"
863
+ fill="none"
864
+ stroke-width="1.07"
865
+ stroke-dasharray="none"
866
+ stroke-linecap="butt"
867
+ stroke-opacity="1"
868
+ fill-opacity="1"
869
+ />
870
+ <polyline
871
+ id="axis.1-2-1-2.1.2"
872
+ points="57.27,189.09 60.01,189.09"
873
+ stroke="rgb(51,51,51)"
874
+ fill="none"
875
+ stroke-width="1.07"
876
+ stroke-dasharray="none"
877
+ stroke-linecap="butt"
878
+ stroke-opacity="1"
879
+ fill-opacity="1"
880
+ />
881
+ <polyline
882
+ id="axis.1-2-1-2.1.3"
883
+ points="57.27,256.15 60.01,256.15"
884
+ stroke="rgb(51,51,51)"
885
+ fill="none"
886
+ stroke-width="1.07"
887
+ stroke-dasharray="none"
888
+ stroke-linecap="butt"
889
+ stroke-opacity="1"
890
+ fill-opacity="1"
891
+ />
892
+ <polyline
893
+ id="axis.1-2-1-2.1.4"
894
+ points="57.27,323.22 60.01,323.22"
895
+ stroke="rgb(51,51,51)"
896
+ fill="none"
897
+ stroke-width="1.07"
898
+ stroke-dasharray="none"
899
+ stroke-linecap="butt"
900
+ stroke-opacity="1"
901
+ fill-opacity="1"
902
+ />
903
+ <polyline
904
+ id="axis.1-2-1-2.1.5"
905
+ points="57.27,390.28 60.01,390.28"
906
+ stroke="rgb(51,51,51)"
907
+ fill="none"
908
+ stroke-width="1.07"
909
+ stroke-dasharray="none"
910
+ stroke-linecap="butt"
911
+ stroke-opacity="1"
912
+ fill-opacity="1"
913
+ />
914
+ </g>
915
+ </g>
916
+ </g>
917
+ </g>
918
+ </g>
919
+ </g>
920
+ </g>
921
+ <g id="layout::axis-r.7-6-7-6.1" />
922
+ <g id="layout::axis-b.8-5-8-5.1">
923
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.497.1">
924
+ <g id="axis-b.8-5-8-5.1">
925
+ <g id="layout::axis-b.8-5-8-5::GRID.VP.497::axis.1">
926
+ <g id="axis.2">
927
+ <g
928
+ id="layout::axis-b.8-5-8-5::GRID.VP.497::axis::axis.1-1-1-1.1"
929
+ >
930
+ <g id="axis.1-1-1-1.2">
931
+ <polyline
932
+ id="axis.1-1-1-1.2.1"
933
+ points="100.25,79.05 100.25,81.79"
934
+ stroke="rgb(51,51,51)"
935
+ fill="none"
936
+ stroke-width="1.07"
937
+ stroke-dasharray="none"
938
+ stroke-linecap="butt"
939
+ stroke-opacity="1"
940
+ fill-opacity="1"
941
+ />
942
+ <polyline
943
+ id="axis.1-1-1-1.2.2"
944
+ points="167.31,79.05 167.31,81.79"
945
+ stroke="rgb(51,51,51)"
946
+ fill="none"
947
+ stroke-width="1.07"
948
+ stroke-dasharray="none"
949
+ stroke-linecap="butt"
950
+ stroke-opacity="1"
951
+ fill-opacity="1"
952
+ />
953
+ <polyline
954
+ id="axis.1-1-1-1.2.3"
955
+ points="234.38,79.05 234.38,81.79"
956
+ stroke="rgb(51,51,51)"
957
+ fill="none"
958
+ stroke-width="1.07"
959
+ stroke-dasharray="none"
960
+ stroke-linecap="butt"
961
+ stroke-opacity="1"
962
+ fill-opacity="1"
963
+ />
964
+ <polyline
965
+ id="axis.1-1-1-1.2.4"
966
+ points="301.44,79.05 301.44,81.79"
967
+ stroke="rgb(51,51,51)"
968
+ fill="none"
969
+ stroke-width="1.07"
970
+ stroke-dasharray="none"
971
+ stroke-linecap="butt"
972
+ stroke-opacity="1"
973
+ fill-opacity="1"
974
+ />
975
+ <polyline
976
+ id="axis.1-1-1-1.2.5"
977
+ points="368.5,79.05 368.5,81.79"
978
+ stroke="rgb(51,51,51)"
979
+ fill="none"
980
+ stroke-width="1.07"
981
+ stroke-dasharray="none"
982
+ stroke-linecap="butt"
983
+ stroke-opacity="1"
984
+ fill-opacity="1"
985
+ />
986
+ </g>
987
+ </g>
988
+ <g
989
+ id="layout::axis-b.8-5-8-5::GRID.VP.497::axis::axis.2-1-2-1.1"
990
+ >
991
+ <g
992
+ id="layout::axis-b.8-5-8-5::GRID.VP.497::axis::axis.2-1-2-1::GRID.VP.495.1"
993
+ font-size="8.8"
994
+ stroke="rgb(77,77,77)"
995
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
996
+ stroke-opacity="1"
997
+ font-weight="normal"
998
+ font-style="normal"
999
+ >
1000
+ <g
1001
+ id="layout::axis-b.8-5-8-5::GRID.VP.497::axis::axis.2-1-2-1::GRID.VP.495::GRID.VP.496.1"
1002
+ >
1003
+ <g id="axis.2-1-2-1.1">
1004
+ <g id="GRID.text.1463.1">
1005
+ <g
1006
+ id="GRID.text.1463.1.1"
1007
+ transform="translate(100.25, 76.86)"
1008
+ stroke-width="0.1"
1009
+ >
1010
+ <g
1011
+ id="GRID.text.1463.1.1.scale"
1012
+ transform="scale(1, -1)"
1013
+ >
1014
+ <text
1015
+ x="0"
1016
+ y="0"
1017
+ id="GRID.text.1463.1.1.text"
1018
+ text-anchor="middle"
1019
+ font-size="8.8"
1020
+ stroke="rgb(77,77,77)"
1021
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1022
+ fill="rgb(77,77,77)"
1023
+ stroke-opacity="1"
1024
+ fill-opacity="1"
1025
+ font-weight="normal"
1026
+ font-style="normal"
1027
+ >
1028
+ <tspan
1029
+ id="GRID.text.1463.1.1.tspan.1"
1030
+ dy="6.3"
1031
+ x="0"
1032
+ >
1033
+ 1987
1034
+ </tspan>
1035
+ </text>
1036
+ </g>
1037
+ </g>
1038
+ <g
1039
+ id="GRID.text.1463.1.2"
1040
+ transform="translate(167.31, 76.86)"
1041
+ stroke-width="0.1"
1042
+ >
1043
+ <g
1044
+ id="GRID.text.1463.1.2.scale"
1045
+ transform="scale(1, -1)"
1046
+ >
1047
+ <text
1048
+ x="0"
1049
+ y="0"
1050
+ id="GRID.text.1463.1.2.text"
1051
+ text-anchor="middle"
1052
+ font-size="8.8"
1053
+ stroke="rgb(77,77,77)"
1054
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1055
+ fill="rgb(77,77,77)"
1056
+ stroke-opacity="1"
1057
+ fill-opacity="1"
1058
+ font-weight="normal"
1059
+ font-style="normal"
1060
+ >
1061
+ <tspan
1062
+ id="GRID.text.1463.1.2.tspan.1"
1063
+ dy="6.3"
1064
+ x="0"
1065
+ >
1066
+ 1992
1067
+ </tspan>
1068
+ </text>
1069
+ </g>
1070
+ </g>
1071
+ <g
1072
+ id="GRID.text.1463.1.3"
1073
+ transform="translate(234.38, 76.86)"
1074
+ stroke-width="0.1"
1075
+ >
1076
+ <g
1077
+ id="GRID.text.1463.1.3.scale"
1078
+ transform="scale(1, -1)"
1079
+ >
1080
+ <text
1081
+ x="0"
1082
+ y="0"
1083
+ id="GRID.text.1463.1.3.text"
1084
+ text-anchor="middle"
1085
+ font-size="8.8"
1086
+ stroke="rgb(77,77,77)"
1087
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1088
+ fill="rgb(77,77,77)"
1089
+ stroke-opacity="1"
1090
+ fill-opacity="1"
1091
+ font-weight="normal"
1092
+ font-style="normal"
1093
+ >
1094
+ <tspan
1095
+ id="GRID.text.1463.1.3.tspan.1"
1096
+ dy="6.3"
1097
+ x="0"
1098
+ >
1099
+ 1997
1100
+ </tspan>
1101
+ </text>
1102
+ </g>
1103
+ </g>
1104
+ <g
1105
+ id="GRID.text.1463.1.4"
1106
+ transform="translate(301.44, 76.86)"
1107
+ stroke-width="0.1"
1108
+ >
1109
+ <g
1110
+ id="GRID.text.1463.1.4.scale"
1111
+ transform="scale(1, -1)"
1112
+ >
1113
+ <text
1114
+ x="0"
1115
+ y="0"
1116
+ id="GRID.text.1463.1.4.text"
1117
+ text-anchor="middle"
1118
+ font-size="8.8"
1119
+ stroke="rgb(77,77,77)"
1120
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1121
+ fill="rgb(77,77,77)"
1122
+ stroke-opacity="1"
1123
+ fill-opacity="1"
1124
+ font-weight="normal"
1125
+ font-style="normal"
1126
+ >
1127
+ <tspan
1128
+ id="GRID.text.1463.1.4.tspan.1"
1129
+ dy="6.3"
1130
+ x="0"
1131
+ >
1132
+ 2002
1133
+ </tspan>
1134
+ </text>
1135
+ </g>
1136
+ </g>
1137
+ <g
1138
+ id="GRID.text.1463.1.5"
1139
+ transform="translate(368.5, 76.86)"
1140
+ stroke-width="0.1"
1141
+ >
1142
+ <g
1143
+ id="GRID.text.1463.1.5.scale"
1144
+ transform="scale(1, -1)"
1145
+ >
1146
+ <text
1147
+ x="0"
1148
+ y="0"
1149
+ id="GRID.text.1463.1.5.text"
1150
+ text-anchor="middle"
1151
+ font-size="8.8"
1152
+ stroke="rgb(77,77,77)"
1153
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1154
+ fill="rgb(77,77,77)"
1155
+ stroke-opacity="1"
1156
+ fill-opacity="1"
1157
+ font-weight="normal"
1158
+ font-style="normal"
1159
+ >
1160
+ <tspan
1161
+ id="GRID.text.1463.1.5.tspan.1"
1162
+ dy="6.3"
1163
+ x="0"
1164
+ >
1165
+ 2007
1166
+ </tspan>
1167
+ </text>
1168
+ </g>
1169
+ </g>
1170
+ </g>
1171
+ </g>
1172
+ </g>
1173
+ </g>
1174
+ </g>
1175
+ </g>
1176
+ </g>
1177
+ </g>
1178
+ </g>
1179
+ </g>
1180
+ <g id="layout::xlab-t.5-5-5-5.1" />
1181
+ <g id="layout::xlab-b.9-5-9-5.1">
1182
+ <g
1183
+ id="layout::xlab-b.9-5-9-5::GRID.VP.501.1"
1184
+ font-size="11"
1185
+ stroke="rgb(0,0,0)"
1186
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1187
+ stroke-opacity="1"
1188
+ font-weight="normal"
1189
+ font-style="normal"
1190
+ >
1191
+ <g
1192
+ id="layout::xlab-b.9-5-9-5::GRID.VP.501::GRID.VP.502.1"
1193
+ >
1194
+ <g id="xlab-b.9-5-9-5.1">
1195
+ <g id="GRID.text.1471.1">
1196
+ <g
1197
+ id="GRID.text.1471.1.1"
1198
+ transform="translate(234.38, 65.97)"
1199
+ stroke-width="0.1"
1200
+ >
1201
+ <g
1202
+ id="GRID.text.1471.1.1.scale"
1203
+ transform="scale(1, -1)"
1204
+ >
1205
+ <text
1206
+ x="0"
1207
+ y="0"
1208
+ id="GRID.text.1471.1.1.text"
1209
+ text-anchor="middle"
1210
+ font-size="11"
1211
+ stroke="rgb(0,0,0)"
1212
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1213
+ fill="rgb(0,0,0)"
1214
+ stroke-opacity="1"
1215
+ fill-opacity="1"
1216
+ font-weight="normal"
1217
+ font-style="normal"
1218
+ >
1219
+ <tspan
1220
+ id="GRID.text.1471.1.1.tspan.1"
1221
+ dy="7.87"
1222
+ x="0"
1223
+ >
1224
+ Year
1225
+ </tspan>
1226
+ </text>
1227
+ </g>
1228
+ </g>
1229
+ </g>
1230
+ </g>
1231
+ </g>
1232
+ </g>
1233
+ </g>
1234
+ <g id="layout::ylab-l.7-3-7-3.1">
1235
+ <g
1236
+ id="layout::ylab-l.7-3-7-3::GRID.VP.503.1"
1237
+ font-size="11"
1238
+ stroke="rgb(0,0,0)"
1239
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1240
+ stroke-opacity="1"
1241
+ font-weight="normal"
1242
+ font-style="normal"
1243
+ >
1244
+ <g
1245
+ id="layout::ylab-l.7-3-7-3::GRID.VP.503::GRID.VP.504.1"
1246
+ >
1247
+ <g id="ylab-l.7-3-7-3.1">
1248
+ <g id="GRID.text.1474.1">
1249
+ <g
1250
+ id="GRID.text.1474.1.1"
1251
+ transform="translate(5.48, 256.15)"
1252
+ stroke-width="0.1"
1253
+ >
1254
+ <g
1255
+ id="GRID.text.1474.1.1.scale"
1256
+ transform="scale(1, -1)"
1257
+ >
1258
+ <text
1259
+ x="0"
1260
+ y="0"
1261
+ id="GRID.text.1474.1.1.text"
1262
+ transform="rotate(-90)"
1263
+ text-anchor="middle"
1264
+ font-size="11"
1265
+ stroke="rgb(0,0,0)"
1266
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1267
+ fill="rgb(0,0,0)"
1268
+ stroke-opacity="1"
1269
+ fill-opacity="1"
1270
+ font-weight="normal"
1271
+ font-style="normal"
1272
+ >
1273
+ <tspan
1274
+ id="GRID.text.1474.1.1.tspan.1"
1275
+ dy="7.87"
1276
+ x="0"
1277
+ >
1278
+ Continent
1279
+ </tspan>
1280
+ </text>
1281
+ </g>
1282
+ </g>
1283
+ </g>
1284
+ </g>
1285
+ </g>
1286
+ </g>
1287
+ </g>
1288
+ <g id="layout::ylab-r.7-7-7-7.1" />
1289
+ <g id="layout::guide-box.7-9-7-9.1">
1290
+ <g id="layout::guide-box.7-9-7-9::GRID.VP.511.1">
1291
+ <g
1292
+ id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9.1"
1293
+ >
1294
+ <g id="guide-box.7-9-7-9.1">
1295
+ <g
1296
+ id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::legend.box.background.2-4-4-2.1"
1297
+ />
1298
+ <g
1299
+ id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3.1"
1300
+ >
1301
+ <g
1302
+ id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3::GRID.VP.510.1"
1303
+ >
1304
+ <g
1305
+ id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3::GRID.VP.510::guides.3-3-3-3.1"
1306
+ >
1307
+ <g id="guides.3-3-3-3.1">
1308
+ <g
1309
+ id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3::GRID.VP.510::guides.3-3-3-3::background.1-6-5-1.1"
1310
+ >
1311
+ <g id="background.1-6-5-1.1">
1312
+ <rect
1313
+ id="background.1-6-5-1.1.1"
1314
+ x="419.7"
1315
+ y="199.64"
1316
+ width="78.82"
1317
+ height="113.03"
1318
+ transform=""
1319
+ stroke-width="1.07"
1320
+ stroke="none"
1321
+ fill="rgb(255,255,255)"
1322
+ stroke-dasharray="none"
1323
+ stroke-opacity="0"
1324
+ fill-opacity="1"
1325
+ />
1326
+ </g>
1327
+ </g>
1328
+ <g
1329
+ id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3::GRID.VP.510::guides.3-3-3-3::bar.4-2-4-2.1"
1330
+ >
1331
+ <g id="bar.4-2-4-2.1">
1332
+ <g
1333
+ id="bar.4-2-4-2.1.1"
1334
+ transform="translate(425.18, 205.12)"
1335
+ stroke="none"
1336
+ stroke-opacity="0"
1337
+ >
1338
+ <g
1339
+ id="bar.4-2-4-2.1.1.scale"
1340
+ transform="scale(17.28, 86.4)"
1341
+ >
1342
+ <image
1343
+ x="0"
1344
+ y="0"
1345
+ width="1"
1346
+ height="1"
1347
+ transform="scale(1, -1) translate(0, -1)"
1348
+ xlink:href="data:image/png;base64,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&#10;AElFTkSuQmCC"
1349
+ preserveAspectRatio="none"
1350
+ />
1351
+ </g>
1352
+ </g>
1353
+ </g>
1354
+ </g>
1355
+ <g
1356
+ id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3::GRID.VP.510::guides.3-3-3-3::label.4-4-4-4.1"
1357
+ >
1358
+ <g
1359
+ id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3::GRID.VP.510::guides.3-3-3-3::label.4-4-4-4::GRID.VP.507.1"
1360
+ font-size="8.8"
1361
+ stroke="rgb(0,0,0)"
1362
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1363
+ stroke-opacity="1"
1364
+ font-weight="normal"
1365
+ font-style="normal"
1366
+ >
1367
+ <g
1368
+ id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3::GRID.VP.510::guides.3-3-3-3::label.4-4-4-4::GRID.VP.507::GRID.VP.508.1"
1369
+ >
1370
+ <g id="label.4-4-4-4.1">
1371
+ <g id="GRID.text.1481.1">
1372
+ <g
1373
+ id="GRID.text.1481.1.2"
1374
+ transform="translate(447.94, 229.41)"
1375
+ stroke-width="0.1"
1376
+ >
1377
+ <g
1378
+ id="GRID.text.1481.1.2.scale"
1379
+ transform="scale(1, -1)"
1380
+ >
1381
+ <text
1382
+ x="0"
1383
+ y="0"
1384
+ id="GRID.text.1481.1.2.text"
1385
+ text-anchor="start"
1386
+ font-size="8.8"
1387
+ stroke="rgb(0,0,0)"
1388
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1389
+ fill="rgb(0,0,0)"
1390
+ stroke-opacity="1"
1391
+ fill-opacity="1"
1392
+ font-weight="normal"
1393
+ font-style="normal"
1394
+ >
1395
+ <tspan
1396
+ id="GRID.text.1481.1.2.tspan.1"
1397
+ dy="3.15"
1398
+ x="0"
1399
+ >
1400
+ 10000
1401
+ </tspan>
1402
+ </text>
1403
+ </g>
1404
+ </g>
1405
+ <g
1406
+ id="GRID.text.1481.1.3"
1407
+ transform="translate(447.94, 260.69)"
1408
+ stroke-width="0.1"
1409
+ >
1410
+ <g
1411
+ id="GRID.text.1481.1.3.scale"
1412
+ transform="scale(1, -1)"
1413
+ >
1414
+ <text
1415
+ x="0"
1416
+ y="0"
1417
+ id="GRID.text.1481.1.3.text"
1418
+ text-anchor="start"
1419
+ font-size="8.8"
1420
+ stroke="rgb(0,0,0)"
1421
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1422
+ fill="rgb(0,0,0)"
1423
+ stroke-opacity="1"
1424
+ fill-opacity="1"
1425
+ font-weight="normal"
1426
+ font-style="normal"
1427
+ >
1428
+ <tspan
1429
+ id="GRID.text.1481.1.3.tspan.1"
1430
+ dy="3.15"
1431
+ x="0"
1432
+ >
1433
+ 20000
1434
+ </tspan>
1435
+ </text>
1436
+ </g>
1437
+ </g>
1438
+ </g>
1439
+ </g>
1440
+ </g>
1441
+ </g>
1442
+ </g>
1443
+ <g
1444
+ id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3::GRID.VP.510::guides.3-3-3-3::title.2-5-2-2.1"
1445
+ >
1446
+ <g
1447
+ id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3::GRID.VP.510::guides.3-3-3-3::title.2-5-2-2::GRID.VP.509.1"
1448
+ >
1449
+ <g id="title.2-5-2-2.1">
1450
+ <g
1451
+ id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3::GRID.VP.510::guides.3-3-3-3::title.2-5-2-2::GRID.VP.509::GRID.VP.505.1"
1452
+ font-size="11"
1453
+ stroke="rgb(0,0,0)"
1454
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1455
+ stroke-opacity="1"
1456
+ font-weight="normal"
1457
+ font-style="normal"
1458
+ >
1459
+ <g
1460
+ id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3::GRID.VP.510::guides.3-3-3-3::title.2-5-2-2::GRID.VP.509::GRID.VP.505::GRID.VP.506.1"
1461
+ >
1462
+ <g
1463
+ id="guide.title.titleGrob.1480.1"
1464
+ >
1465
+ <g id="GRID.text.1478.1">
1466
+ <g
1467
+ id="GRID.text.1478.1.1"
1468
+ transform="translate(425.18, 302.09)"
1469
+ stroke-width="0.1"
1470
+ >
1471
+ <g
1472
+ id="GRID.text.1478.1.1.scale"
1473
+ transform="scale(1, -1)"
1474
+ >
1475
+ <text
1476
+ x="0"
1477
+ y="0"
1478
+ id="GRID.text.1478.1.1.text"
1479
+ text-anchor="start"
1480
+ font-size="11"
1481
+ stroke="rgb(0,0,0)"
1482
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1483
+ fill="rgb(0,0,0)"
1484
+ stroke-opacity="1"
1485
+ fill-opacity="1"
1486
+ font-weight="normal"
1487
+ font-style="normal"
1488
+ >
1489
+ <tspan
1490
+ id="GRID.text.1478.1.1.tspan.1"
1491
+ dy="3.94"
1492
+ x="0"
1493
+ >
1494
+ Average GDP
1495
+ </tspan>
1496
+ </text>
1497
+ </g>
1498
+ </g>
1499
+ </g>
1500
+ </g>
1501
+ </g>
1502
+ </g>
1503
+ </g>
1504
+ </g>
1505
+ </g>
1506
+ <g
1507
+ id="layout::guide-box.7-9-7-9::GRID.VP.511::guide-box.7-9-7-9::guides.3-3-3-3::GRID.VP.510::guides.3-3-3-3::ticks.4-2-4-2.1"
1508
+ >
1509
+ <g id="ticks.4-2-4-2.1">
1510
+ <polyline
1511
+ id="ticks.4-2-4-2.1.2"
1512
+ points="425.18,229.41 428.63,229.41"
1513
+ stroke="rgb(255,255,255)"
1514
+ stroke-width="0.38"
1515
+ stroke-linecap="butt"
1516
+ stroke-opacity="1"
1517
+ fill="none"
1518
+ />
1519
+ <polyline
1520
+ id="ticks.4-2-4-2.1.3"
1521
+ points="425.18,260.69 428.63,260.69"
1522
+ stroke="rgb(255,255,255)"
1523
+ stroke-width="0.38"
1524
+ stroke-linecap="butt"
1525
+ stroke-opacity="1"
1526
+ fill="none"
1527
+ />
1528
+ <polyline
1529
+ id="ticks.4-2-4-2.1.6"
1530
+ points="439,229.41 442.46,229.41"
1531
+ stroke="rgb(255,255,255)"
1532
+ stroke-width="0.38"
1533
+ stroke-linecap="butt"
1534
+ stroke-opacity="1"
1535
+ fill="none"
1536
+ />
1537
+ <polyline
1538
+ id="ticks.4-2-4-2.1.7"
1539
+ points="439,260.69 442.46,260.69"
1540
+ stroke="rgb(255,255,255)"
1541
+ stroke-width="0.38"
1542
+ stroke-linecap="butt"
1543
+ stroke-opacity="1"
1544
+ fill="none"
1545
+ />
1546
+ </g>
1547
+ </g>
1548
+ </g>
1549
+ </g>
1550
+ </g>
1551
+ </g>
1552
+ </g>
1553
+ </g>
1554
+ </g>
1555
+ </g>
1556
+ <g id="layout::subtitle.4-5-4-5.1" />
1557
+ <g id="layout::title.3-5-3-5.1">
1558
+ <g
1559
+ id="layout::title.3-5-3-5::GRID.VP.512.1"
1560
+ font-size="13.2"
1561
+ stroke="rgb(0,0,0)"
1562
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1563
+ stroke-opacity="1"
1564
+ font-weight="normal"
1565
+ font-style="normal"
1566
+ >
1567
+ <g
1568
+ id="layout::title.3-5-3-5::GRID.VP.512::GRID.VP.513.1"
1569
+ >
1570
+ <g id="title.3-5-3-5.1">
1571
+ <g id="GRID.text.1488.1">
1572
+ <g
1573
+ id="GRID.text.1488.1.1"
1574
+ transform="translate(60.01, 448.22)"
1575
+ stroke-width="0.1"
1576
+ >
1577
+ <g
1578
+ id="GRID.text.1488.1.1.scale"
1579
+ transform="scale(1, -1)"
1580
+ >
1581
+ <text
1582
+ x="0"
1583
+ y="0"
1584
+ id="GRID.text.1488.1.1.text"
1585
+ text-anchor="start"
1586
+ font-size="13.2"
1587
+ stroke="rgb(0,0,0)"
1588
+ font-family="Helvetica, Arial, FreeSans, Liberation Sans, Nimbus Sans L, sans-serif"
1589
+ fill="rgb(0,0,0)"
1590
+ stroke-opacity="1"
1591
+ fill-opacity="1"
1592
+ font-weight="normal"
1593
+ font-style="normal"
1594
+ >
1595
+ <tspan
1596
+ id="GRID.text.1488.1.1.tspan.1"
1597
+ dy="9.45"
1598
+ x="0"
1599
+ >
1600
+ Average GDP per Continent by Year.
1601
+ </tspan>
1602
+ </text>
1603
+ </g>
1604
+ </g>
1605
+ </g>
1606
+ </g>
1607
+ </g>
1608
+ </g>
1609
+ </g>
1610
+ <g id="layout::caption.10-5-10-5.1" />
1611
+ <g id="layout::tag.2-2-2-2.1" />
1612
+ </g>
1613
+ </g>
1614
+ </g>
1615
+ </g>
1616
+ </svg>
1617
+ </div>
1618
+ <br />
1619
+ </div>
1620
+ </div>
1621
+ <script>
1622
+ var maidr = {
1623
+ type: 'heat',
1624
+ id: 'heatmap1',
1625
+ elements: document.querySelectorAll('g[id^="geom_rect"] > rect'),
1626
+ labels: {
1627
+ x: 'Year',
1628
+ y: 'Continent',
1629
+ title: 'Average GDP per Continent by Year.',
1630
+ fill: 'Average GDP',
1631
+ },
1632
+ axes: {
1633
+ x: {
1634
+ label: 'Year',
1635
+ level: ['1987', '1992', '1997', '2002', '2007'],
1636
+ },
1637
+ y: {
1638
+ label: 'Continent',
1639
+ level: ['Oceania', 'Europe', 'Asia', 'Americas', 'Africa'],
1640
+ },
1641
+ },
1642
+ data: [
1643
+ [20448.04, 20894.05, 24024.18, 26938.78, 29810.19],
1644
+ [17214.31, 17061.57, 19076.78, 21711.73, 25054.48],
1645
+ [7608.23, 8639.69, 9834.09, 10174.09, 12473.03],
1646
+ [7793.4, 8044.93, 8889.3, 9287.68, 11003.03],
1647
+ [2282.67, 2281.81, 2378.76, 2599.39, 3089.03],
1648
+ ],
1649
+ };
1650
+ </script>
1651
+ <script src="../src/js/constants.js"></script>
1652
+ <script src="../src/js/audio.js"></script>
1653
+ <script src="../src/js/display.js"></script>
1654
+ <script src="../src/js/barplot.js"></script>
1655
+ <script src="../src/js/boxplot.js"></script>
1656
+ <script src="../src/js/heatmap.js"></script>
1657
+ <script src="../src/js/scatterplot.js"></script>
1658
+ <script src="../src/js/controls.js"></script>
1659
+ <script src="../src/js/init.js"></script>
1660
+ </body>
1661
+ </html>