Uses of Interface
org.pepstock.charba.client.callbacks.HtmlLegendCallback
-
Packages that use HtmlLegendCallback Package Description org.pepstock.charba.client.callbacks All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS. -
-
Uses of HtmlLegendCallback in org.pepstock.charba.client.callbacks
Subinterfaces of HtmlLegendCallback in org.pepstock.charba.client.callbacks Modifier and Type Interface Description interface
HtmlLegendItemCallback
This callback can be implemented to change the text of legend for a specific item, as HTML.
This callback is used ONLY byHtmlLegend
plugin.interface
HtmlLegendTitleCallback
This callback can be implemented to change the text of legend's title, as HTML.
This callback is used ONLY byHtmlLegend
plugin.
-