Uses of Class
org.pepstock.charba.client.callbacks.AbstractDatasetContext
-
Packages that use AbstractDatasetContext Package Description org.pepstock.charba.client.callbacks All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS.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.org.pepstock.charba.client.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.org.pepstock.charba.client.labels Contains all classes to useLabelsPlugin.ID
plugin (AKAchartjs-plugin-labels.js
) available for CHART.JS. -
-
Uses of AbstractDatasetContext in org.pepstock.charba.client.callbacks
Subclasses of AbstractDatasetContext in org.pepstock.charba.client.callbacks Modifier and Type Class Description class
DatasetContext
The option context is used to give contextual information when resolving options. -
Uses of AbstractDatasetContext in org.pepstock.charba.client.datalabels
Subclasses of AbstractDatasetContext in org.pepstock.charba.client.datalabels Modifier and Type Class Description class
DataLabelsContext
The option context is used to give contextual information when resolving options forDataLabelsPlugin
. -
Uses of AbstractDatasetContext in org.pepstock.charba.client.impl.callbacks
Methods in org.pepstock.charba.client.impl.callbacks with parameters of type AbstractDatasetContext Modifier and Type Method Description static double
Percentage. compute(IsChart chart, double value, AbstractDatasetContext context)
Computes the percentage of the value based on the data of datasets.static double
Percentage. compute(IsChart chart, double value, AbstractDatasetContext context, boolean stacked)
Computes the percentage of the value based on the data of datasets. -
Uses of AbstractDatasetContext in org.pepstock.charba.client.items
Constructors in org.pepstock.charba.client.items with parameters of type AbstractDatasetContext Constructor Description DatasetReference(AbstractDatasetContext context, ChartElement element)
Creates the item reference using a a scriptale context and a data element -
Uses of AbstractDatasetContext in org.pepstock.charba.client.labels
Subclasses of AbstractDatasetContext in org.pepstock.charba.client.labels Modifier and Type Class Description class
LabelsContext
This object is wrapping the native java script object provided byLabelsPlugin.ID
plugin when the callback function is called.
-