-
Hi, The track I generated has an issue where the track name overlaps with the y-axis. However, there is no overlap in the JBrowse 2 examples. How can I fix this? Thank you for the help MingRen |
Beta Was this translation helpful? Give feedback.
Answered by
cmdcolin
Jan 8, 2025
Replies: 1 comment
-
you can change the setting "track labels"->"offset" in the track menu in the user interface if you want there is a setting in config.json, which the volvox example uses. the default is "overlapping" but the volvox example makes it "offset" jbrowse-components/test_data/volvox/config.json Lines 189 to 192 in e150c03 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yenmr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can change the setting "track labels"->"offset" in the track menu in the user interface
screenshot:
if you want there is a setting in config.json, which the volvox example uses. the default is "overlapping" but the volvox example makes it "offset"
jbrowse-components/test_data/volvox/config.json
Lines 189 to 192 in e150c03