You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Streamlit's officially recommended method to render Pygwalker UI, so the following changes have been made:
1.Temporary delete the Exploer button under pure chart
Under the new rendering method, Pygwalker needs to complete the Request-Response communication through rerun, and retun will lose the state of modal.
old:
new:
2. Modify the parameters of the rendering method
The new API will delete width, height, scrolling parameters, and when the user needs to render the same component multiple times, different keys need to be used, which will be consistent with the parameters of the official streamlit component.
Use Streamlit's officially recommended method to render Pygwalker UI, so the following changes have been made:
1.Temporary delete the Exploer button under pure chart
Under the new rendering method, Pygwalker needs to complete the Request-Response communication through rerun, and retun will lose the state of modal.
old:
new:
2. Modify the parameters of the rendering method
The new API will delete width, height, scrolling parameters, and when the user needs to render the same component multiple times, different keys need to be used, which will be consistent with the parameters of the official streamlit component.
old:
new:
beta version:
pip install pygwalker==0.4.9a3
The text was updated successfully, but these errors were encountered: