Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0445ed9

Browse files
v4.10.4 release candidate (#2328)
* Start v4.10.4 release candidate * Bugfix for guide logic added to accomodate new ggplot2 guide logic Issue was silently introduced by #2315, but didn't become an issue until tidyverse/ggplot2@851233f * Update snapshots
1 parent d76e87e commit 0445ed9

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

‎DESCRIPTION

Lines changed: 1 addition & 1 deletion
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.10.3.9000
3+
Version: 4.10.4
44
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
55
email = "cpsievert1@gmail.com", comment = c(ORCID = "0000-0002-4958-2844")),
66
person("Chris", "Parmer", role = "aut",

‎NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# plotly (development version)
1+
# 4.10.4
22

33
## Improvements
44

‎R/ggplotly.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ gg2list <- function(p, width = NULL, height = NULL,
10051005
theme$legend.box.just <- theme$legend.box.just %||% c("center", "center")
10061006
# scales -> data for guides
10071007
gdefs <- if (inherits(plot$guides, "ggproto")) {
1008-
get_gdefs_ggproto(npscales$scales, theme, plot, layers, data)
1008+
get_gdefs_ggproto(npscales$scales, theme, plot, layers, layer_data)
10091009
} else {
10101010
get_gdefs(scales, theme, plot, layers)
10111011
}

‎inst/examples/shiny/event_data/tests/shinytest/mytest-expected/001.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,9 +430,9 @@
430430
},
431431
{
432432
"name": "crosstalk",
433-
"version": "1.2.0",
433+
"version": "1.2.1",
434434
"src": {
435-
"href": "crosstalk-1.2.0"
435+
"href": "crosstalk-1.2.1"
436436
},
437437
"meta": null,
438438
"script": "js/crosstalk.min.js",

‎inst/examples/shiny/event_data/tests/shinytest/mytest-expected/002.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,9 @@
448448
},
449449
{
450450
"name": "crosstalk",
451-
"version": "1.2.0",
451+
"version": "1.2.1",
452452
"src": {
453-
"href": "crosstalk-1.2.0"
453+
"href": "crosstalk-1.2.1"
454454
},
455455
"meta": null,
456456
"script": "js/crosstalk.min.js",

‎inst/examples/shiny/event_data/tests/shinytest/mytest-expected/003.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,9 +452,9 @@
452452
},
453453
{
454454
"name": "crosstalk",
455-
"version": "1.2.0",
455+
"version": "1.2.1",
456456
"src": {
457-
"href": "crosstalk-1.2.0"
457+
"href": "crosstalk-1.2.1"
458458
},
459459
"meta": null,
460460
"script": "js/crosstalk.min.js",

‎inst/examples/shiny/event_data/tests/shinytest/mytest-expected/004.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,9 +453,9 @@
453453
},
454454
{
455455
"name": "crosstalk",
456-
"version": "1.2.0",
456+
"version": "1.2.1",
457457
"src": {
458-
"href": "crosstalk-1.2.0"
458+
"href": "crosstalk-1.2.1"
459459
},
460460
"meta": null,
461461
"script": "js/crosstalk.min.js",

‎tests/testthat/_snaps/ggplot-labels/factor-labels.svg

Lines changed: 1 addition & 1 deletion
Loading[フレーム]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /