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

Non-shiny use cases #44

Closed
cpsievert opened this issue May 13, 2019 · 2 comments
Closed

Non-shiny use cases #44

cpsievert opened this issue May 13, 2019 · 2 comments

Comments

@cpsievert
Copy link

cpsievert commented May 13, 2019

Great work, this is a really nice package!

I'm curious, have you thought about how jqui_interaction() might work on the htmlwidgets and/or htmltools level? It would be nice if this sort of thing "just worked" outside of shiny. In particular, having resizable htmlwidgets would be really nice.

library(shinyjqui)
library(plotly)

qplot(1:10) %>% 
  ggplotly() %>% 
  jqui_resizable()
@Yang-Tang
Copy link
Owner

Hi @cpsievert , thank you so much for your suggestion! I finally got time to look into this. The latest github version should now work as the way you mentioned. Could you kindly check if it works in your side?

@cpsievert
Copy link
Author

Works great (for plotly), thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants