Uses of Class
software.xdev.chartjs.model.options.Plugins
Packages that use Plugins
-
Uses of Plugins in software.xdev.chartjs.model.options
Fields in software.xdev.chartjs.model.options declared as PluginsMethods in software.xdev.chartjs.model.options that return PluginsModifier and TypeMethodDescriptionOptions.getPlugins()
The legend configuration is passed into the options.legend namespace.Plugins.setSubtitle
(Title subtitle) The subtitle configuration is passed into the options.subtitle namespace.The title configuration is passed into the options.title namespace.Plugins.setTooltip
(Tooltip tooltip) The tooltip label configuration is nested below the tooltip configuration using the callbacks key.A zoom and pan plugin for Chart.js.Methods in software.xdev.chartjs.model.options with parameters of type PluginsModifier and TypeMethodDescriptionOptions.setPlugins
(Plugins plugins) A placeholder in which configuration options for plugins may be passed.