Package | Description |
---|---|
org.pepstock.charba.client.positioner |
Contains all classes to implement a custom tooltip positioner for CHART.JS.
|
Modifier and Type | Method and Description |
---|---|
CustomTooltipPosition |
AbstractTooltipPositioner.getName() |
CustomTooltipPosition |
TooltipPositioner.getName()
Returns the name of tooltip position which must be used in chart options.
|
Modifier and Type | Method and Description |
---|---|
void |
Positioner.unregister(CustomTooltipPosition position)
Unregister the tooltips positioner to CHART.JS.
Pay attention that when a tooltip positioner is unregistered, if any charts, which still have the tooltip position of the positioner, will fail. |