public final class Defaults
extends java.lang.Object
chart.defaults
.Modifier and Type | Method and Description |
---|---|
static Options |
getChartGlobal(Type type)
Returns the global options by chart type.
|
static Controllers |
getControllers()
Returns the controllers managers.
|
static Options |
getGlobal()
Returns the global options.
It maps the CHART.JS object of default, chart.defaults.global . |
static GlobalPlugins |
getPlugins()
Returns the global plugins wrapper.
|
static Scale |
getScale()
Returns the global scale options.
It maps the CHART.JS object of default, chart.defaults.scale . |
public static Options getGlobal()
chart.defaults.global
.Options
public static Scale getScale()
chart.defaults.scale
.Scale
public static GlobalPlugins getPlugins()
GlobalPlugins
public static Controllers getControllers()
Controllers