Hi community, I have Word Cloud visualization, with which I want to recreate the same effect that is generated when the client filter is configured and an element is selected, that is, the hovered element is colored but the others are colorless (grayed out).
Hi @eleana, thanks for reaching out. Yes indeed, it is possible to achieve that by subscribing to the mousemove and mouseleave events of the display, and then, by interacting with the updateWithClientFilter() function of the Aktive instance corresponding to the display.
The following piece of code does what you’re trying to do: