maidr 3.37.1 → 3.38.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -13
- package/dist/maidr.js +436 -432
- package/dist/maidr.js.map +1 -1
- package/package.json +7 -6
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<br />
|
|
5
5
|
</div>
|
|
6
6
|
|
|
7
|
-
#
|
|
7
|
+
# MAIDR: Multimodal Access and Interactive Data Representation
|
|
8
8
|
|
|
9
9
|
- **Note:** `maidr` package has been completely rewritten in TypeScript for better architecture and performance. The previous version is now archived at [xability/maidr-legacy](https://github.com/xability/maidr-legacy).
|
|
10
10
|
|
|
@@ -14,8 +14,6 @@ braille, text, and sonification (BTS).
|
|
|
14
14
|
This comprehensive approach enhances the accessibility of data visualization
|
|
15
15
|
and encourages a multi-modal exploration on visualization.
|
|
16
16
|
|
|
17
|
-
<!-- Check out the current build: [maidr Demo](https://xability.github.io/maidr/galleries/index.html). -->
|
|
18
|
-
|
|
19
17
|
## Table of Contents
|
|
20
18
|
|
|
21
19
|
1. [Usage](#usage)
|
|
@@ -297,16 +295,6 @@ Below is a detailed list of keyboard shortcuts for various functions:
|
|
|
297
295
|
| Auto-play speed up | Period | Period |
|
|
298
296
|
| Auto-play speed down | Comma | Comma |
|
|
299
297
|
|
|
300
|
-
<!-- ### Scatter Plot Controls
|
|
301
|
-
|
|
302
|
-
In the scatter plot, there are two layers: point mode (layer 1) and line mode (layer 2).
|
|
303
|
-
To switch between these layers, use the Page Up and Page Down keys:
|
|
304
|
-
|
|
305
|
-
- Press Page Up to move from point mode to line mode
|
|
306
|
-
- Press Page Down to move from line mode to point mode
|
|
307
|
-
|
|
308
|
-
Note that this control scheme can be used by any plot with multiple types. -->
|
|
309
|
-
|
|
310
298
|
### Segmented Bar Controls
|
|
311
299
|
|
|
312
300
|
In the various segmented bar plots (stacked bar, dodged bar, and normalized stacked bar),
|