jCharts/jCharts0.7/src/org/jCharts/axisChart/axis XAxis.java,1.19,1.20
[email protected] Tue, 14 Oct 2003 20:23:17 -0700
| Newsgroups | gmane.comp.krysalis.jcharts.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jcharts/jCharts/jCharts0.7/src/org/jCharts/axisChart/axis
In directory sc8-pr-cvs1:/tmp/cvs-serv27801
Modified Files:
XAxis.java
Log Message:
line and point charts are no longer rendered starting at the y-axis
Index: XAxis.java
===================================================================
RCS file: /cvsroot/jcharts/jCharts/jCharts0.7/src/org/jCharts/axisChart/axis/XAxis.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** XAxis.java 31 Mar 2003 00:26:42 -0000 1.19
--- XAxis.java 15 Oct 2003 03:23:15 -0000 1.20
***************
*** 209,212 ****
--- 209,214 ----
|| iAxisPlotDataSet.getChartType().equals( ChartType.BAR_CLUSTERED )
|| iAxisPlotDataSet.getChartType().equals( ChartType.BAR_STACKED )
+ || iAxisPlotDataSet.getChartType().equals( ChartType.LINE )
+ || iAxisPlotDataSet.getChartType().equals( ChartType.POINT )
|| iAxisPlotDataSet.getChartType().equals( ChartType.STOCK ) )
{
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php