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

ggiraph::ggiraph is replaced by ggiraph::girafe #24

Open
davidgohel opened this issue Mar 17, 2023 · 1 comment
Open

ggiraph::ggiraph is replaced by ggiraph::girafe #24

davidgohel opened this issue Mar 17, 2023 · 1 comment

Comments

@davidgohel
Copy link

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() by girafe()?

KR
David

@davidgohel
Copy link
Author

Hello

The next release of "ggiraph" will defunct ggiraph(), this will break 'ceterisParibus'.

ggiraph::ggiraph(code = print(pl), hover_css = "fill-opacity:.3;cursor:pointer;")

You can replace this code by:

ggiraph::girafe(code = print(pl), options = list(opts_hover(css = "fill-opacity:.3;cursor:pointer;")))

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

No branches or pull requests

1 participant