dreamRs / esquisse

RStudio add-in to make plots interactively with ggplot2
https://dreamrs.github.io/esquisse
Other
1.77k stars 229 forks source link

column names on main GUI obfuscated when using RStudio on browsr #112

Open dan-reznik opened 4 years ago

dan-reznik commented 4 years ago

I love esquisse and would like to use it to teach an R class, however when I open the main interface (when operating it from a browser at 100%) it opens too small. If you manage to find the "Ok" button, then data frame columns pop-up only partially visible. I've attached a screenshot. Is there a way to maximize either of these?

Screenshot 2020-05-02 at 09 10 20 Screenshot 2020-05-02 at 09 04 43

pvictor commented 4 years ago

Ah yes, that's hardly usable... I think I cannot make the RStudio addin window bigger, but I'll check, another solution can be to set the font-size smaller maybe.

Otherwise, you can launch the addin in a new tab with:

esquisser(viewer = "browser")

Or set this option to make it the default :

options("esquisse.viewer" = "browser")

Your browser will probably ask you if it's ok to open a new window (it's like launching a shiny app).

Victor

dan-reznik commented 4 years ago

i wonder if there is a css that might make the draggable areas bigger?

dan

pvictor commented 4 years ago

Yes, but to the detriment of the area allocated to the chart :/

xiangnandang commented 4 years ago

Dan, does it work if you play with zoom in/out from your browser

dan-reznik commented 4 years ago

No... I've tried it all.

On Mon, May 4, 2020 at 2:46 PM Xiangnan Dang notifications@github.com wrote:

Dan, does it work if you play with zoom in/out from your browser

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dreamRs/esquisse/issues/112#issuecomment-623607725, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD32VFV6ZN37O5CRODAC3TDRP35QXANCNFSM4MXVB4ZQ .