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.
