Interface: SubtitleObject

Highcharts. SubtitleObject

The chart subtitle. The subtitle has an update method that allows modifying the options directly or indirectly via chart.update.

Extends

Methods

fadeIn( [animation])

A general fadeIn method.

Parameters:
Name Type Argument Description
animation boolean | Highcharts.AnimationOptionsObject <optional>

The animation options for the element fade.

Inherited From:
Requires:
  • module:modules/drilldown

update(subtitleOptions [, redraw])

Modify options for the subtitle.

Parameters:
Name Type Argument Default Description
subtitleOptions Highcharts.SubtitleOptions

Options to modify.

redraw boolean <optional>
true

Whether to redraw the chart after the subtitle is altered. If doing more operations on the chart, it is a good idea to set redraw to false and call Highcharts.Chart#redraw after.