Skip to content

Commit b4c0c12

Browse files
committed
upgrade to plotly.js v1.41.3
1 parent 18eb028 commit b4c0c12

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## IMPROVEMENTS
44

5-
* Upgraded to plotly.js v1.41.2.
5+
* Upgraded to plotly.js v1.41.3.
66
* The `orca()` function now supports conversion of much larger figures (#1322) and works without a mapbox api token (#1314).
77

88
## BUG FIXES

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
"plotly-main",
449-
version = "1.41.2",
449+
version = "1.41.3",
450450
src = depPath("plotlyjs"),
451451
script = "plotly-latest.min.js",
452452
all_files = FALSE

R/sysdata.rda

228 Bytes
Binary file not shown.

inst/htmlwidgets/lib/plotlyjs/plotly-latest.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/testthat.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ save_outputs <- function(gg, name) {
8585
} else FALSE
8686
if (has_diff || build_table) {
8787
RSassign(conn, gg)
88-
pm <- RSeval(conn, "tryCatch(suppressWarnings(plotly::plotly_build(gg))$x[c('data', 'layout')], error = function(e) e$message)")
88+
pm <- RSeval(conn, "tryCatch(plotly::plotly_build(gg)$x[c('data', 'layout')], error = function(e) e$message)")
8989
if (build_table) {
9090
# save pngs of ggplot
9191
filename <- paste0(gsub("\\s+", "-", name), ".png")

0 commit comments

Comments
 (0)