Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

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

@anastazie

Description

@anastazie

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"))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions