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

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