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
This version of the R package upgrades the version of the underlying plotly.js library from v1.49.4 to v1.52.2. This includes many bug fixes, improvements, as well as 2 new trace types: treemap and image. The plotly.js release page has the full list of changes.
IMPROVEMENTS
The add_image() function was added to make it easier to create image traces via raster objects.
BUG FIXES
add_sf()/geom_sf() now correctly handle geometry columns that are named something other than "geometry" (#1659).
Specifying an english locale no longer results in error (#1686).