Class CustomTooltipPosition
- java.lang.Object
-
- org.pepstock.charba.client.positioner.CustomTooltipPosition
-
- All Implemented Interfaces:
Key
,IsTooltipPosition
public final class CustomTooltipPosition extends Object implements IsTooltipPosition
Custom tooltip position to use in the chart options to configure charts.
It must not be equals of the out of the box ones.- Author:
- Andrea "Stock" Stocchero
- See Also:
TooltipPosition
-
-
Constructor Summary
Constructors Constructor Description CustomTooltipPosition(String name)
Creates the object using the name of tooltip position passes as argument
-
-
-
Constructor Detail
-
CustomTooltipPosition
public CustomTooltipPosition(String name)
Creates the object using the name of tooltip position passes as argument- Parameters:
name
- of tooltip position. It must not be equals of the out of the box ones
-
-