Skip to content

Instantly share code, notes, and snippets.

@tcash21
Created March 14, 2012 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tcash21/2038927 to your computer and use it in GitHub Desktop.
Save tcash21/2038927 to your computer and use it in GitHub Desktop.
gvisBubbleChart
g<-gvisBubbleChart(Fruits, idvar="Fruit", xvar="Date", yvar="Sales", colorvar="Fruit", sizevar="Profit", options=list(hAxis.format="{format:'Y-MMM-d'}"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment