pygwalker icon indicating copy to clipboard operation
pygwalker copied to clipboard

can i customize the dashboard?

Open iuiu34 opened this issue 1 year ago • 2 comments

Hi, i want to display pygwalker dashboard.But

  • with less buttons in the control pannel (up)
  • with default values for plot type, x-axis,y-axis
  • put control pannel (up) in the right

Can i do any of this?

thanks

iuiu34 avatar Dec 23 '23 07:12 iuiu34

  • 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.

longxiaofei avatar Dec 25 '23 01:12 longxiaofei

  • 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?

Kilig947 avatar Jun 06 '24 12:06 Kilig947