-
Notifications
You must be signed in to change notification settings - Fork 59
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
How to embed in Markdown&html outside Rmd and shiny #109
Comments
I am not familiar with
|
@yulijia Thank you for your reply. My definition of animation is not clear. It is not an animated gif file. I want to embed graphs generated from ployly r package. Yes, there are a lot of r packages generating interactive visualization graph. But none of them supply the raw codes of javascript. Thus, it is impossible for me to embed them in
|
This is maybe what you need: Data Visualization Using Plotly in Hexo, and here is the raw html code of that post.
If you have any question when using |
My blog uses hexo, which is a static website generator. Each blog post is a Markdown file.
blogdown
developed by Yihui Xie has a lot of errors and I do not have the knowledge to fix them. I do not use shiny.How to embed the animation plot generated in a Markdown file? Do you have javascript link similar to bootstrap
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js"></script>
?How to get the javascript code containing data which generates the animation plot?
Thank you.
The text was updated successfully, but these errors were encountered: