We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When withinLink is used on a circular track, the border does not show.
withinLink
Spec to reproduce:
{"arrangement": "horizontal","assembly": [["chr",100]],"static": true,"title": "No border for withinLink track","views": [{"arrangement": "horizontal","centerRadius": 0.5,"layout": "circular","views": [{"spacing": 0.1,"tracks": [{"title": "withinlink","data": {"chromosomeField": "chr","genomicFields": ["start","end"],"type": "json","values": [{"chr": "chr","end": 20,"end1": 30,"label": "A","start": 10,"start1": 20,"value": 2},{"chr": "chr","end": 50,"end1": 60,"label": "B","start": 30,"start1": 40,"value": 3},{"chr": "chr","end": 90,"end1": 100,"label": "C","start": 60,"start1": 70,"value": 1}]},"height": 150,"mark": "withinLink","opacity": {"value": 0.5},"style": {"outline": "black","outlineWidth": 1},"width": 150,"x": {"axis": "none","field": "start","type": "genomic"}}]},{"spacing": 0.1,"tracks": [{"title": "betweenLink","data": {"chromosomeField": "chr","genomicFields": ["start","end"],"type": "json","values": [{"chr": "chr","end": 20,"end1": 30,"label": "A","start": 10,"start1": 20,"value": 2},{"chr": "chr","end": 50,"end1": 60,"label": "B","start": 30,"start1": 40,"value": 3},{"chr": "chr","end": 90,"end1": 100,"label": "C","start": 60,"start1": 70,"value": 1}]},"height": 150,"mark": "betweenLink","style": {"outline": "black","outlineWidth": 1},"width": 150,"x": {"axis": "none","field": "start","type": "genomic"}}]}]}],"xDomain": {"chromosome": "chr","interval": [0,100]}}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When
withinLink
is used on a circular track, the border does not show.Spec to reproduce:
The text was updated successfully, but these errors were encountered: