Uses of Interface
org.pepstock.charba.client.datalabels.callbacks.FormatterCallback
-
Packages that use FormatterCallback Package Description org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.ID
plugin (AKAchartjs-plugin-datalabels.js
) for CHART.js.org.pepstock.charba.client.impl.callbacks Contains some callbacks implementations, available out-of-the box. -
-
Uses of FormatterCallback in org.pepstock.charba.client.datalabels
Methods in org.pepstock.charba.client.datalabels that return FormatterCallback Modifier and Type Method Description FormatterCallback
LabelItem. getFormatterCallback()
Returns the formatter callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.datalabels with parameters of type FormatterCallback Modifier and Type Method Description AbstractBuilder<T>
AbstractBuilder. setFormatter(FormatterCallback formatterCallback)
Sets the formatter callback.void
LabelItem. setFormatter(FormatterCallback formatterCallback)
Sets the formatter callback. -
Uses of FormatterCallback in org.pepstock.charba.client.impl.callbacks
Classes in org.pepstock.charba.client.impl.callbacks that implement FormatterCallback Modifier and Type Class Description class
PercentageCallback
Formatter implementation for DataLabelsPlugin plugin in order to provide the percentage of the value.
Setting this object to formatter callback of DataLabelsPlugin options, it will return the percentage for each data index per dataset.
-