Skip to content
New issue

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

withinLink mark on circular track does not show border #1070

Open
etowahadams opened this issue Jun 6, 2024 · 0 comments
Open

withinLink mark on circular track does not show border #1070

etowahadams opened this issue Jun 6, 2024 · 0 comments
Labels
bug🐛 Something isn't working

Comments

@etowahadams
Copy link
Contributor

When withinLink is used on a circular track, the border does not show.

image

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]}}
@etowahadams etowahadams added the bug🐛 Something isn't working label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant