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

Add scroll bar for ChromoMap plot #39

Open
hoelzer opened this issue Nov 11, 2020 · 1 comment
Open

Add scroll bar for ChromoMap plot #39

hoelzer opened this issue Nov 11, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@hoelzer
Copy link
Collaborator

hoelzer commented Nov 11, 2020

One can change via sed or awk the following line from

<div id="htmlwidget-f6c6b982908bd2088de7" class="chromoMap html-widget"    style="width:960px;height:500px;">

to

<div id="htmlwidget-f6c6b982908bd2088de7" class="chromoMap html-widget"    style="width:960px;height:500px;overflow:auto;">

Thus, we don't need to reduce the number of plotted contigs or split them. Compare also with implementation in WtP.

@hoelzer hoelzer added the enhancement New feature or request label Nov 11, 2020
@hoelzer hoelzer self-assigned this Nov 11, 2020
@hoelzer
Copy link
Collaborator Author

hoelzer commented Feb 28, 2022

ChromoMap is also implemented here which might help for adjustments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant