The chart title. The title 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(titleOptions [, redraw])
-
Modify options for the title.
Parameters:
Name Type Argument Default Description titleOptions
Highcharts.TitleOptions Options to modify.
redraw
boolean <optional>
true Whether to redraw the chart after the title 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.