subtitle property

HighchartsSubtitleOptions? subtitle
getter/setter pair

The chart's subtitle. This can be used both to display a subtitle below the main title, and to display random text anywhere in the chart. The subtitle can be updated after chart initialization through the Chart.setTitle method.

API Docs: https://api.highcharts.com/highcharts/subtitle

Implementation

HighchartsSubtitleOptions? subtitle;