public class GlobalOptions extends BaseOption
The GlobalOptions class maps directly to the Highcharts global options in the Highcharts API.
All Highchart global options will be set from this class.
| Modifier and Type | Field and Description |
|---|---|
static GlobalOptions |
NULL |
| Constructor and Description |
|---|
GlobalOptions() |
| Modifier and Type | Method and Description |
|---|---|
Global |
getGlobal()
Global options that don't apply to each chart.
|
GlobalOptions |
setGlobal(Global global)
Global options that don't apply to each chart.
|
set_hcNulledOptionpublic static final GlobalOptions NULL
public Global getGlobal()
Global options that don't apply to each chart. These options must be set using the Highcharts.setOptions method.
Highcharts.setOptions({ global: { buttonTheme: { fill: '#d0d0d0' } } }); public GlobalOptions setGlobal(Global global)
Global options that don't apply to each chart. These options must be set using the Highcharts.setOptions method.
Highcharts.setOptions({ global: { buttonTheme: { fill: '#d0d0d0' } } }); global - the value for the global option.Copyright © 2026. All rights reserved.