Active
Project:
Google Chart Tools
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Aug 2012 at 06:08 UTC
Updated:
9 Oct 2012 at 23:55 UTC
Upon activating the module, present a message to the user, alerting that the module is sending data to an external source (Google), so people with privacy sensitivity, can choose not to do so (i.e., turn the module back off).
Comments
Comment #1
btopro commentedthat makes sense to me, does anyone know of the link to google's privacy policy related to data / charting with this API? We could make a hook_install that just drupal_set_message to the screen w/ the link and warning.
Comment #2
btopro commentedUpon further investigation this is not actually the case. They have a privacy policy on a per render style basis. For example, all the charts here have the same data policy (except geocoding / maps) -- https://google-developers.appspot.com/chart/interactive/docs/gallery
The only chart tool in this set that has a different policy is https://google-developers.appspot.com/chart/interactive/docs/gallery/geo... which states that it is only passing geo-data back and forth, not the data points themselves. Currently all types supported in the core module are not sending data to google.