
bug(??) report
bug(??) report
when i have CategoryDataset when all values are equals 100 i get blank chart. is it feature or is it bug? i've solved it substracting 1 from each value so my final Number[][] array (passed as parameter to DefaultCategoryDataset constructor) is i.e. {{99,99}, {99,99}, {99,99}}...but is any way to draw it correctly (or at least draw
) without changing data?

Re: bug(??) report
Which version of the code? What type of chart? I tried it out with a line chart in 0.9.0 and it displays the chart. It also gave me an exception, a small bug that I've squashed now. 0.9.1 will be released tomorrow, but I'd still like to find out more about what is going wrong for you.
Regards,
DG.
Regards,
DG.
Re: bug(??) report
DG
I am getting an exception using 0.9.0 with category plots. Can I get some info on what you fixed. Most of the exceptions I am getting are coming from method drawCategoryItem.
Bryan
I am getting an exception using 0.9.0 with category plots. Can I get some info on what you fixed. Most of the exceptions I am getting are coming from method drawCategoryItem.
Bryan
Re: bug(??) report
DG
I had a look at the CVS, and yep it appears that fix is exactly what I need. I am passing null info objects.
NB. I am working on three things at the moment
1. Updating the servlets demo to be version 0.9.0 (this has stopped at the moment waiting for 0.9.1 fix to above)
2. to rework JFreeChartServletDemo to be a copy of JFreeChartDemo where possible (along the lines of what you had already done).
3. including a demo of meterplot, thermometer, and possibly compass(?)
in the demo and servletdemo.
Bryan
I had a look at the CVS, and yep it appears that fix is exactly what I need. I am passing null info objects.
NB. I am working on three things at the moment
1. Updating the servlets demo to be version 0.9.0 (this has stopped at the moment waiting for 0.9.1 fix to above)
2. to rework JFreeChartServletDemo to be a copy of JFreeChartDemo where possible (along the lines of what you had already done).
3. including a demo of meterplot, thermometer, and possibly compass(?)
in the demo and servletdemo.
Bryan
Re: bug(??) report
JFreeChart v. 0.8.1, chart VerticalBartChart. i'm trying to downloadjfreechart v 0.9.0 now....i'll tell if in new version it stiil won't work.
Re: bug(??) report
Hi Pawel,
Jump over to SourceForge and grab JFreeChart 0.9.1, just released now:
http://sourceforge.net/projects/jfreechart
Regards,
DG.
Jump over to SourceForge and grab JFreeChart 0.9.1, just released now:
http://sourceforge.net/projects/jfreechart
Regards,
DG.