Ticket #6982: Pie.js.diff

File Pie.js.diff, 0.6 kB (added by nic, 5 months ago)

[ccla] [patch] Pie.js.diff from nicola rizzo, nicola(at)exmachina.ch

  • dojox/charting/plot2d/Pie.js

     
    154154                                // need autogenerated color 
    155155                                color = new dojo.Color(t.next("color")); 
    156156                                var shape = s.createCircle(circle). 
    157                                                 setFill(dc.augmentFill(t.run.fill, color)). 
     157                                                setFill(dc.augmentFill(t.series.fill, color)). 
    158158                                                setStroke(dc.augmentStroke(t.series.stroke, color)); 
    159159                                this.dyn.push({color: color, fill: shape.getFill(), stroke: shape.getStroke()}); 
    160160                                if(this.opt.labels){