Uses of Class
org.pepstock.charba.client.events.LegendHoverEvent
-
Packages that use LegendHoverEvent Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.events Contains all events to interact with chart instance. -
-
Uses of LegendHoverEvent in org.pepstock.charba.client
Methods in org.pepstock.charba.client with parameters of type LegendHoverEvent Modifier and Type Method Description voidDefaults. invokeLegendOnHover(LegendHoverEvent event)Invokes theonHoverlegend function provided out of the box by CHART.JS. -
Uses of LegendHoverEvent in org.pepstock.charba.client.events
Methods in org.pepstock.charba.client.events with parameters of type LegendHoverEvent Modifier and Type Method Description voidLegendHoverEventHandler. onHover(LegendHoverEvent event)Invoked when the user hovers on the chart legend.
-