g.circular.js
authoredward <edward@roojs.com>
Thu, 21 Jun 2018 09:52:53 +0000 (17:52 +0800)
committeredward <edward@roojs.com>
Thu, 21 Jun 2018 09:52:53 +0000 (17:52 +0800)
g.circular.js

index c03c3dd..c9908f9 100644 (file)
@@ -163,7 +163,6 @@ Roo = typeof(Roo) != 'undefined' ? Roo:  (imports ? imports.seed.Roo.Roo: {});
                 if(values[i].others){
                     continue;
                 }
-                print(typeof(chart.labels.push));return;
                 
                 chart.labels.push(paper.set());
                 chart.labels[i].push(paper[mark](x + 5, y, 5).attr({ fill: colors[i] || chartinst.colors[i], stroke: "none" }));