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. On Mon, Mar 6, 2017 at 7:07 PM, Manuel Regidor <[email protected]> wrote: > Hi. I am sure that this topic has been already treated, but I can't find > useful information. > We are currently working with Google Chart, and we are happy with it. > However, for legal reasons, we must not provide the data (which is > populated server side). How can we show only the rendered graphs without > viewing raw data via source code? Maybe with an iframe? > Thank you! > > -- > 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 [email protected]. > 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 > <https://groups.google.com/d/msgid/google-visualization-api/7daa4ea1-9aba-439d-a9d5-4bd8826660f3%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> [email protected] <[email protected]> 5CC, Cambridge MA -- 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 [email protected]. To post to this group, send email to [email protected]. 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/CAOtcSJP_mT2G_8i5zfzTKi9LZCx7%2BC5FQK7nR6XWCDRMG4V%2BUQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
