From: Nathaniel G. A. <nat...@us...> - 2004-06-10 12:04:00
|
Update of /cvsroot/jcharts/krysalis-jcharts/src/java/org/krysalis/jcharts/nonAxisChart In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12943/src/java/org/krysalis/jcharts/nonAxisChart Modified Files: PieChart2D.java Log Message: Index: PieChart2D.java =================================================================== RCS file: /cvsroot/jcharts/krysalis-jcharts/src/java/org/krysalis/jcharts/nonAxisChart/PieChart2D.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** PieChart2D.java 31 May 2003 18:17:32 -0000 1.7 --- PieChart2D.java 10 Jun 2004 12:03:51 -0000 1.8 *************** *** 195,204 **** { legendX = halfImageWidth - ( plotWidth / 2 ); if( this.pieLabels != null ) { - this.pieX = legendX; - this.pieX += this.getLegend().getWidth(); - this.pieX += this.getLegend().getLegendProperties().getChartPadding(); this.pieX += this.pieLabels.getWidestLabel(); this.pieX += properties.getTickLength(); --- 195,204 ---- { legendX = halfImageWidth - ( plotWidth / 2 ); + this.pieX = legendX; + this.pieX += this.getLegend().getWidth(); + this.pieX += this.getLegend().getLegendProperties().getChartPadding(); if( this.pieLabels != null ) { this.pieX += this.pieLabels.getWidestLabel(); this.pieX += properties.getTickLength(); |