Skip to content

Commit b48d360

Browse files
committed
upgrade to plotly.js v1.40.0
1 parent 5bb34e5 commit b48d360

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

NEWS.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## IMPROVEMENTS
44

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

78
## BUG FIXES

R/plotly.R

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

R/sysdata.rda

698 Bytes
Binary file not shown.

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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)