0

I'd like to create some interactive charts using googleVis package in R but I am a bit hesitant as I am not sure if Google will store the data I want to visualize. I have read their terms and conditions [https://developers.google.com/terms/ ] (particularly the 'Content' section) and it seems to suggest that they can but I was never any good at legal jargon.

Does visualizing my data through the API mean I submitted 'content' to Google and they can subsequently store and use it?

If so, are there any alternatives i.e. r packages that can create interactive dashboards and motion charts?

Unam
  • 27
  • 4

2 Answers2

1

https://google-developers.appspot.com/chart/interactive/docs/gallery/columnchart

Bottom of the page ->

Data policy

All code and data are processed and rendered in the browser. No data is sent to any server.

user4941745
  • 116
  • 1
0

Not sure about googles policy on data, but here are some alternatives:

maRtin
  • 6,336
  • 11
  • 43
  • 66