Kanaries / pygwalker

PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis
https://kanaries.net/pygwalker
Apache License 2.0
10.7k stars 545 forks source link

fix: viewer container size base on the root iframe in streamlit #535

Closed longxiaofei closed 2 months ago

longxiaofei commented 2 months ago

This is just a temporary solution.

Pygwalker is testing the component rendering method recommended by streamlit, which will not require users to specify additional width, height, and scrolling, about detail: https://github.com/Kanaries/pygwalker/issues/531