-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SimpleChartJsHoverConfig
public interface ChartJsHoverConfig extends Serializable
Represents the hover-configuration for a chart, ie. how to determine which element of a chart gets highlighted when the user hovers over the chart with their mousepointer. Corresponds to theconfig.options.hoverproperty.- Author:
- haster
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChartJsInteractionModegetMode()BooleanisIntersect()
-
-
-
Method Detail
-
getMode
ChartJsInteractionMode getMode()
-
isIntersect
Boolean isIntersect()
-
-