<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>
<script src="https://code.highcharts.com/modules/export-data.js"></script>
<script src="https://code.highcharts.com/modules/accessibility.js"></script>
<figure class="highcharts-figure">
<div id="container"></div>
<p class="highcharts-description">
The following chart is demonstrating a very simple configuration with the Accessibility-module included.
It is showing that if you include the module, and you have given some basic chart options, like
<code>yAxis.title.text</code>, <code>xAxis.title.text</code>, <code>series.name</code> and <code>tooltip.valueSuffix</code>
Highcharts will by default make the text available to a screen reader when these options are set, without the need of adding
options to the Accessibility-module.
</p>
</figure>