Hi,
I wanted to trigger an action via a data point.
The approach via Hover Label / Click is way too slow:
one has to wait till the hover label appears, then one has to "find" the link and click.
![hogi_0-1723062920479.png hogi_0-1723062920479.png](/t5/image/serverpage/image-id/66947iD449CEBB455777FF/image-size/medium?v=v2&px=400)
On the other hand: when I use Hover Label / "Picture" the result - yes, is very fast - but too uncontrolled.
Whenever the user moves the mouse over a data point, the action is triggered. buah!
So, my final solution was to trigger the action just if a Modifier Key is pressed, like here with CTRL:
![hogi_0-1723064177483.png hogi_0-1723064177483.png](/t5/image/serverpage/image-id/66948i858F11C7E5698915/image-size/medium?v=v2&px=400)
The result:
JMP as interactive as we love it : )