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).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTooltipTitleCallback
Abstract implementation of tooltip title callback in order to help who will implement it to override ONLY needed methods and use the default for the others.
|
Modifier and Type | Method and Description |
---|---|
TooltipTitleCallback |
TooltipsCallbacks.getTitleCallback()
Returns the user title callback.
|
Modifier and Type | Method and Description |
---|---|
void |
TooltipsCallbacks.setTitleCallback(TooltipTitleCallback titleCallback)
Sets the user title callback.
|