[visualization-api] Send google chart with email

2015-06-01 Thread Houssan A. Hijazi
Hi, how i can send the google chart in email like a image? If i send a script is not work. thanks -- 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

Re: [visualization-api] Send google chart with email

2015-06-01 Thread 'Jon Orwant' via Google Visualization API
https://developers.google.com/chart/interactive/docs/printing Jon On Mon, Jun 1, 2015 at 2:34 PM, Houssan A. Hijazi hussanhij...@gmail.com wrote: Hi, how i can send the google chart in email like a image? If i send a script is not work. thanks -- You received this message because you

Re: [visualization-api] Send google chart with email

2015-06-01 Thread Houssan A. Hijazi
HI, this is not work when i send it to email. thanks Em segunda-feira, 1 de junho de 2015 16:30:06 UTC-3, orw...@google.com escreveu: https://developers.google.com/chart/interactive/docs/printing Jon On Mon, Jun 1, 2015 at 2:34 PM, Houssan A. Hijazi hussan...@gmail.com javascript:

Re: [visualization-api] Send google chart with email

2015-06-01 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Houssan, You can send an image through email where the image was generated by the getImageURI() method. This has to be done in the browser first, after you generate a chart by the normal way, and then you can send the generated image URI out to email. Is that what you tried to do? Can you