Closed GoogleCodeExporter closed 9 years ago
It is actually working. You just need to set the visible maximum Y value:
renderer.setYAxisMax(100);
Original comment by dandrome...@gmail.com
on 18 May 2012 at 3:04
Why do i need to set YAxisMax?
Original comment by fantasia...@gmail.com
on 19 May 2012 at 8:01
The problem is that when initializing the range (XYSeries.updateRange), null
values are not excluded, so you get a max of NULL_VALUE. Should be an easy fix.
Original comment by NoSuchL...@gmail.com
on 5 Sep 2013 at 3:56
It definitely seems like the right thing to do would be to ignore NULL_VALUE
when computing min/max ranges.
Original comment by kjo...@peaksware.com
on 27 Oct 2013 at 2:00
Fantasia, you're my hero today! Simple concise answer in the form of a
question. YAxisMax was exactly the clue I needed
Original comment by kendallm...@gmail.com
on 1 Mar 2015 at 4:35
NoSuchL is right on the money too!
Original comment by kendallm...@gmail.com
on 1 Mar 2015 at 4:37
Original issue reported on code.google.com by
fantasia...@gmail.com
on 15 May 2012 at 8:33