-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
add Chart2Music keyboard and sound accessibility features #6680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
aliwelchoo
wants to merge
83
commits into
plotly:master
Choose a base branch
from
aliwelchoo:chart2music
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
83 commits
Select commit
Hold shift + click to select a range
6fb9c65
initial commit, single scatter plot
87b4c5c
single scatter plot
64ae505
options and info
d37d24f
data and trace labels
d0467bb
false default
3a73776
remove debugging prints
b4df959
use index if no x provided
97b608f
Lib requirement
6205d62
layout destructuring
7e40cde
layout defaults
6d9185b
destructure trace
935cf54
test sourcetype module
44deae2
remove sourcetype
c38ab67
into es5
c6a27be
include mjs files
cac174c
transpile accessibility
159ca1b
accessibility in config
7467a47
Merge branch 'master' into chart2music
ayjayt 08b820b
Remove special rules from webpack.config:
ayjayt 41b0fb9
Reorder declarations to make a bit more readable
ayjayt 94e25c3
Lint
ayjayt 61ea8ce
Change import/export scheme to promise
ayjayt c9a0b91
Remove a console.log
ayjayt cc92639
Limit chunks to 1
ayjayt 7baa0d3
Upgrade chart2music to support commonjs
ayjayt 3127dee
Rewrite accessibility in es5
ayjayt 2429e55
Merge pull request #1 from geopozo/pikul-music-import-promise
aliwelchoo 00572e8
Fix some undef errors in accessibility
ayjayt 30f4e11
update plot-schema diff
ayjayt 247b301
Merge branch 'master' into pikul-music-import-promise
ayjayt d08adfb
Add config so dev can place closed captions:
ayjayt dbce5da
Merge branch 'chart2music' of https://github.com/aliwelchoo/plotly.js…
ayjayt e1f9563
Add more default assurance in accessibility
ayjayt 3f4ab54
Lint
ayjayt 92d97b7
Skip empty trace data in accessibility.enable:
ayjayt 6b2dcc9
update plot-schema diff
ayjayt b5bb517
Modify how accessibility treats config vars:
ayjayt 25ca44a
Remove jasmine ftest focus
ayjayt 7328324
Run schema plot diff
ayjayt 00b2750
Test if previous commits deprecate hack-fix
ayjayt b04bb17
Set c2music default to not make its caption div:
ayjayt d4bd71b
update plot-scheme diff
ayjayt af2ff80
Add closed captions to dev dashboard
ayjayt 80b4cf3
Merge pull request #2 from geopozo/pikul-music-import-promise
aliwelchoo ee99f35
Merge branch 'master' into chart2music
ayjayt 3841640
Merge branch 'master' into chart2music
ayjayt d84d108
Merge branch 'master' into chart2music
ayjayt 0c43407
Refactor accessibility/c2m:
ayjayt 4c75035
Lint
ayjayt 3c49ed6
Fix import path
ayjayt f7be666
Merge remote-tracking branch 'origin/build-with-esbuild' into chart2m…
archmoj 4a260af
Merge branch 'master' into chart2music
ayjayt f67c513
Merge branch 'master' into chart2music
ayjayt 41baab9
Merge branch 'master' into chart2music
ayjayt 26754b7
Merge with master
marthacryan ed18907
Change name of config to sonification, clean up directory
marthacryan 1e4bcef
Spelling
marthacryan 2c1abf4
fix directory name
marthacryan 614fb8b
Reset package-lock
marthacryan 5f5e599
Update package-lock.json
marthacryan fe9736e
Reset tests
marthacryan 59ad5c6
Update auto-generated schema
marthacryan d18c584
Rename more stuff to sonification and clean up contributing
marthacryan 043d408
Update filepath for new location of enable_sonification.js
marthacryan 129eb3b
Code readability improvements
marthacryan acc8517
Add baseline for new mock
marthacryan c5ad240
Remove changes in existing mock
marthacryan 0113d90
Update baseline
marthacryan 771029e
Remove function that was introduced through incorrect merge
marthacryan bfbbbf1
Undo changes to jasmine tests
marthacryan cadfd7f
Revert "Code readability improvements"
marthacryan 56e582d
Fix syntax
marthacryan 8e55f98
remove comment
marthacryan 86d75d8
Remove todo
marthacryan 15671b0
Schema update
marthacryan 057e067
Merge branch 'master' of github.com:plotly/plotly.js into chart2music
marthacryan 44f7ad3
Remove accessibility wrapper directory
marthacryan 8e3b62b
Fix filepaths
marthacryan aed1e02
Code cleanup
marthacryan 1777fba
Code cleanup
marthacryan 3a0384f
Code cleanup
marthacryan dba0b53
Fix trace bug
marthacryan 56f2ebc
Merge branch 'master' into chart2music
ayjayt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Rename more stuff to sonification and clean up contributing
- Loading branch information
commit d18c584ec0d208c73d0919f2b7c8780a0e51cd74
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"data": [ | ||
{ | ||
"x": [1, 2, 3, 4], | ||
"y": [10, 15, 13, 17], | ||
"mode": "markers", | ||
"type": "scatter", | ||
"marker": { | ||
"opacity": 0.5 | ||
} | ||
}, | ||
{ | ||
"x": [2, 3, 4, 5], | ||
"y": [16, 5, 11, 9], | ||
"mode": "lines", | ||
"type": "scatter", | ||
"opacity": 0.5 | ||
}, | ||
{ | ||
"x": [1, 2, 3, 4], | ||
"y": [12, 9, 15, 12], | ||
"mode": "lines+markers", | ||
"type": "scatter", | ||
"opacity": 0.707, | ||
"marker": { | ||
"opacity": 0.707 | ||
} | ||
}, | ||
{ | ||
"x": [1, 2, 3], | ||
"y": [1, 2, 3], | ||
"opacity": 0.2, | ||
"line": { "width": 10, "color": "red" }, | ||
"marker": { "size": 20, "color": "blue" } | ||
} | ||
], | ||
"config": { | ||
"sonification": { | ||
"enabled": true, | ||
"info": { | ||
"notes": [ | ||
"Sample notes to show" | ||
], | ||
"annotations": [ | ||
{ | ||
"x": 6, | ||
"label": "This is an annotation to show at x=6" | ||
} | ||
] | ||
}, | ||
"closedCaptions": { | ||
"generate": false, | ||
"elId": "c2m-plotly-cc" | ||
} | ||
} | ||
} | ||
} | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IS
sonification
key always present?