-
Notifications
You must be signed in to change notification settings - Fork 300
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
Unable to render a gvis object #26
Comments
Yes, googleVIs objects aren't htmlwidgets (http://www.htmlwidgets.org) J.J. On Sat, May 21, 2016 at 10:48 PM, Svyat Nakonechny <notifications@github.com
|
@jjallaire , |
No, we just support htmlwidgets On Sun, May 22, 2016 at 10:54 AM, Svyat Nakonechny <notifications@github.com
|
@snakonechny, using the ggplotly() wrapper from the plotly package on ggplot objects does allow for interactivity in flexdashboard. See: https://paulditterline.shinyapps.io/Louisville_Salaries/ |
@paulditterline , thanks for the pointer! |
Hello,
Thank you much for putting together this great package! I'm having some issues with rendering gvis objects in flexdashbaord. Here's a minimal example:
title: "Sample"
output:
flexdashboard::flex_dashboard:
orientation: columns
vertical_layout: fill
Column {data-width=650}
Sample column chart in googleVis
Above
renderGvis
I do specifyresults='asis', message=FALSE, echo=FALSE
. Still, I get the following back:This happens in both the RStudio preview window and the browser.
Any help would be much appreciated!
Thanks!
The text was updated successfully, but these errors were encountered: