Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for null values #14

Closed
GoogleCodeExporter opened this issue Oct 23, 2015 · 2 comments
Closed

Add support for null values #14

GoogleCodeExporter opened this issue Oct 23, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Support for null values should be added such as line or bar charts should not 
be rendered for these.

Original issue reported on code.google.com by dandrome...@gmail.com on 20 Oct 2010 at 9:08

@GoogleCodeExporter
Copy link
Author

Fixed in svn rev. r106.

Original comment by dandrome...@gmail.com on 10 Dec 2010 at 4:00

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Using Double.MAX_VALUE for NULL values breaks the XYSeries.getMaxY().  

An easy fix might be to add a check for this NULL value in the updateRange(x,y) 
method before doing mMaxY = Math.max(mMaxY, y);

Original comment by paulnad...@gmail.com on 31 Mar 2014 at 4:35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant