gorteganesh / achartengine

Automatically exported from code.google.com/p/achartengine
0 stars 0 forks source link

Add support for null values #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
Fixed in svn rev. r106.

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

GoogleCodeExporter commented 9 years ago
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