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

Scaling plot size to the browser size for bulk text #72

Open
anastazie opened this issue Aug 19, 2024 · 1 comment
Open

Scaling plot size to the browser size for bulk text #72

anastazie opened this issue Aug 19, 2024 · 1 comment

Comments

@anastazie
Copy link

I noticed that in order to make adjustable sizing, sizing_mode="scale_both" need to be added also to rows and columns layout, e.g.

controls = column(p, text_filename, save_btn, sizing_mode="scale_both")
return doc.add_root(row(controls, data_table, sizing_mode="scale_both"))
@koaning
Copy link
Owner

koaning commented Aug 19, 2024

If you could make a screenshot of the before and after I will gladly consider it.

That said, I feel the future of this library is to move away from Bokeh and move everything to the Jupyter notebook with widgets instead. I don't mind keeping the current app around but I am not planning on giving it priority in favour of the other new features.

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

2 participants