Selections describing behavior of user-interaction-triggered highlighting.
Generally simpler syntax like component.setHighlightOnHover(false) or true is preferred. Mainly needed for explicitly enabling onHoverIndividual mode for figure series.
component.setHighlightOnHover(false)
true
onHoverIndividual
Highlighting is not affected by user-interactions.
When any part of a Series is interacted with, the whole Series is highlighted.
Used for figure series, only specific interacted figure is highlighted.
Selections describing behavior of user-interaction-triggered highlighting.
Generally simpler syntax like
component.setHighlightOnHover(false)ortrueis preferred. Mainly needed for explicitly enablingonHoverIndividualmode for figure series.