Skip to content

Upgrade to plotly.js v2.2.1 #1982

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 18, 2021
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 NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Changes to plotly.js

* This version of the R package upgrades the version of the underlying plotly.js library from v1.57.1 to v2.0.0. This includes many breaking changes, bug fixes, and improvements to the underlying JavaScript library. The [plotly.js release page](https://github.com/plotly/plotly.js/releases) has the full list of changes.
* This version of the R package upgrades the version of the underlying plotly.js library from v1.57.1 to v2.2.1. This includes many breaking changes, bug fixes, and improvements to the underlying JavaScript library. The [plotly.js release page](https://github.com/plotly/plotly.js/releases) has the full list of changes.

## Breaking changes

Expand Down
2 changes: 1 addition & 1 deletion R/plotly.R
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ typedArrayPolyfill <- function() {
plotlyMainBundle <- function() {
htmltools::htmlDependency(
name = "plotly-main",
version = "2.0.0",
version = "2.2.1",
package = "plotly",
src = dependency_dir("plotlyjs"),
script = "plotly-latest.min.js",
Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,10 @@
},
"config": {
"doubleClick": "reset",
"modeBarButtonsToAdd": [
"hoverclosest",
"hovercompare"
],
"showSendToCloud": false
},
"source": "A",
Expand Down Expand Up @@ -439,9 +443,9 @@
},
{
"name": "plotly-htmlwidgets-css",
"version": "2.0.0",
"version": "2.2.1",
"src": {
"href": "plotly-htmlwidgets-css-2.0.0"
"href": "plotly-htmlwidgets-css-2.2.1"
},
"meta": null,
"script": null,
Expand All @@ -452,9 +456,9 @@
},
{
"name": "plotly-main",
"version": "2.0.0",
"version": "2.2.1",
"src": {
"href": "plotly-main-2.0.0"
"href": "plotly-main-2.2.1"
},
"meta": null,
"script": "plotly-latest.min.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,10 @@
},
"config": {
"doubleClick": "reset",
"modeBarButtonsToAdd": [
"hoverclosest",
"hovercompare"
],
"showSendToCloud": false
},
"source": "A",
Expand Down Expand Up @@ -456,9 +460,9 @@
},
{
"name": "plotly-htmlwidgets-css",
"version": "2.0.0",
"version": "2.2.1",
"src": {
"href": "plotly-htmlwidgets-css-2.0.0"
"href": "plotly-htmlwidgets-css-2.2.1"
},
"meta": null,
"script": null,
Expand All @@ -469,9 +473,9 @@
},
{
"name": "plotly-main",
"version": "2.0.0",
"version": "2.2.1",
"src": {
"href": "plotly-main-2.0.0"
"href": "plotly-main-2.2.1"
},
"meta": null,
"script": "plotly-latest.min.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,10 @@
},
"config": {
"doubleClick": "reset",
"modeBarButtonsToAdd": [
"hoverclosest",
"hovercompare"
],
"showSendToCloud": false
},
"source": "A",
Expand Down Expand Up @@ -460,9 +464,9 @@
},
{
"name": "plotly-htmlwidgets-css",
"version": "2.0.0",
"version": "2.2.1",
"src": {
"href": "plotly-htmlwidgets-css-2.0.0"
"href": "plotly-htmlwidgets-css-2.2.1"
},
"meta": null,
"script": null,
Expand All @@ -473,9 +477,9 @@
},
{
"name": "plotly-main",
"version": "2.0.0",
"version": "2.2.1",
"src": {
"href": "plotly-main-2.0.0"
"href": "plotly-main-2.2.1"
},
"meta": null,
"script": "plotly-latest.min.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,10 @@
},
"config": {
"doubleClick": "reset",
"modeBarButtonsToAdd": [
"hoverclosest",
"hovercompare"
],
"showSendToCloud": false
},
"source": "A",
Expand Down Expand Up @@ -461,9 +465,9 @@
},
{
"name": "plotly-htmlwidgets-css",
"version": "2.0.0",
"version": "2.2.1",
"src": {
"href": "plotly-htmlwidgets-css-2.0.0"
"href": "plotly-htmlwidgets-css-2.2.1"
},
"meta": null,
"script": null,
Expand All @@ -474,9 +478,9 @@
},
{
"name": "plotly-main",
"version": "2.0.0",
"version": "2.2.1",
"src": {
"href": "plotly-main-2.0.0"
"href": "plotly-main-2.2.1"
},
"meta": null,
"script": "plotly-latest.min.js",
Expand Down
20 changes: 10 additions & 10 deletions inst/htmlwidgets/lib/plotlyjs/plotly-latest.min.js

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading