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,568 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <style>
6
+ body {
7
+ background-color: white;
8
+ }
9
+ </style>
10
+ </head>
11
+
12
+ <body>
13
+ <div
14
+ id="cyjtkfvroz"
15
+ style="overflow-x: auto; overflow-y: auto; width: auto; height: auto"
16
+ >
17
+ <style>
18
+ html {
19
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
20
+ Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', 'Fira Sans',
21
+ 'Droid Sans', Arial, sans-serif;
22
+ }
23
+
24
+ #cyjtkfvroz .gt_table {
25
+ display: table;
26
+ border-collapse: collapse;
27
+ margin-left: auto;
28
+ margin-right: auto;
29
+ color: #333333;
30
+ font-size: 16px;
31
+ font-weight: normal;
32
+ font-style: normal;
33
+ background-color: #ffffff;
34
+ width: auto;
35
+ border-top-style: solid;
36
+ border-top-width: 2px;
37
+ border-top-color: #a8a8a8;
38
+ border-right-style: none;
39
+ border-right-width: 2px;
40
+ border-right-color: #d3d3d3;
41
+ border-bottom-style: solid;
42
+ border-bottom-width: 2px;
43
+ border-bottom-color: #a8a8a8;
44
+ border-left-style: none;
45
+ border-left-width: 2px;
46
+ border-left-color: #d3d3d3;
47
+ }
48
+
49
+ #cyjtkfvroz .gt_heading {
50
+ background-color: #ffffff;
51
+ text-align: center;
52
+ border-bottom-color: #ffffff;
53
+ border-left-style: none;
54
+ border-left-width: 1px;
55
+ border-left-color: #d3d3d3;
56
+ border-right-style: none;
57
+ border-right-width: 1px;
58
+ border-right-color: #d3d3d3;
59
+ }
60
+
61
+ #cyjtkfvroz .gt_title {
62
+ color: #333333;
63
+ font-size: 125%;
64
+ font-weight: initial;
65
+ padding-top: 4px;
66
+ padding-bottom: 4px;
67
+ padding-left: 5px;
68
+ padding-right: 5px;
69
+ border-bottom-color: #ffffff;
70
+ border-bottom-width: 0;
71
+ }
72
+
73
+ #cyjtkfvroz .gt_subtitle {
74
+ color: #333333;
75
+ font-size: 85%;
76
+ font-weight: initial;
77
+ padding-top: 0;
78
+ padding-bottom: 6px;
79
+ padding-left: 5px;
80
+ padding-right: 5px;
81
+ border-top-color: #ffffff;
82
+ border-top-width: 0;
83
+ }
84
+
85
+ #cyjtkfvroz .gt_bottom_border {
86
+ border-bottom-style: solid;
87
+ border-bottom-width: 2px;
88
+ border-bottom-color: #d3d3d3;
89
+ }
90
+
91
+ #cyjtkfvroz .gt_col_headings {
92
+ border-top-style: solid;
93
+ border-top-width: 2px;
94
+ border-top-color: #d3d3d3;
95
+ border-bottom-style: solid;
96
+ border-bottom-width: 2px;
97
+ border-bottom-color: #d3d3d3;
98
+ border-left-style: none;
99
+ border-left-width: 1px;
100
+ border-left-color: #d3d3d3;
101
+ border-right-style: none;
102
+ border-right-width: 1px;
103
+ border-right-color: #d3d3d3;
104
+ }
105
+
106
+ #cyjtkfvroz .gt_col_heading {
107
+ color: #333333;
108
+ background-color: #ffffff;
109
+ font-size: 100%;
110
+ font-weight: normal;
111
+ text-transform: inherit;
112
+ border-left-style: none;
113
+ border-left-width: 1px;
114
+ border-left-color: #d3d3d3;
115
+ border-right-style: none;
116
+ border-right-width: 1px;
117
+ border-right-color: #d3d3d3;
118
+ vertical-align: bottom;
119
+ padding-top: 5px;
120
+ padding-bottom: 6px;
121
+ padding-left: 5px;
122
+ padding-right: 5px;
123
+ overflow-x: hidden;
124
+ }
125
+
126
+ #cyjtkfvroz .gt_column_spanner_outer {
127
+ color: #333333;
128
+ background-color: #ffffff;
129
+ font-size: 100%;
130
+ font-weight: normal;
131
+ text-transform: inherit;
132
+ padding-top: 0;
133
+ padding-bottom: 0;
134
+ padding-left: 4px;
135
+ padding-right: 4px;
136
+ }
137
+
138
+ #cyjtkfvroz .gt_column_spanner_outer:first-child {
139
+ padding-left: 0;
140
+ }
141
+
142
+ #cyjtkfvroz .gt_column_spanner_outer:last-child {
143
+ padding-right: 0;
144
+ }
145
+
146
+ #cyjtkfvroz .gt_column_spanner {
147
+ border-bottom-style: solid;
148
+ border-bottom-width: 2px;
149
+ border-bottom-color: #d3d3d3;
150
+ vertical-align: bottom;
151
+ padding-top: 5px;
152
+ padding-bottom: 5px;
153
+ overflow-x: hidden;
154
+ display: inline-block;
155
+ width: 100%;
156
+ }
157
+
158
+ #cyjtkfvroz .gt_group_heading {
159
+ padding-top: 8px;
160
+ padding-bottom: 8px;
161
+ padding-left: 5px;
162
+ padding-right: 5px;
163
+ color: #333333;
164
+ background-color: #ffffff;
165
+ font-size: 100%;
166
+ font-weight: initial;
167
+ text-transform: inherit;
168
+ border-top-style: solid;
169
+ border-top-width: 2px;
170
+ border-top-color: #d3d3d3;
171
+ border-bottom-style: solid;
172
+ border-bottom-width: 2px;
173
+ border-bottom-color: #d3d3d3;
174
+ border-left-style: none;
175
+ border-left-width: 1px;
176
+ border-left-color: #d3d3d3;
177
+ border-right-style: none;
178
+ border-right-width: 1px;
179
+ border-right-color: #d3d3d3;
180
+ vertical-align: middle;
181
+ }
182
+
183
+ #cyjtkfvroz .gt_empty_group_heading {
184
+ padding: 0.5px;
185
+ color: #333333;
186
+ background-color: #ffffff;
187
+ font-size: 100%;
188
+ font-weight: initial;
189
+ border-top-style: solid;
190
+ border-top-width: 2px;
191
+ border-top-color: #d3d3d3;
192
+ border-bottom-style: solid;
193
+ border-bottom-width: 2px;
194
+ border-bottom-color: #d3d3d3;
195
+ vertical-align: middle;
196
+ }
197
+
198
+ #cyjtkfvroz .gt_from_md > :first-child {
199
+ margin-top: 0;
200
+ }
201
+
202
+ #cyjtkfvroz .gt_from_md > :last-child {
203
+ margin-bottom: 0;
204
+ }
205
+
206
+ #cyjtkfvroz .gt_row {
207
+ padding-top: 8px;
208
+ padding-bottom: 8px;
209
+ padding-left: 5px;
210
+ padding-right: 5px;
211
+ margin: 10px;
212
+ border-top-style: solid;
213
+ border-top-width: 1px;
214
+ border-top-color: #d3d3d3;
215
+ border-left-style: none;
216
+ border-left-width: 1px;
217
+ border-left-color: #d3d3d3;
218
+ border-right-style: none;
219
+ border-right-width: 1px;
220
+ border-right-color: #d3d3d3;
221
+ vertical-align: middle;
222
+ overflow-x: hidden;
223
+ }
224
+
225
+ #cyjtkfvroz .gt_stub {
226
+ color: #333333;
227
+ background-color: #ffffff;
228
+ font-size: 100%;
229
+ font-weight: initial;
230
+ text-transform: inherit;
231
+ border-right-style: solid;
232
+ border-right-width: 2px;
233
+ border-right-color: #d3d3d3;
234
+ padding-left: 5px;
235
+ padding-right: 5px;
236
+ }
237
+
238
+ #cyjtkfvroz .gt_stub_row_group {
239
+ color: #333333;
240
+ background-color: #ffffff;
241
+ font-size: 100%;
242
+ font-weight: initial;
243
+ text-transform: inherit;
244
+ border-right-style: solid;
245
+ border-right-width: 2px;
246
+ border-right-color: #d3d3d3;
247
+ padding-left: 5px;
248
+ padding-right: 5px;
249
+ vertical-align: top;
250
+ }
251
+
252
+ #cyjtkfvroz .gt_row_group_first td {
253
+ border-top-width: 2px;
254
+ }
255
+
256
+ #cyjtkfvroz .gt_summary_row {
257
+ color: #333333;
258
+ background-color: #ffffff;
259
+ text-transform: inherit;
260
+ padding-top: 8px;
261
+ padding-bottom: 8px;
262
+ padding-left: 5px;
263
+ padding-right: 5px;
264
+ }
265
+
266
+ #cyjtkfvroz .gt_first_summary_row {
267
+ border-top-style: solid;
268
+ border-top-color: #d3d3d3;
269
+ }
270
+
271
+ #cyjtkfvroz .gt_first_summary_row.thick {
272
+ border-top-width: 2px;
273
+ }
274
+
275
+ #cyjtkfvroz .gt_last_summary_row {
276
+ padding-top: 8px;
277
+ padding-bottom: 8px;
278
+ padding-left: 5px;
279
+ padding-right: 5px;
280
+ border-bottom-style: solid;
281
+ border-bottom-width: 2px;
282
+ border-bottom-color: #d3d3d3;
283
+ }
284
+
285
+ #cyjtkfvroz .gt_grand_summary_row {
286
+ color: #333333;
287
+ background-color: #ffffff;
288
+ text-transform: inherit;
289
+ padding-top: 8px;
290
+ padding-bottom: 8px;
291
+ padding-left: 5px;
292
+ padding-right: 5px;
293
+ }
294
+
295
+ #cyjtkfvroz .gt_first_grand_summary_row {
296
+ padding-top: 8px;
297
+ padding-bottom: 8px;
298
+ padding-left: 5px;
299
+ padding-right: 5px;
300
+ border-top-style: double;
301
+ border-top-width: 6px;
302
+ border-top-color: #d3d3d3;
303
+ }
304
+
305
+ #cyjtkfvroz .gt_striped {
306
+ background-color: rgba(128, 128, 128, 0.05);
307
+ }
308
+
309
+ #cyjtkfvroz .gt_table_body {
310
+ border-top-style: solid;
311
+ border-top-width: 2px;
312
+ border-top-color: #d3d3d3;
313
+ border-bottom-style: solid;
314
+ border-bottom-width: 2px;
315
+ border-bottom-color: #d3d3d3;
316
+ }
317
+
318
+ #cyjtkfvroz .gt_footnotes {
319
+ color: #333333;
320
+ background-color: #ffffff;
321
+ border-bottom-style: none;
322
+ border-bottom-width: 2px;
323
+ border-bottom-color: #d3d3d3;
324
+ border-left-style: none;
325
+ border-left-width: 2px;
326
+ border-left-color: #d3d3d3;
327
+ border-right-style: none;
328
+ border-right-width: 2px;
329
+ border-right-color: #d3d3d3;
330
+ }
331
+
332
+ #cyjtkfvroz .gt_footnote {
333
+ margin: 0px;
334
+ font-size: 90%;
335
+ padding-left: 4px;
336
+ padding-right: 4px;
337
+ padding-left: 5px;
338
+ padding-right: 5px;
339
+ }
340
+
341
+ #cyjtkfvroz .gt_sourcenotes {
342
+ color: #333333;
343
+ background-color: #ffffff;
344
+ border-bottom-style: none;
345
+ border-bottom-width: 2px;
346
+ border-bottom-color: #d3d3d3;
347
+ border-left-style: none;
348
+ border-left-width: 2px;
349
+ border-left-color: #d3d3d3;
350
+ border-right-style: none;
351
+ border-right-width: 2px;
352
+ border-right-color: #d3d3d3;
353
+ }
354
+
355
+ #cyjtkfvroz .gt_sourcenote {
356
+ font-size: 90%;
357
+ padding-top: 4px;
358
+ padding-bottom: 4px;
359
+ padding-left: 5px;
360
+ padding-right: 5px;
361
+ }
362
+
363
+ #cyjtkfvroz .gt_left {
364
+ text-align: left;
365
+ }
366
+
367
+ #cyjtkfvroz .gt_center {
368
+ text-align: center;
369
+ }
370
+
371
+ #cyjtkfvroz .gt_right {
372
+ text-align: right;
373
+ font-variant-numeric: tabular-nums;
374
+ }
375
+
376
+ #cyjtkfvroz .gt_font_normal {
377
+ font-weight: normal;
378
+ }
379
+
380
+ #cyjtkfvroz .gt_font_bold {
381
+ font-weight: bold;
382
+ }
383
+
384
+ #cyjtkfvroz .gt_font_italic {
385
+ font-style: italic;
386
+ }
387
+
388
+ #cyjtkfvroz .gt_super {
389
+ font-size: 65%;
390
+ }
391
+
392
+ #cyjtkfvroz .gt_footnote_marks {
393
+ font-style: italic;
394
+ font-weight: normal;
395
+ font-size: 75%;
396
+ vertical-align: 0.4em;
397
+ }
398
+
399
+ #cyjtkfvroz .gt_asterisk {
400
+ font-size: 100%;
401
+ vertical-align: 0;
402
+ }
403
+
404
+ #cyjtkfvroz .gt_indent_1 {
405
+ text-indent: 5px;
406
+ }
407
+
408
+ #cyjtkfvroz .gt_indent_2 {
409
+ text-indent: 10px;
410
+ }
411
+
412
+ #cyjtkfvroz .gt_indent_3 {
413
+ text-indent: 15px;
414
+ }
415
+
416
+ #cyjtkfvroz .gt_indent_4 {
417
+ text-indent: 20px;
418
+ }
419
+
420
+ #cyjtkfvroz .gt_indent_5 {
421
+ text-indent: 25px;
422
+ }
423
+ </style>
424
+ <table class="gt_table">
425
+ <thead class="gt_col_headings">
426
+ <tr>
427
+ <th
428
+ class="gt_col_heading gt_columns_bottom_border gt_left"
429
+ rowspan="1"
430
+ colspan="1"
431
+ scope="col"
432
+ >
433
+ class
434
+ </th>
435
+ <th
436
+ class="gt_col_heading gt_columns_bottom_border gt_right"
437
+ rowspan="1"
438
+ colspan="1"
439
+ scope="col"
440
+ >
441
+ lower_outlier
442
+ </th>
443
+ <th
444
+ class="gt_col_heading gt_columns_bottom_border gt_right"
445
+ rowspan="1"
446
+ colspan="1"
447
+ scope="col"
448
+ >
449
+ minimum
450
+ </th>
451
+ <th
452
+ class="gt_col_heading gt_columns_bottom_border gt_right"
453
+ rowspan="1"
454
+ colspan="1"
455
+ scope="col"
456
+ >
457
+ first_qu
458
+ </th>
459
+ <th
460
+ class="gt_col_heading gt_columns_bottom_border gt_right"
461
+ rowspan="1"
462
+ colspan="1"
463
+ scope="col"
464
+ >
465
+ median
466
+ </th>
467
+ <th
468
+ class="gt_col_heading gt_columns_bottom_border gt_right"
469
+ rowspan="1"
470
+ colspan="1"
471
+ scope="col"
472
+ >
473
+ third_qu
474
+ </th>
475
+ <th
476
+ class="gt_col_heading gt_columns_bottom_border gt_right"
477
+ rowspan="1"
478
+ colspan="1"
479
+ scope="col"
480
+ >
481
+ maximum
482
+ </th>
483
+ <th
484
+ class="gt_col_heading gt_columns_bottom_border gt_right"
485
+ rowspan="1"
486
+ colspan="1"
487
+ scope="col"
488
+ >
489
+ upper_outlier
490
+ </th>
491
+ </tr>
492
+ </thead>
493
+ <tbody class="gt_table_body">
494
+ <tr>
495
+ <td class="gt_row gt_left">2seater</td>
496
+ <td class="gt_row gt_right"></td>
497
+ <td class="gt_row gt_right">23</td>
498
+ <td class="gt_row gt_right">24.0</td>
499
+ <td class="gt_row gt_right">25.0</td>
500
+ <td class="gt_row gt_right">26.0</td>
501
+ <td class="gt_row gt_right">26</td>
502
+ <td class="gt_row gt_right"></td>
503
+ </tr>
504
+ <tr>
505
+ <td class="gt_row gt_left">compact</td>
506
+ <td class="gt_row gt_right"></td>
507
+ <td class="gt_row gt_right">23</td>
508
+ <td class="gt_row gt_right">26.0</td>
509
+ <td class="gt_row gt_right">27.0</td>
510
+ <td class="gt_row gt_right">29.0</td>
511
+ <td class="gt_row gt_right">33</td>
512
+ <td class="gt_row gt_right">35, 37, 35, 44</td>
513
+ </tr>
514
+ <tr>
515
+ <td class="gt_row gt_left">midsize</td>
516
+ <td class="gt_row gt_right"></td>
517
+ <td class="gt_row gt_right">23</td>
518
+ <td class="gt_row gt_right">26.0</td>
519
+ <td class="gt_row gt_right">27.0</td>
520
+ <td class="gt_row gt_right">29.0</td>
521
+ <td class="gt_row gt_right">32</td>
522
+ <td class="gt_row gt_right"></td>
523
+ </tr>
524
+ <tr>
525
+ <td class="gt_row gt_left">minivan</td>
526
+ <td class="gt_row gt_right">17</td>
527
+ <td class="gt_row gt_right">21</td>
528
+ <td class="gt_row gt_right">22.0</td>
529
+ <td class="gt_row gt_right">23.0</td>
530
+ <td class="gt_row gt_right">24.0</td>
531
+ <td class="gt_row gt_right">24</td>
532
+ <td class="gt_row gt_right"></td>
533
+ </tr>
534
+ <tr>
535
+ <td class="gt_row gt_left">pickup</td>
536
+ <td class="gt_row gt_right">12, 12, 12</td>
537
+ <td class="gt_row gt_right">15</td>
538
+ <td class="gt_row gt_right">16.0</td>
539
+ <td class="gt_row gt_right">17.0</td>
540
+ <td class="gt_row gt_right">18.0</td>
541
+ <td class="gt_row gt_right">20</td>
542
+ <td class="gt_row gt_right">22</td>
543
+ </tr>
544
+ <tr>
545
+ <td class="gt_row gt_left">subcompact</td>
546
+ <td class="gt_row gt_right"></td>
547
+ <td class="gt_row gt_right">20</td>
548
+ <td class="gt_row gt_right">24.5</td>
549
+ <td class="gt_row gt_right">26.0</td>
550
+ <td class="gt_row gt_right">30.5</td>
551
+ <td class="gt_row gt_right">36</td>
552
+ <td class="gt_row gt_right">44, 41</td>
553
+ </tr>
554
+ <tr>
555
+ <td class="gt_row gt_left">suv</td>
556
+ <td class="gt_row gt_right">12, 12</td>
557
+ <td class="gt_row gt_right">14</td>
558
+ <td class="gt_row gt_right">17.0</td>
559
+ <td class="gt_row gt_right">17.5</td>
560
+ <td class="gt_row gt_right">19.0</td>
561
+ <td class="gt_row gt_right">22</td>
562
+ <td class="gt_row gt_right">25, 24, 27, 25, 26, 23</td>
563
+ </tr>
564
+ </tbody>
565
+ </table>
566
+ </div>
567
+ </body>
568
+ </html>