Skip to content

Commit e312c56

Browse files
committed
upgrade to plotly.js v1.41.2
1 parent a8b32fa commit e312c56

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.0.
5+
* Upgraded to plotly.js v1.41.2.
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.0",
449+
version = "1.41.2",
450450
src = depPath("plotlyjs"),
451451
script = "plotly-latest.min.js",
452452
all_files = FALSE

R/sysdata.rda

158 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.

0 commit comments

Comments
 (0)