Interface LegendHoverHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onLegendHover
(LegendHoverEvent event) Fires when the mouse hovers over a color swatch or its label in the legend area of the chart.
-
Method Details
-
onLegendHover
Fires when the mouse hovers over a color swatch or its label in the legend area of the chart.The
FacetValue
that the user is hovering over is provided. If the chart is amulti-axis chart
, theFacetValue
for the hovered-over metric will also be provided.- Parameters:
event
- the event
-