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.IDplugin (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 classAbstractBuilder<T extends LabelItem>Abstract base comfortable object to createDataLabelsPlugin.IDlabel item by a builder.Subclasses of LabelItem in org.pepstock.charba.client.datalabels Modifier and Type Class Description classDataLabelsOptionsThis is theDataLabelsPlugin.IDplugin 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.IDplugin 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 LabelItemLabels. createLabel(String id)Returns new options for specific id.LabelItemLabels. createLabel(DataLabelId id)Returns new options for specific id.LabelItemDataLabelsContext. getLabel()Returns the label options of plugin.LabelItemLabels. getLabel(String id)Returns the stored options for specific id.LabelItemLabels. getLabel(DataLabelId id)Returns the stored options for specific id.
-