Kanaries / pygwalker

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

can i customize the dashboard? #371

Open iuiu34 opened 10 months ago

iuiu34 commented 10 months ago

Hi, i want to display pygwalker dashboard.But

Can i do any of this?

thanks

longxiaofei commented 10 months ago
Kilig947 commented 5 months ago
  • with less buttons in the control pannel (up)

    • This feature is currently not supported.
  • with default values for plot type, x-axis,y-axis

    • You can initialize your chart configuration through the spec parameter.
      walker = pyg.walk(df, spec="./config.json")
  • put control pannel (up) in the right

    • This feature is currently not supported.

Is there a . /config.json example? How do I set the contents of this json file?