May I ask what I need to do to add a hyperlink to the graphic? #969
Unanswered
TianYuanTuPo
asked this question in
Q&A
Replies: 1 comment
-
Hi @TianYuanTuPo, If you mean the tooltip, you can enable it by specifying the "tooltip": [
{"field": "start", "type": "genomic"},
{"field": "end", "type": "genomic"},
{"field": "insertSize", "type": "quantitative"},
{"field": "svType", "type": "nominal"},
{"field": "strand", "type": "nominal"},
{"field": "numMates", "type": "quantitative"},
{"field": "mateIds", "type": "nominal"}
], |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, the small rectangles below this website have hyperlinks added to each one. https://gosling.js.org/?example=BAM_PILEUP
Beta Was this translation helpful? Give feedback.
All reactions