Hi all
I have a simple hidden input field on a page that outputs values that
i want to use for google charts:

<input class="total"
value="02/09-2350,03/09-1200,04/09-1500,05/09-1100" />

I need to read this input and create an image like this:

http://chart.apis.google.com/chart?cht=bvs&chs=200x125&chd=t:10,50,60,80&chco=4d89f9&chl=FEB|MAR|APR|MAY

Can anyone help me out on this?

The image url should be like this:

http://chart.apis.google.com/chart?cht=bvs&chs=200x125&chd=t:2350,1200,1500,1100&chco=4d89f9&chl=FEB|MAR|APR|MAY

Thanks

Reply via email to