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.
This allows the user to set an explicit ariaLabel and ariaDescription for each axis, e.g.: ariaLabel: "y-axis, percentages", ariaDescription: "vertical axis representing change in percentage, from 0% to 25%"
The default is
y-axis
as beforeAt first I added the label; but we'd have wanted to remove the ↑ and → etc; see #702The label itself is hidden (since redundant with the item above); maybe controversial since users might want to know what this text is, even if it's redundant?Adds role=none to the tick lines and grid lines (removes a lot of noise, especially since ticks are interspersed with tick values, and so you can't listen to tick values without hearing an empty "image" for each of them).(removed, see below)I haven't pushed the tests since all charts are affected and will be affected again when we fine-tune.https://user-images.githubusercontent.com/7001/151651375-fb87d135-9be4-4a02-a0f3-c8f2581ac00f.mov