Package | Description |
---|---|
org.pepstock.charba.client.positioner |
Contains all classes to implement a custom tooltip positioner for CHART.JS.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTooltipPositioner
Abstract class which implements a positioner.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
TooltipPositioner.isValid(TooltipPositioner tooltipPositioner)
Returns
true if tooltip positioner passed as argument is not null and its name is not null as well. |
void |
Positioner.register(TooltipPositioner positioner)
Register the tooltips positioner to CHART.JS.
|