<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 demonstrates some Accessibility features of Highcharts, including use of the <code>rangeDescription</code> and <code>axis.description</code> options.
The <code>yAxis.accessibility.description</code> in this demo is summarizing that the yAxis will show the total number of steps per person per day, since the column chart is stacked.
The <code>yAxis.accessibility.rangeDescription</code> is showing the range values of the columns.</p>
</figure>