Skip to content

Commit fa24f74

Browse files
committed
upgrade to plotly.js v1.43.2
1 parent c6b8a5d commit fa24f74

File tree

6 files changed

+7
-9
lines changed

6 files changed

+7
-9
lines changed

NEWS.md

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

88
## IMPROVEMENTS
99

10-
* Upgraded to plotly.js v1.41.3.
10+
* Upgraded to plotly.js v1.43.2.
1111
* The `orca()` function now supports conversion of much larger figures (#1322) and works without a mapbox api token (#1314).
1212
* 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).
1313
* **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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -441,12 +441,10 @@ typedArrayPolyfill <- function() {
441441
)
442442
}
443443

444-
# TODO: suggest a plotlyBundles package that has trace-level bundles
445-
# and bundle size at print time.
446444
plotlyMainBundle <- function() {
447445
htmltools::htmlDependency(
448446
name = "plotly-main",
449-
version = "1.41.3",
447+
version = "1.43.2",
450448
package = "plotly",
451449
src = dependency_dir("plotlyjs"),
452450
script = "plotly-latest.min.js",

R/sysdata.rda

10.5 KB
Binary file not shown.

inst/htmlwidgets/lib/plotlyjs/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Plotly, Inc
3+
Copyright (c) 2019 Plotly, Inc
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

inst/htmlwidgets/lib/plotlyjs/locales/fi.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: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)