We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Function ggiraph should not be used (girafe() is replacing it since 2018) and we are going to remove it (davidgohel/ggiraph#256)
girafe()
Could you replace your call to ggiraph() by girafe()?
ggiraph()
KR David
The text was updated successfully, but these errors were encountered:
Hello
The next release of "ggiraph" will defunct ggiraph(), this will break 'ceterisParibus'.
ceterisParibus/R/plot_interactive_what_if.R
Line 74 in ded2d9d
You can replace this code by:
ggiraph::girafe(code = print(pl), options = list(opts_hover(css = "fill-opacity:.3;cursor:pointer;")))
Sorry, something went wrong.
No branches or pull requests
Hello,
Function ggiraph should not be used (
girafe()
is replacing it since 2018) and we are going to remove it (davidgohel/ggiraph#256)Could you replace your call to
ggiraph()
bygirafe()
?KR
David
The text was updated successfully, but these errors were encountered: