Auto-adjust range regression when using line breaks

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
denis38
Posts: 2
Joined: Wed Oct 01, 2014 1:21 pm
antibot: No, of course not.

Auto-adjust range regression when using line breaks

Post by denis38 » Wed Oct 01, 2014 3:01 pm

When using line break values (NaN), the auto-adjust on the range axis always returns the following interval [0 , 1.05].
We have then to manually adjust the range axis in the chart properties.
Regression appears in 1.0.18 version.

Thanks for taking into account,
Denis

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: Auto-adjust range regression when using line breaks

Post by david.gilbert » Wed Oct 08, 2014 8:40 pm

Hi Denis,

Do you have a small sample application that shows the issue? Or a JUnit test?
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

denis38
Posts: 2
Joined: Wed Oct 01, 2014 1:21 pm
antibot: No, of course not.

Re: Auto-adjust range regression when using line breaks

Post by denis38 » Wed Nov 05, 2014 1:11 pm

Hi David,
Take for instance "TimeSeriesChartDemo1.java" and replace one value of the dataset by "Double.NaN"
--
Denis

Locked