Elwynn Chen
Elwynn Chen
 graphic-walker has supported this feature, will be updated to pygwalker this week @longxiaofei
Thoughts update: I do believe that allowing graphic-walker/pygwalker to support multiple charts lib is a great idea. Technically, we need to implement a parser layer to transform graphic-walker DSL into...
## Update Hi, everyone. Now you can use pygwalker as a component in Plotly Dash, check this document: [Use PyGWalker with Plotly Dash ](https://docs.kanaries.net/pygwalker/tutorials/use-pygwalker-in-plotly-dash) For hosting pygwalker as a web...
Status update: It seems still a hard issue here. 1. vega-lite is not well designed for annotations. (small problem, we are able to make it.) 2. How to make annotation...
I am having the same problem while trying to use repeat and facet together. It seems this bug has been open for long time, is there a plan to fix...
You need to build the deps before running the `rath-client` if you are in `rath-client` folder, run: ```bash npm run build:utils && npm run build:scenegraph && npm run build:renderer &&...
Those are warnings from Inversify.js (RATH -> G6 -> Inversify). They did not publish their source code while using sourcemap. I had made a PR at https://github.com/inversify/InversifyJS/pull/1492, but it seems...
For people have questions about rath build process, please check the auto build. Please check the actions script at https://github.com/Kanaries/Rath/blob/master/.github/workflows/auto-build.yml The online playgound is build on vercel which you can...
Including causalStore.
Interesting idea, I think it can be implemented with sql.js or duckDB-wasm. I will have some research and work on it soon.