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 |
---|---|
Point |
TooltipPositioner.computePosition(IsChart chart,
List<DatasetReference> items,
Point eventPoint)
Applies own logic to returns the point where the tooltip must be showed.
|
Modifier and Type | Method and Description |
---|---|
Point |
TooltipPositioner.computePosition(IsChart chart,
List<DatasetReference> items,
Point eventPoint)
Applies own logic to returns the point where the tooltip must be showed.
|