calligross / ggthemeassist

A RStudio addin for ggplot2 theme tweaking
490 stars 44 forks source link

Unfortunate window size #32

Closed jemus42 closed 8 years ago

jemus42 commented 8 years ago

The window size of the gadget seems to be fixed at a certain size, and in relation to the window the actual plot seems to be too big. The result is that the controls are hard to interact with, especially with dropdown menues.

Here's a screencap to see what I mean (mp4)

calligross commented 8 years ago

Which version of shiny are you using?

I didn't have similar issues with my 15" Win7 nor my 27" iMac and these kind of issues are difficult to replicate.

Unfortunately the panel size has to be fixed, in an early version the plot size was a relative value and caused overlapping elements, so we fixed the height to 400px. I will try to set the plot to a relative size again.

Could you paste a sessioninfo() in the meantime.

calligross commented 8 years ago

I just tried to set the plot to a relative size, it seems to work. I will push a bugfix later.

Thanks for bringing this up.

calligross commented 8 years ago

Could you install from the dev branch and give some feedback if the plot has now a correct size on your macbook?

devtools::install_github('calligross/ggthemeassist', ref = 'dev')
ottlngr commented 8 years ago

Looks better on my 12": http://www.pic-upload.de/view-29987643/ggthemeassist_dev10032016.png.html

jemus42 commented 8 years ago

Yep, looks better, thanks!