Ticket #6982: Pie.js.diff
| File Pie.js.diff, 0.6 kB (added by nic, 5 months ago) |
|---|
-
dojox/charting/plot2d/Pie.js
154 154 // need autogenerated color 155 155 color = new dojo.Color(t.next("color")); 156 156 var shape = s.createCircle(circle). 157 setFill(dc.augmentFill(t. run.fill, color)).157 setFill(dc.augmentFill(t.series.fill, color)). 158 158 setStroke(dc.augmentStroke(t.series.stroke, color)); 159 159 this.dyn.push({color: color, fill: shape.getFill(), stroke: shape.getStroke()}); 160 160 if(this.opt.labels){