HighchartsGlobalOptions class

Global options that don't apply to each chart. These options must be set using the Highcharts.setOptions method.

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

Inheritance

Constructors

HighchartsGlobalOptions.new({HighchartsGlobalButtonThemeOptions? buttonTheme})
Global options that don't apply to each chart. These options must be set using the Highcharts.setOptions method.

Properties

buttonTheme HighchartsGlobalButtonThemeOptions?
General theme for buttons. This applies to the zoom button, exporting context menu, map navigation, range selector buttons and custom buttons generated using the SVGRenderer.button function. However, each of these may be overridden with more specific options.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() String
Serializes the settings to a JSON string.
inherited
toOptionsJSON(StringBuffer buffer) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited