mengding / jofc2

Automatically exported from code.google.com/p/jofc2
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Min Value of computeYAxis #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Y min value when using computeYAxis method always return 0.
Even if the min value of all the elements is greater than 0.

The same thing applies when having values all negatives for the max value I
suppose.

I attached the Chart.java and Element.java modified, but they are not from
latest SVN though and don't do the max check

Original issue reported on code.google.com by pierreyv...@gmail.com on 20 Feb 2009 at 7:29

Attachments:

GoogleCodeExporter commented 9 years ago
Could you supply a patch file against trunk? That would be very helpful to 
identify
your change.

-thanks
best regards Andy

Original comment by andr...@haufler.info on 21 Feb 2009 at 8:48

GoogleCodeExporter commented 9 years ago
Attached the patch.
I'll do the max a bit later.

Original comment by pierreyv...@gmail.com on 23 Feb 2009 at 4:10

Attachments:

GoogleCodeExporter commented 9 years ago
Added the patch to the trunk. Thank you!

Original comment by mhaufler@gmail.com on 24 Feb 2009 at 1:27