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 trying to add a DiagrammeR graph to a xaringan presentation, using widgetframe::frameWidget(), but the background color is set to 'white'. A background option was added to saveWidget, is it possible to add the same option to createWidget?
The text was updated successfully, but these errors were encountered:
sguyader
changed the title
background
Allow setting the background color in createWidget
Dec 23, 2018
I found a workaround issuing widgetframe::frameableWidget() instead of widgetframe::frameWidget(), this way there's no background added to the diagram.
I'm trying to add a DiagrammeR graph to a xaringan presentation, using
widgetframe::frameWidget()
, but the background color is set to 'white'. Abackground
option was added tosaveWidget
, is it possible to add the same option tocreateWidget
?The text was updated successfully, but these errors were encountered: