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.Optionspublic static Scale getScale()
chart.defaults.scale.Scalepublic static GlobalPlugins getPlugins()
GlobalPluginspublic static Controllers getControllers()
Controllers