Skip to content

Commit

Permalink
add more a11y info
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Medrano authored and Xavier Medrano committed Mar 24, 2023
1 parent 3972ef9 commit e1f3b74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charting/highcharts/highcharts.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,5 @@ highchartsAccessibility(Highcharts) # Initializing
function SampleChart({ props }) {
...
```

That’s all you need for keyboard nav. Other modifications can be made using their [accessibility options](https://api.highcharts.com/highcharts/accessibility). This includes [adding descriptions](https://api.highcharts.com/highcharts/xAxis.accessibility.description) for axes and series that screen readers will be able to parse out.

0 comments on commit e1f3b74

Please sign in to comment.