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

2016-05-25 Thread David
Was this ever resolved? Doesn't seem to be a good way in Google Charts to 
use for email since Google Image Charts is deprecated...

On Thursday, December 17, 2015 at 9:51:32 AM UTC-5, Yariv Attar wrote:
>
> Hi did you found a way to do this? I need to send email with charts to my 
> boss 
>
> On Friday, June 12, 2015 at 10:43:02 AM UTC+3, Ale z wrote:
>>
>> Sorry Image Charts (Deprecated)
>>
>> Now how i can send the google chart in email 
>>
>> Il giorno giovedì 11 giugno 2015 17:57:09 UTC+2, Ale z ha scritto:
>>>
>>> Hi, 
>>>
>>> create a array 
>>> $myarray1="60,40";  (your data)
>>> $myarray2="Hello|World"; (your labels)
>>>
>>>
>>> and put in the email body:
>>>
>>>
>>> 
>>>
>>>
>>> others suggestions???
>>>
>>>
>>>
>>>
>>> Il giorno lunedì 1 giugno 2015 20:34:19 UTC+2, Houssan A. Hijazi ha 
>>> scritto:

 Hi,

 how i can send the google chart in email like a image? If i send a 
 

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

2015-12-17 Thread Yariv Attar
Hi did you found a way to do this? I need to send email with charts to my 
boss 

On Friday, June 12, 2015 at 10:43:02 AM UTC+3, Ale z wrote:
>
> Sorry Image Charts (Deprecated)
>
> Now how i can send the google chart in email 
>
> Il giorno giovedì 11 giugno 2015 17:57:09 UTC+2, Ale z ha scritto:
>>
>> Hi, 
>>
>> create a array 
>> $myarray1="60,40";  (your data)
>> $myarray2="Hello|World"; (your labels)
>>
>>
>> and put in the email body:
>>
>>
>> 
>>
>>
>> others suggestions???
>>
>>
>>
>>
>> Il giorno lunedì 1 giugno 2015 20:34:19 UTC+2, Houssan A. Hijazi ha 
>> scritto:
>>>
>>> Hi,
>>>
>>> how i can send the google chart in email like a image? If i send a 
>>> 

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

2015-06-12 Thread Ale z
Sorry Image Charts (Deprecated)

Now how i can send the google chart in email 

Il giorno giovedì 11 giugno 2015 17:57:09 UTC+2, Ale z ha scritto:

 Hi, 

 create a array 
 $myarray1=60,40;  (your data)
 $myarray2=Hello|World; (your labels)


 and put in the email body:


 img src='https://chart.googleapis.com/chart?cht=lcchd=t:?php print 
 ($myarray1); ?chs=250x100chl=?php print ($myarray2); ?'


 others suggestions???




 Il giorno lunedì 1 giugno 2015 20:34:19 UTC+2, Houssan A. Hijazi ha 
 scritto:

 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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


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

2015-06-11 Thread Alessandro Zuliani
Hi, 

create a array 
$myarray1=60,40;  (your data)
$myarray2=Hello|World; (your labels)


and put in the email body:


img src='https://chart.googleapis.com/chart?cht=lcchd=t:?php print 
($myarray1); ?chs=250x100chl=?php print ($myarray2); ?'


others suggestions???




Il giorno lunedì 1 giugno 2015 20:34:19 UTC+2, Houssan A. Hijazi ha scritto:

 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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.