You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm struggling to understand how to adjust chart font sizes for a metricsgraphics chart in Shiny. I've read the documentation, examined the functions and tried StackOverflow without finding a solution for this one.
Below are two examples of the same chart, generated with the same code.
In RStudio:
In the Shiny app:
As you can see the axis labels, marker and baseline font sizes are different. The ones in RStudio are OK, the ones in Shiny a bit small.
I've tried adjusting chart dimensions and padding, but neither made a difference.
How about an rds file of today's actual rsScatter data? I thought that might be most useful for debugging. (Sorry, it's zipped. GitHub doesn't allow direct rds file uploads) rsScatter.zip
Also should have mentioned, I'm using RStudio Version 0.99.484
I'm struggling to understand how to adjust chart font sizes for a metricsgraphics chart in Shiny. I've read the documentation, examined the functions and tried StackOverflow without finding a solution for this one.
Below are two examples of the same chart, generated with the same code.
In RStudio:
In the Shiny app:
As you can see the axis labels, marker and baseline font sizes are different. The ones in RStudio are OK, the ones in Shiny a bit small.
I've tried adjusting chart dimensions and padding, but neither made a difference.
Example code:
The text was updated successfully, but these errors were encountered: