From e1f3b74c59ae6b1c15e711773299708352ea8e59 Mon Sep 17 00:00:00 2001 From: Xavier Medrano Date: Fri, 24 Mar 2023 15:11:08 -0400 Subject: [PATCH] add more a11y info --- charting/highcharts/highcharts.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charting/highcharts/highcharts.md b/charting/highcharts/highcharts.md index 39e15b8..22ea3b4 100644 --- a/charting/highcharts/highcharts.md +++ b/charting/highcharts/highcharts.md @@ -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. \ No newline at end of file