Ryan, It appears you found an answer, which you posted on your stackoverflow question. In any case, this list is about a different visualization package than you appear to be using. You can find the documentation at https://developers.google.com/chart/.
On Thu, Jan 1, 2015 at 1:48 AM, Ryan Garrison <[email protected]> wrote: > Hi, > > This question is for Shiny/R users. I'm using the googleVis package in R > and have come across an issue I cannot seem to resolve. When I attempt to > use the renderUI function to generate a reactive slider bar that changes > depending on the dataset; and that controls the range of values in the > plots I get no error, but also no plot. By replacing the google plot > (renderGvis) with a built-in R plot like barplot or other common packages > like ggplot2 or ggvis no problem occurs: the slider bar changes with the > datasets and the plots change with the slider bar input. The only > difference I can see is that renderGvis uses an htmlOutput to render the > plot while ggplot2, ggvis, etc. use plotOutput from the renderPlot > function. Any ideas? There is a reproducible example here: > http://stackoverflow.com/questions/27686604/dynamic-ui-with-googlevis-plot-in-shiny > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to > [email protected]. > Visit this group at > http://groups.google.com/group/google-visualization-api. > For more options, visit https://groups.google.com/d/optout. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 5CC, Cambridge MA [email protected] <[email protected]> 9 Juniper Ridge Road, Acton MA -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
