Skip to content

Commit 058898a

Browse files
committed
update plotly.js to v1.48.3
1 parent 2cc296d commit 058898a

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: plotly
22
Title: Create Interactive Web Graphics via 'plotly.js'
3-
Version: 4.9.0
3+
Version: 4.9.0.9000
44
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
55
email = "[email protected]", comment = c(ORCID = "0000-0002-4958-2844")),
66
person("Chris", "Parmer", role = "aut",

NEWS.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 4.9.0.9000
2+
3+
## Changes to plotly.js
4+
5+
* This version of the R package upgrades the version of the underlying plotly.js library from v1.46.1 to v1.48.3. The [plotly.js release page](https://github.com/plotly/plotly.js/releases) has the full list of changes.
6+
7+
18
# 4.9.0
29

310
## Changes to plotly.js

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
name = "plotly-main",
449-
version = "1.46.1",
449+
version = "1.48.3",
450450
package = "plotly",
451451
src = dependency_dir("plotlyjs"),
452452
script = "plotly-latest.min.js",

R/sysdata.rda

14.2 KB
Binary file not shown.

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

+1-1
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

+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)