jothim
1
just i done below coding but it doesn’t show any values in 3d pie chart .just i load two fields in data but chart not showing.please do the needful.
series = [{
type:'pie',name:'DPMO',visible:true,data:['lsVendor',lsBc]}];
return series;
Maria
2
Hello,
Please check the following demo with jsarray datasource:
http://webix.com/snippet/ba6df154
Here I’ve used “#data0#” and “#data1#” in value and label templates. These aliases correspond the first and the second elements of data item.