public static class Highcharts.Options extends Configurable<Highcharts.Options>
Highcharts.setOptions(
new Highcharts.Options().setGlobal(
new Global()
.setUseUTC(false)
));
| Constructor and Description |
|---|
Highcharts.Options() |
| Modifier and Type | Method and Description |
|---|---|
Highcharts.Options |
setGlobal(Global global)
Set the global options to use on all Highchart instances.
|
Highcharts.Options |
setLang(Lang lang)
Set the language options to use on all Highchart instances.
|
getOptions, setOptionpublic Highcharts.Options setGlobal(Global global)
global - the global configuration optionsHighcharts.Options instance for convenient method chaining.public Highcharts.Options setLang(Lang lang)
lang - the language configuration optionsHighcharts.Options instance for convenient method chaining.Copyright © 2015. All Rights Reserved.