Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/batpigandme/accessible-highcharter

Experiments in seeing how to get the Highcharts accessibility module working with the highcharter package
https://github.com/batpigandme/accessible-highcharter

Last synced: 7 days ago
JSON representation

Experiments in seeing how to get the Highcharts accessibility module working with the highcharter package

Awesome Lists containing this project

README

        

# accessible-highcharter
👩‍🔬 Experiments in seeing how to get the [Highcharts](https://github.com/highcharts/highcharts) [accessibility module](https://www.highcharts.com/docs/accessibility/accessibility-module) working with the [highcharter](https://github.com/jbkunst/highcharter) R package by @jbkunst.

### Working examples

* [Bar chart with keyboard navigation enabled](https://rpubs.com/maraaverick/highcharter-fruits-example) ([source Rmd](https://github.com/batpigandme/accessible-highcharter/blob/main/Rmd/screen-reader-line-chart.Rmd))
* [Accessible line chart demo](https://rpubs.com/maraaverick/accessible-highcharter) ([source Rmd](https://github.com/batpigandme/accessible-highcharter/blob/main/Rmd/screen-reader-line-chart.Rmd))
* [Accessible pie chart demo](https://rpubs.com/maraaverick/highcharter-accessible-pie-chart) ([source Rmd](https://github.com/batpigandme/accessible-highcharter/blob/main/Rmd/accessible_pie_chart.Rmd))
* [Accessible scatterplot with annotations](http://rpubs.com/maraaverick/highcharter_palmerpenguins) ([source Rmd](https://github.com/batpigandme/accessible-highcharter/blob/main/Rmd/accessible_highcharter_palmerpenguins.Rmd))
* [Annotated area chart of 2017 Tour de France](https://rpubs.com/maraaverick/tourdefrance_highcharter_demo) ([source Rmd](https://github.com/batpigandme/accessible-highcharter/blob/main/Rmd/annotated_tour_de_france.Rmd))

### Blog posts

Working examples with running commentary and resources.

1. [Adventures with the Highcharts accessibility module: Part 1](https://dataand.me/posts/2021-11-10-adventures-with-the-highcharts-accessibility-module-part-1/) An introduction to a series of posts using the Higcharts data visualization library’s accessibility module through the {highcharter} R package.
2. [{higcharter} and the Highcharts accessibility module: Part 2](https://dataand.me/posts/2021-11-12-higcharter-and-the-highcharts-accessibility-module-part-2/)
Re-creating Highcharts’ demo accessible line chart using the {highcharter} R package, resulting in an interactive visualization with keyboard navigation and built-in features for screen readers.
3. [Highcharts accessibility module with {highcharter}: Part 3](https://dataand.me/posts/2021-11-13-highcharts-accessibility-module-with-highcharter-part-3/)
Re-creating Highcharts’ accessible pie chart using the {highcharter} R package.
4. [Accessible {highcharter}: Part 4](https://dataand.me/posts/2021-11-15-accessible-highcharter-part-4/) In which we discuss the screen-reader metadata generated by Highcharts’ accessibility module using {highcharter} with {palmerpenguins} data.
5. [{highcharter} and the accessibility module: Part 5](https://dataand.me/posts/2021-11-16-highcharter-and-the-accessibility-module-part-5/) The final installment of our series on using the Highcharts accessibility module with {highcharter}, in which we re-create an area chart with lots of annotations.