Skip to content

Commit 2a25096

Browse files
committed
upgrade to plotly.js v1.44.3
1 parent d35b7af commit 2a25096

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
@@ -12,7 +12,7 @@
1212

1313
## IMPROVEMENTS
1414

15-
* Upgraded to plotly.js v1.43.2.
15+
* Upgraded to plotly.js v1.44.3.
1616
* The `orca()` function now supports conversion of much larger figures (#1322) and works without a mapbox api token (#1314).
1717
* The `style()` function now supports "partial updates" (i.e. modification of a particular property of an object, rather than the entire object). For example, notice how the first plot retains the original marker shape (a square): `p <- plot_ly(x = 1:10, y = 1:10, symbol = I(15)); subplot(style(p, marker.color = "red"), style(p, marker = list(color = "red")))` (#1342).
1818
* **plotly** objects can now be serialized and unserialized in different environments (i.e., you can now use `saveRDS()` to save an object as an rds file and restore it on another machine with `readRDS()`). Note this object is *dynamically* linked to JavaScript libraries, so one should take care to use consistent versions of **plotly** when serializing and unserializing (#1376).

R/plotly.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ typedArrayPolyfill <- function() {
444444
plotlyMainBundle <- function() {
445445
htmltools::htmlDependency(
446446
name = "plotly-main",
447-
version = "1.43.2",
447+
version = "1.44.3",
448448
package = "plotly",
449449
src = dependency_dir("plotlyjs"),
450450
script = "plotly-latest.min.js",

R/sysdata.rda

7.18 KB
Binary file not shown.

inst/htmlwidgets/lib/plotlyjs/locales/pl.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)