Class DefaultChartHover
- java.lang.Object
-
- org.pepstock.charba.client.defaults.chart.DefaultChartInteraction
-
- org.pepstock.charba.client.defaults.chart.DefaultChartHover
-
- All Implemented Interfaces:
IsDefaultInteraction
public final class DefaultChartHover extends DefaultChartInteraction
Defaults for hover option element, based on chart type.- Author:
- Andrea "Stock" Stocchero
-
-
Constructor Summary
Constructors Constructor Description DefaultChartHover(IsDefaultInteraction hover)
Creates the object by hover option element instance.
-
-
-
Constructor Detail
-
DefaultChartHover
public DefaultChartHover(IsDefaultInteraction hover)
Creates the object by hover option element instance.- Parameters:
hover
- hover option element instance.
-
-