Elwynn Chen

Results 84 comments of Elwynn Chen

Export as base64 by default generates a base64 string in your clipboard, so you can paste it in another location to test whether you received it correctly. However, on the...

Do you mean you want to set a default geo location and zoom level for other users, or you just want to know how to zoom in/out on maps.

Related discussion here: https://github.com/Kanaries/pygwalker/issues/454 Besides, if you want to have more customization of AI + data visualization, try [graphic-walker](https://github.com/Kanaries/graphic-walker), which provides more API for local integration.

RATH does not support running on windows. Related PR/discussion: https://github.com/Kanaries/Rath/pull/379

Yes, RATH had strated to remove all database connections on playground. but you can still setup the connection services locally with https://github.com/Kanaries/Rath/tree/master/services/connector. If you are integrate RATH with your data...

For now, I think you can connect your MS access db in [pygwalker](https://github.com/Kanaries/pygwalker) with [sqlalchemy-access](https://pypi.org/project/sqlalchemy-access/). More docs about how to use connectors in pygwalker here: [doc](https://docs.kanaries.net/pygwalker/api-reference/dataset#working-with-databases)

Cloud you share more information about how you plan to change the icons and why, so we can provide more specific suggestions.

The config part is the most important information and can be directly used for pygwalker. Except config, `workflows list` can be generated by the config, and is only used for...

A new release is comming at the end of this month is the extend of chart library, pygwalker will allow user to switch to matplotlib or altair, it's more like...

Can you please upgrade your pygwalker to the latest, i think this is a pretty old bug we fixed long time ago. ``` pip install pygwalker --upgrade ``` I already...