Skip to content

Commit af255a7

Browse files
committed
update to plotly.js 1.52.2
1 parent eb0a460 commit af255a7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+1987
-79
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 4.9.1.9000
22

3+
## Changes to plotly.js
4+
5+
* This version of the R package upgrades the version of the underlying plotly.js library from v1.49.4 to v1.52.2. The [plotly.js release page](https://github.com/plotly/plotly.js/releases) has the full list of changes.
6+
37
## BUG FIXES
48

59
* `add_sf()`/`geom_sf()` now correctly handle geometry columns that are named something other than `"geometry"` (#1659).

R/plotly.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ typedArrayPolyfill <- function() {
446446
plotlyMainBundle <- function() {
447447
htmltools::htmlDependency(
448448
name = "plotly-main",
449-
version = "1.49.4",
449+
version = "1.52.2",
450450
package = "plotly",
451451
src = dependency_dir("plotlyjs"),
452452
script = "plotly-latest.min.js",

R/sysdata.rda

8.64 KB
Binary file not shown.

0 commit comments

Comments
 (0)