description property

String? description
getter/setter pair

A text description of the chart.

Note: Prefer using linkedDescription or caption instead.

If the Accessibility module is loaded, this option is included by default as a long description of the chart in the hidden screen reader information region.

Note: Since Highcharts now supports captions and linked descriptions, it is preferred to define the description using those methods, as a visible caption/description benefits all users. If the accessibility.description option is defined, the linked description is ignored, and the caption is hidden from screen reader users.

API Docs: https://api.highcharts.com/highcharts/accessibility.description

Implementation

String? description;