googleVis
googleVis copied to clipboard
Interface between R and the Google Chart Tools
see: https://developers.google.com/chart/interactive/docs/gallery/ganttchart its still in beta tho.
Hi there, Thanks for your amazing work on this library. I wonder if it is possible to create Diff Charts https://developers.google.com/chart/interactive/docs/gallery/diffchart using googleVis? Cheers, Mubashir
Hello, I am having trouble finding documentation on how to change the line width and color for lines connecting the boxes (nodes) and the node borders. Specifically how to do...
Hi there, Suppose I have these data: ```r df
I have a dataframe called 'df' that looks like this when dumped using write.table(): "x" "key" "y" "1" 2014-06-02 02:14:00 "aby01" 217.95 "2" 2014-06-02 00:43:00 "aby01" 222.783333333333 "3" 2014-06-02 00:48:00...
Is it possible to pass an api key into gvisMap?
Hi, I am a newbie to googleVis package. I was looking at the examples from this link: https://www.rdocumentation.org/packages/googleVis/versions/0.6.0/topics/gvisAnnotationChart (This particular example is not working and throwing an error **a.getTime is...
I'm not sure if this is a shiny problem or not. But `gvisMerge` function is not rendering in safari or Rstudio viewer. Code: https://gist.github.com/tiagochst/fdca88074181b276165ba34d5c6ff397 Safari: Chrome:
I am creating an app in which multiple charts will dynamically build using R Shiny on base of CSV folder, selected using shinyFiles. I am facing problem with combination of...
Hi i am trying to get the custom marker set as described in https://developers.google.com/chart/interactive/docs/gallery/map#adding-multiple-marker-sets to work so that some points in my map use one marker icon while the rest...