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
You can see this in action when uploading a file in the reference app
clear-charts-on-data-change.mp4
For my use cases I need this to work as I will combine duckdb sql with panel-graphic-walker. Users will be executing sql queries and exploring the data. Then executing new sql queries and exploring the new data.
Right now the workaround is to create a new python GraphicWalker when you want to display new data.
You can see this in action when uploading a file in the reference app
clear-charts-on-data-change.mp4
For my use cases I need this to work as I will combine
duckdb
sql withpanel-graphic-walker
. Users will be executing sql queries and exploring the data. Then executing new sql queries and exploring the new data.Right now the workaround is to create a new python
GraphicWalker
when you want to display new data.I've asked in Kanaries/graphic-walker#426 how to do this.
The text was updated successfully, but these errors were encountered: