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
WegGL points are awesome! Thanks for this amazing functionality.
I noticed some strange behavior in flexdashboard today. Upon load, points are invisible until we pan or zoom. See this SO post for pictures. A regular Rmd html_document doesn't have the same issue, or when saving htmlwidgets::saveWidget(map, "test.html"); browseURL("test.html")).
The code below can be pasted into an Rmd and knit.
Hey @tim-salabim - I also posted this on StackOverflow and a user suggested using flyTo() to manually zoom
(see post here). That seems to fix the issue. The user also suggested the problem is in flexdashboard, but these things are above my current understanding.
WegGL points are awesome! Thanks for this amazing functionality.
I noticed some strange behavior in flexdashboard today. Upon load, points are invisible until we pan or zoom. See this SO post for pictures. A regular Rmd
html_document
doesn't have the same issue, or when savinghtmlwidgets::saveWidget(map, "test.html"); browseURL("test.html"))
.The code below can be pasted into an Rmd and knit.
Finally, my session info:
The text was updated successfully, but these errors were encountered: