From: Nathaniel G. A. <nat...@ya...> - 2003-04-11 14:11:02
|
it appears there is some code in the 0.7.0 source which is for the next release, namely code which starts the plot for Area, line, etc..., that starts the plot at the y axis rather than offsetting it. if you need a quick fix: take a look at the: deriveAxisValues() method in AxisChart.java /****************************************************************************************** * *****************************************************************************************/ protected void deriveAxisValues() { this.xAxis.computeLabelFilter(); this.xAxis.computeShouldTickStartAtYAxis( this.iAxisDataSeries, this.axisProperties.getXAxisProperties() ); make it so the call to: this.xAxis.computeShouldTickStartAtYAxis(...) so it is the second line in the method as above. --- jy...@fr... wrote: > Of course. > > En réponse à "Nathaniel G. Auvil" <nat...@ya...>: > > > > > can you attach an image of the chart? > > > > > > > > --- jy...@fr... wrote: > > > Hi Nathaniel, > > > > > > First of all, congratulations for your job on jCharts project, it's > > very > > > interesting. > > > > > > I write you bc I have a little pb that I don't understand. I installed > > the > > > simpleDemo on my tomcat server and when I launch the > > > HorizontalBarImageMapServlet all is fine. But If I insert the > > *exactly* same > > > servlet into my project, displaying in *exactly* the same jsp page, > > labels on my > > > x AXIS are centered so my 0 line is shifted on the right. So I have an > > uncorrect > > > chart. > > > > > > Do you know what is the problem and how i could resolve it ? > > > > > > Thanks in advance and go on. > > > Yoann. > > > > > > ===== > > My Blog: http://nathaniel-auvil.blog-city.com > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! Tax Center - File online, calculators, forms, and more > > http://tax.yahoo.com > > > > ATTACHMENT part 2 image/jpeg name=image.jpeg ===== __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com |