Kanaries / pygwalker

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

How to visualize the chart data on a flask server #406

Closed anandakrishnankb closed 9 months ago

anandakrishnankb commented 9 months ago

I have a function that returns a walker object based on certain computations, now I want the chart to be displayed at an api '/visualize' on my flask app, how can i attain this?