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 wondering if it is expected behaviour or a bug, that base plots are no longer resized when using bindEvent even though using default width = "100%" (e.g. plotly plots are still getting resized - probably because they don't need to be re-rendered for resizing):
To add to the issue, execOnResize in renderPlot does not work as well.
@ismirsehregal Before they fix this issue, I guess you can bind other events such as session$clientData[[sprintf('output_%s', session$ns("goPlot"))]] to monitor the width. However, this approach requires re-rendering the plot on resize. In some cases this could be slow.
I'm wondering if it is expected behaviour or a bug, that base plots are no longer resized when using
bindEvent
even though using defaultwidth = "100%"
(e.g. plotly plots are still getting resized - probably because they don't need to be re-rendered for resizing):This is where I stumbled over the above. I wanted to replace
eventReactive
withbindEvent
but the behaviour is not the same.The text was updated successfully, but these errors were encountered: