Skip to content

How to prevent the overlap between the track name and the y-axis? #4751

Answered by cmdcolin
yenmr asked this question in Q&A
Discussion options

You must be logged in to vote

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"

"configuration": {
"LinearGenomeViewPlugin": {
"trackLabels": "offset"
},

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yenmr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants