Kanaries / GWalkR

Turn your data frame into a tableau style drag and drop UI interface to build visualization in R.
Apache License 2.0
427 stars 40 forks source link

GWalkR PKG: How to change the UI BKG from Black to White in the Rstudio [ Viewer ] Pane? #10

Closed sfd99 closed 1 year ago

sfd99 commented 1 year ago

Hi Kanaries,

Thanks for the GWalkR pkg! Very helpful.

Q How to change the UI BKG color from Black to White in the Rstudio [ Viewer ] Pane? (the UI bkg is Black right now...).

Thanks! **sfd99 San Francisco

bruceyyu commented 1 year ago

@sfd99 Hi there thanks for using GWalkR! Right now, it doesn't support customization of the UI background color, so it follows your system setting. We will support this parameter in our next version. If you need to make it white now, I think the easiest way is to set the whole system appearance to "light" mode.

sfd99 commented 1 year ago

Understood. Thanks, Bruce!. Really like it.

BTW: once you start a new [ Chart ] tab in the UI, how to close a Chart tab ?. (say you have 2 or 3 different Chart Tabs currently open in the Viewer...).

bruceyyu commented 1 year ago

BTW: once you start a new [ Chart ] tab in the UI, how to close a Chart tab ?. (say you have 2 or 3 different Chart Tabs currently open in the Viewer...).

That's a feature to be supported in graphic-walker, the core library of GWalkR. Great suggestion! I have created an issue there https://github.com/Kanaries/graphic-walker/issues/155 and other team members will handle it.

bruceyyu commented 1 year ago

@sfd99 The dark mode customization has been supported in v0.1.3, so I will close this issue and open another issue #12 for the chart tab deletion

For the latest version please refer to https://cran.r-project.org/web/packages/GWalkR/index.html