level 1
6.0饼图和4.0饼图有什么不一样吗??为什么我用的6.0的,,做出来的饼上的提示框不显示数据就一个框
var total = 0;
store1.each(function (rec) {
total += rec.get('g1');
})
this.setHtml(storeItem.get('name') + ': ' + Math.round(storeItem.get('g1') / total * 100) + '%');
就最后一条有问题,有大神帮忙看看吗
2016年09月07日 00点09分
1