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

Rpres issues with taucharts #53

Open
hrbrmstr opened this issue Sep 11, 2015 · 1 comment
Open

Rpres issues with taucharts #53

hrbrmstr opened this issue Sep 11, 2015 · 1 comment
Labels

Comments

@hrbrmstr
Copy link
Owner

http://stackoverflow.com/questions/32514371/error-with-rstudios-rpresentation-and-taucharts

The following error is shown in Rpresentation (From RStudio)
<!-htmlpreserve-> when rendering a tauchart on one of the presentation slides.

Whereas with ioslides there is no error and the graph is plotted nicely and keeps all its interactivity.

Do I need to add an additional parameter in the chunk options? Or do I need to specifically assign print to the object?

Code:

```{r,warning=FALSE,error=FALSE,message=FALSE,echo=FALSE}
tauchart(df) %>% 
tau_stacked_bar(x="x",y="y",color="color") %>%
tau_legend() %>% tau_tooltip()
```
@hrbrmstr
Copy link
Owner Author

I did find this: https://twitter.com/rstudio/status/594227156319862785 but now wonder if there's any compatibility hack/update for it.

@hrbrmstr hrbrmstr added the bug label Sep 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant