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

slidify embeds plotly plots as images rather than as normal interactive plots #512

Open
enrico200165 opened this issue Mar 30, 2017 · 0 comments

Comments

@enrico200165
Copy link

enrico200165 commented Mar 30, 2017

I am trying to include some plots built using plotly in slides generated from .Rmd using slidify.
The problem is that the plots are rendered as images instead of being interactive.
On the same .Rmd file if instead of using slidify to produce html slides I use knitr to produce an ordinary html pages the plotly plots are interactive.

To produce and display the slides (with plot images instead of desired normal itneractive plot) I am using slidify with the following commands:
slidify("a.Rmd"); browseURL("b.html")

To produce and disaply the normal html page (that correctly shows the interactive plotly plots) I am using:
rmarkdown::render("a.Rmd"); browseURL("a.html")

PS. before posting the issue also posted the question to stack overflow
http://stackoverflow.com/questions/43111083/slidify-embeds-plotly-plots-as-images-rather-than-as-normal-interactive-plots

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