Skip to content

Commit ecf3b39

Browse files
committed
update news; fix typo
1 parent 3f3d875 commit ecf3b39

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

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

7+
## BUG FIXES
8+
9+
* `ggplotly()` now positions the x-axis in the last column of a `facet_wrap()` properly (#1501).
10+
711

812
# 4.9.0
913

R/plotly_data.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ print.plotly_data <- function(x, ...) {
9292
#'
9393
#' This function simply creates an object of class [crosstalk::SharedData].
9494
#' The reason it exists is to make it easier to teach others how to leverage
95-
#' it's functionality in plotly. It also makes it more discoverable if one
95+
#' its functionality in plotly. It also makes it more discoverable if one
9696
#' is already aware of [highlight].
9797
#'
9898
#' @param ... arguments passed to `crosstalk::SharedData$new()`

man/highlight_key.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)