Pie chart: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 35: Line 35:
                                                 this.midpoint.coords.usrCoords[2]+dy*(z+ddy)/z],
                                                 this.midpoint.coords.usrCoords[2]+dy*(z+ddy)/z],
                                                 this.board);
                                                 this.board);
             this.prepareUpdate().update().updateRenderer():
             this.prepareUpdate().update().updateRenderer();
         };
         };
            
            
Line 55: Line 55:
                                                 this.midpoint.coords.usrCoords[2]+dy*(z-ddy)/z],
                                                 this.midpoint.coords.usrCoords[2]+dy*(z-ddy)/z],
                                                 this.board);
                                                 this.board);
             this.prepareUpdate().update().updateRenderer():
             this.prepareUpdate().update().updateRenderer();
         };  
         };  
     }
     }

Revision as of 13:42, 17 June 2010

A pie chart with highlight on the whole sector, enlarging labels on highlight and a gradient fill.

JavaScript code to produce this chart

Soon ...