public class Highcharts extends Object
Highcharts.setOptions(
new Highcharts.Options().setGlobal(
new Global()
.setUseUTC(false)
));
| Modifier and Type | Class and Description |
|---|---|
static class |
Highcharts.Options
A configurable class that can be used to globally configure options for Highcharts.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
setOptions(Highcharts.Options options)
Sets the options globally for all charts created after this has been called.
|
public static void setOptions(Highcharts.Options options)
options - the global options to useCopyright © 2015. All Rights Reserved.