We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm on v0.1.0
It seems not to stretch its height
import pandas as pd import panel as pn from panel_gwalker import GraphicWalker pn.extension(sizing_mode="stretch_width") LOGO = "https://kanaries.net/_next/static/media/kanaries-logo.0a9eb041.png" df = pd.read_csv( "https://datasets.holoviz.org/windturbines/v1/windturbines.csv.gz", nrows=10000 ) walker = GraphicWalker(df, sizing_mode="stretch_both", styles={"border": "1px solid yellow"}) pn.template.FastListTemplate( logo=LOGO, title="Panel Graphic Walker", main=[walker], main_layout=None, ).servable()
The text was updated successfully, but these errors were encountered:
Needs to be fixed in graphic-walker. See Kanaries/graphic-walker#421 and Kanaries/pygwalker#645.
Sorry, something went wrong.
No branches or pull requests
I'm on v0.1.0
It seems not to stretch its height
The text was updated successfully, but these errors were encountered: