Add hover inputs in Shiny with enable_shiny_hover() - #114
Conversation
kmcd39
commented
Jun 25, 2025
i just pushed changes to my branch that allow a layer argument for the hover observer! This is pretty much all it takes in the JS: and adding the option for the layer_id argument in the enable_shiny_hover R fcn. I can open a PR later if we want |
walkerke
commented
Jun 27, 2025
@kmcd39 awesome! feel free to open a PR but I can probably just plug that in if that's all we need to do. appreciate that! another user just requested it, so perfect timing. |
walkerke
commented
Jul 2, 2025
@kmcd39 this is now implemented! I used your code but just adapted slightly to allow users to pass a vector of layer IDs if they want to target multiple layers on hover. Thank you for contributing! |
kmcd39
commented
Oct 17, 2025
okay amazing!! |
No description provided.