mydata = '1,2,3' or mydata = [1,2,3]
plugin_wiki.widget('pie_chart',data=mydata,names='a,b,c',width=300,height=150,align='center')2010/11/23 shubham <[email protected]> > how to use variables inside > > plugin_wiki.widget('pie_chart',data='1,2,3',names='a,b,c',width=300,height=150,align='center') > syntax?? > > i want to replace 1,2,3 inside data attribute with variables..can > anyone suggest a way?? -- Bruno Rocha http://about.me/rochacbruno/bio

