Thanks for reply. I think i was'nt much clear about it.
let me just explain you what actually i am searching for. i have a normal google line chart and i want some dynamic icons to be placed on the chart. i could just do with the URL request with parameters like this http://chart.apis.google.com/chart?chs=400x400&chdl=Asleep|Awake&chd=t:1,11,1,11,1,11,1,11,1,11,1,11|1,11,12,14,13|20,31,4,26&cht=lc&chco=586F8E,7D858F,586F8E&chem=y;s=map_xpin_letter;d=pin_sright,A,FF0000;dp=4;ds=0;py=1;of=12,20|y;s=map_pin_icon;d=baby,FF5555;ds=1;dp=6;of=0,22|y;s=map_pin_icon;d=camping,DEF763;ds=2;dp=range,2,5 but i what to draw dynamic icons with var chart= new google.visualization.AreaChart(document.getElementById('chart_div')); chart.draw(data1, {curveType: "function", width: 800, height: 400},*{<parameters chem=? & chd=?>}* ); can we do something like this. i need it very badly. Regards, Pallavi On Wed, Sep 14, 2011 at 4:32 PM, pallavi karpaklu <[email protected]>wrote: > Thanks for the reply. > > > I think i was'nt much clear about it. > > let me just explain you what actually i am searching for. > > > i have a normal google line chart and i want some dynamic icons to be > placed on the chart. > > i could just do with the URL request with parameters like this > > http://chart.apis.google.com/chart?chs=400x400&chdl=Asleep|Awake&chd=t:1,11,1,11,1,11,1,11,1,11,1,11|1,11,12,14,13|20,31,4,26&cht=lc&chco=586F8E,7D858F,586F8E&chem=y;s=map_xpin_letter;d=pin_sright,A,FF0000;dp=4;ds=0;py=1;of=12,20|y;s=map_pin_icon;d=baby,FF5555;ds=1;dp=6;of=0,22|y;s=map_pin_icon;d=camping,DEF763;ds=2;dp=range,2,5 > > but i what to draw dynamic icons with > var chart= new > google.visualization.AreaChart(document.getElementById('chart_div')); > chart.draw(data1, {curveType: "function", > width: 800, height: 400},*{<parameters chem or > chd????>}*); > > can we do something like this. > i need it very badly. > > > Regards, > Pallavi > > > > > > > > > > > On Wed, Sep 14, 2011 at 1:36 PM, ChartALot <[email protected]> wrote: > >> Hi, >> Our API does not support overlaying elements on top of the chart (unlike >> the Google maps API which does so). >> Sorry. >> >> >> On Wed, Sep 14, 2011 at 10:52 AM, Rajesh G <[email protected]> wrote: >> >>> Hi, >>> Yes We can draw lines in the Google map >>> >>> >>> >>> Regards, >>> Rajesh >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Google Visualization 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-visualization-api?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Visualization 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-visualization-api?hl=en. >> > > -- You received this message because you are subscribed to the Google Groups "Google Visualization 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-visualization-api?hl=en.
