Hi All , I am buliding a system in R , using shiny and google visualization packages.
We have a shiny app with embedded google line charts using the googlevis package. I need to be able to hide a line when clicking on it's legend key. I found this code on how to do it in google charts:
$http://jsfiddle.net/xDUPF/4/light/$How can I introduce this behavior to a graph created using shiny? can I use the "jscode" parameter for it?
Thanks ,
M.