Skip to content
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

Handle recent changes to ggplot2's plot_build() logic #2262

Merged
merged 10 commits into from
May 5, 2023
Merged

Conversation

cpsievert
Copy link
Collaborator

@cpsievert cpsievert commented May 2, 2023

Closes #2259

This PR add support for recent (internal) changes to ggplot2 (mostly the ones made in tidyverse/ggplot2#4879 and tidyverse/ggplot2#5144). These changes removed some internal ggplot2 functions ggplotly() was using to translate to plotly.js. Fortunately, the relevant logic is still accessible via methods on the plot object, so going forward ggplotly() won't be as reliant on internal ggplot2 functions.

R/ggplotly.R Outdated Show resolved Hide resolved
R/ggplotly.R Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error in match.fun(FUN): 'ggfun("scales_transform_df")' is not a function, character or symbol
1 participant