Elwynn Chen
Elwynn Chen
I just tested the online example, it's fine for my input. Can you provide your json example?
Yeah, it's possible for large json file. I will fix it soon.
It is using vercel/node as backend to build api, which I don't find vercel provides way to run it without linking to cloud.
Do you mean embed or nest a select component in ui.card?
Hi, can your provide your code examples, here is mine in the tutorial that works: ```py choice = ui.select(options=["Apple", "Banana", "Orange"]) ```
do you have a `testpage` existed in your project, if not, you need to create it first. ```bash npx convertfast-ui@latest page create testpage ```
You can remove some of the dimensions and measures, but not those in the charts. dimensions and measures are used to render the field options on the leftside of gwalkr,...
I get it, you want some default settings for the gwalkr UI. like setting the default aggreted to be true or setting the stack mode to be center by default....
For Graphic Walker, we should add configuration parameters to control default settings (such as layout mode, stack mode, and aggregation method). For GWalkR and PyGWalker, particularly in RStudio or Jupyter...
bugbot run