Click/hover interaction events on track data #1056
cukelarter
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Hi @cukelarter, thanks for asking question! I think you are finding for "tooltip" (http://gosling-lang.org/docs/reference#tooltip). Any specified data in this property will appear in the tooltip upon hovering. For instance, you can specify the following lines of code from the "Mark Displacement" example you provided which will display the following tooltip upon hovering. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I read the User Interaction documentation and was curious to see if there were any plans or workarounds to enable on-click or hover interactions with track data? For example, in the UCSC and other genome browsers you are able to click on portions of a track to bring up more information about that specific region, ie Ensemble id, rsid, coordinates, or even custom track fields. I've attached a basic example of the type of display I'm thinking of:
Beta Was this translation helpful? Give feedback.
All reactions