Skip to content

plotly 4.9.2

Compare
Choose a tag to compare
@cpsievert cpsievert released this 12 Feb 20:25
· 194 commits to master since this release

Changes to plotly.js

  • 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).