Uses of Class
org.pepstock.charba.client.datalabels.LabelItem
-
Packages that use LabelItem Package Description org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.ID
plugin (AKAchartjs-plugin-datalabels.js
) for CHART.js. -
-
Uses of LabelItem in org.pepstock.charba.client.datalabels
Classes in org.pepstock.charba.client.datalabels with type parameters of type LabelItem Modifier and Type Class Description class
AbstractBuilder<T extends LabelItem>
Abstract base comfortable object to createDataLabelsPlugin.ID
label item by a builder.Subclasses of LabelItem in org.pepstock.charba.client.datalabels Modifier and Type Class Description class
DataLabelsOptions
This is theDataLabelsPlugin.ID
plugin options where to set all the configuration needed to the plugin.
The options could be set by simply the value or by setting a callback.
TheDataLabelsPlugin.ID
plugin is highly customizable CHART.JS plugin that displays labels on data for any type of charts.Methods in org.pepstock.charba.client.datalabels that return LabelItem Modifier and Type Method Description LabelItem
Labels. createLabel(String id)
Returns new options for specific id.LabelItem
Labels. createLabel(DataLabelId id)
Returns new options for specific id.LabelItem
DataLabelsContext. getLabel()
Returns the label options of plugin.LabelItem
Labels. getLabel(String id)
Returns the stored options for specific id.LabelItem
Labels. getLabel(DataLabelId id)
Returns the stored options for specific id.
-