Skip to content

update plotly.js to v1.48.3 #1557

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: plotly
Title: Create Interactive Web Graphics via 'plotly.js'
Version: 4.9.0
Version: 4.9.0.9000
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
email = "[email protected]", comment = c(ORCID = "0000-0002-4958-2844")),
person("Chris", "Parmer", role = "aut",
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 4.9.0.9000

## Changes to plotly.js

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


# 4.9.0

## Changes to plotly.js
Expand Down
2 changes: 1 addition & 1 deletion R/plotly.R
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ typedArrayPolyfill <- function() {
plotlyMainBundle <- function() {
htmltools::htmlDependency(
name = "plotly-main",
version = "1.46.1",
version = "1.48.3",
package = "plotly",
src = dependency_dir("plotlyjs"),
script = "plotly-latest.min.js",
Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
8 changes: 4 additions & 4 deletions inst/examples/shiny/event_data/tests/mytest-expected/001.json
Original file line number Diff line number Diff line change
Expand Up @@ -427,9 +427,9 @@
},
{
"name": "plotly-htmlwidgets-css",
"version": "1.46.1",
"version": "1.48.3",
"src": {
"href": "plotly-htmlwidgets-css-1.46.1"
"href": "plotly-htmlwidgets-css-1.48.3"
},
"meta": null,
"script": null,
Expand All @@ -440,9 +440,9 @@
},
{
"name": "plotly-main",
"version": "1.46.1",
"version": "1.48.3",
"src": {
"href": "plotly-main-1.46.1"
"href": "plotly-main-1.48.3"
},
"meta": null,
"script": "plotly-latest.min.js",
Expand Down
8 changes: 4 additions & 4 deletions inst/examples/shiny/event_data/tests/mytest-expected/002.json
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,9 @@
},
{
"name": "plotly-htmlwidgets-css",
"version": "1.46.1",
"version": "1.48.3",
"src": {
"href": "plotly-htmlwidgets-css-1.46.1"
"href": "plotly-htmlwidgets-css-1.48.3"
},
"meta": null,
"script": null,
Expand All @@ -457,9 +457,9 @@
},
{
"name": "plotly-main",
"version": "1.46.1",
"version": "1.48.3",
"src": {
"href": "plotly-main-1.46.1"
"href": "plotly-main-1.48.3"
},
"meta": null,
"script": "plotly-latest.min.js",
Expand Down
8 changes: 4 additions & 4 deletions inst/examples/shiny/event_data/tests/mytest-expected/003.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,9 @@
},
{
"name": "plotly-htmlwidgets-css",
"version": "1.46.1",
"version": "1.48.3",
"src": {
"href": "plotly-htmlwidgets-css-1.46.1"
"href": "plotly-htmlwidgets-css-1.48.3"
},
"meta": null,
"script": null,
Expand All @@ -461,9 +461,9 @@
},
{
"name": "plotly-main",
"version": "1.46.1",
"version": "1.48.3",
"src": {
"href": "plotly-main-1.46.1"
"href": "plotly-main-1.48.3"
},
"meta": null,
"script": "plotly-latest.min.js",
Expand Down
8 changes: 4 additions & 4 deletions inst/examples/shiny/event_data/tests/mytest-expected/004.json
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,9 @@
},
{
"name": "plotly-htmlwidgets-css",
"version": "1.46.1",
"version": "1.48.3",
"src": {
"href": "plotly-htmlwidgets-css-1.46.1"
"href": "plotly-htmlwidgets-css-1.48.3"
},
"meta": null,
"script": null,
Expand All @@ -462,9 +462,9 @@
},
{
"name": "plotly-main",
"version": "1.46.1",
"version": "1.48.3",
"src": {
"href": "plotly-main-1.46.1"
"href": "plotly-main-1.48.3"
},
"meta": null,
"script": "plotly-latest.min.js",
Expand Down
2 changes: 1 addition & 1 deletion inst/htmlwidgets/lib/plotlyjs/locales/sv.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions inst/htmlwidgets/lib/plotlyjs/plotly-latest.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/figs/abline/cookbook-axes-multiple-abline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/figs/abline/cookbook-axes-single-abline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/figs/area/area-area-fillcolor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/figs/area/area-simple.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/figs/area/area-traces-order.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/figs/bar/bar-aes-colour-guides-fill-false.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/figs/bar/bar-aes-fill-guides-color-none.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/figs/bar/bar-black-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/figs/bar/bar-category-names.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/figs/bar/bar-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading