--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/7daa4ea1-9aba-439d-a9d5-4bd8826660f3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You can make it harder to find the data, but not impossible since the data is sent to the browser where the charts are rendered. You could actually render charts separately and save static images. They won't be interactive, however.One way to make it harder is to remove the code after you are done rendering the chart, especially the code that contains the data.Another way to make it harder is to fetch the data with a separate XHR request. That way it doesn't show up in the source, but it will be visible to anyone who can use a debugger.
--
--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/7f2a2a33-720c-44fc-9584-4a4c4f6ec2d6%40googlegroups.com.