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.configuration |
Contains all elements to configure a chart instance (know as chart options at instance level).
|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HtmlLegendCallback<T extends HasLegendText>
This callback is the base interface for HTML legend callbacks to change the text of legend for a specific item or legend's title, as HTML.
This callback is used ONLY by HtmlLegend plugin. |
Modifier and Type | Class and Description |
---|---|
class |
LegendTitle
This is the title configuration of the legend.
|
Modifier and Type | Class and Description |
---|---|
class |
LegendLabelItem
This object is created by callbacks and returned to CHART.JS as native object to configure the legend.
|