| Package | Description |
|---|---|
| org.pepstock.charba.client | |
| org.pepstock.charba.client.items |
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalOptions
Contains the GLOBAL options for a specific chart instance.
Loaded when a new chart instance is created. It's the result of merging of different global options. |
| Modifier and Type | Method and Description |
|---|---|
static Options |
Defaults.getChartGlobal(Type type)
Returns the global options by chart type.
|
static Options |
Defaults.getGlobal()
Returns the global options.
It maps the CHART.JS object of default, chart.defaults.global. |
| Modifier and Type | Class and Description |
|---|---|
class |
OptionsNode
Wrapper of options node of CHART.JS.
|