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
... but nothing seems to make any difference (not even setting zoom = 2). The best I can do is just:
webshot::webshot("export.html", file = "p1hix.png", vwidth = 1920,zoom=1)
The best result I can get is, I think, at the resolution of my actual browser. The export.html file seems fine, there is nothing restricting the width of the canvas. Is there any way I can set webshot to simulate a higher resolution screen?
The text was updated successfully, but these errors were encountered:
I'm using webshot to export high-resolution images from visNetwork but struggling to improve the resolution beyond FHD. I've tried this:
... but nothing seems to make any difference (not even setting zoom = 2). The best I can do is just:
webshot::webshot("export.html", file = "p1hix.png", vwidth = 1920,zoom=1)
The best result I can get is, I think, at the resolution of my actual browser. The export.html file seems fine, there is nothing restricting the width of the canvas. Is there any way I can set webshot to simulate a higher resolution screen?
The text was updated successfully, but these errors were encountered: