From: <nat...@us...> - 2003-11-02 13:23:14
|
Update of /cvsroot/jcharts/jCharts/jCharts0.7/src/org/jCharts/axisChart In directory sc8-pr-cvs1:/tmp/cvs-serv32514 Modified Files: ScatterPlotChart.java Log Message: fixed image map bug Index: ScatterPlotChart.java =================================================================== RCS file: /cvsroot/jcharts/jCharts/jCharts0.7/src/org/jCharts/axisChart/ScatterPlotChart.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ScatterPlotChart.java 19 Feb 2003 23:25:37 -0000 1.2 --- ScatterPlotChart.java 2 Nov 2003 13:23:11 -0000 1.3 *************** *** 88,92 **** if( scatterPlotAxisChart.getGenerateImageMapFlag() ) { ! scatterPlotAxisChart.getImageMap().addImageMapArea( new CircleMapArea( yAxisCoordinates[ dataSet ][ index ], yAxisCoordinates[ dataSet ][ index ], iScatterPlotDataSet.getValue( dataSet, index ), --- 88,92 ---- if( scatterPlotAxisChart.getGenerateImageMapFlag() ) { ! scatterPlotAxisChart.getImageMap().addImageMapArea( new CircleMapArea( xAxisCoordinates[ dataSet ][ index ], yAxisCoordinates[ dataSet ][ index ], iScatterPlotDataSet.getValue( dataSet, index ), |