hi, all
I am using google chart api to generate image chart but i have some issues
to use it.
i am using following code to generate chart, both generate same chart but
not getting what is diff bet them...
var t = new google.visualization.*ImageLineChart*(document.getElementById(
'visualization'));
var options={
chg: '20,20,0,0'
};
t.draw(data, options);
and
var t = new google.visualization.*ImageChart*(document.getElementById(
'visualization'));
var options={
chg: '20,20,0,0'
};
t.draw(data, options);
--
Thanks & Regards,
Sawan Darekar.
--
You received this message because you are subscribed to the Google Groups
"Google Chart API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-chart-api?hl=en.