8000 Bump plotly.js version by cpsievert · Pull Request #1178 · plotly/plotly.R · GitHub
[go: up one dir, main page]

Skip to content

Bump plotly.js version #1178

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 16 commits into from
Jan 25, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8000
Prev Previous commit
Next Next commit
another doc fix
  • Loading branch information
cpsievert committed Jan 11, 2018
commit 3e78f68e848d5c1524690c02ecff2367f1c6603d
3 changes: 2 additions & 1 deletion R/ggplotly.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
#' # client-side linked brushing in a scatterplot matrix
#' SharedData$new(iris) %>%
#' GGally::ggpairs(aes(colour = Species), columns = 1:4) %>%
#' ggplotly(tooltip = c("x", "y", "colour"))
#' ggplotly(tooltip = c("x", "y", "colour")) %>%
#' highlight("plotly_selected")
#' }
#'
ggplotly <- function(p = ggplot2::last_plot(), width = NULL, height = NULL,
Expand Down
3 changes: 2 additions & 1 deletion man/ggplotly.Rd

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

0