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

callback of AlignmentChart is unable to change page hight #706

Open
eporetsky opened this issue Aug 18, 2022 · 0 comments
Open

callback of AlignmentChart is unable to change page hight #706

eporetsky opened this issue Aug 18, 2022 · 0 comments

Comments

@eporetsky
Copy link

I have a callback function that generates an alignment file and creates AlignmentChart based on it and it is working perfectly well. The issue is that the height variable seems to persist within the session and to actually change the height parameter I have to refresh the flask app, even with the default height settings. In other words, when I create an AlignmentChart with X genes, the callback creates AlignmentChart with nicely spaced rows but if I try to update the AlignmentChart with 10X genes it squeezes it into the same height as if it was X genes. On the other hand, if I refresh the page and create an AlignmentChart with 10X genes it spreads out the rows nicely but if, within the same session, I use X genes it spreads them out over an area equivalent to the 10X genes.

I hope that there's an easy fix to it, let me know if I should provide code. It didn't seem like something I can workout on my side.
Thank you so much!

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

No branches or pull requests

1 participant