Closed GoogleCodeExporter closed 9 years ago
Just don't push NaN values to the charting engine.
Original comment by dandrome...@gmail.com
on 31 Mar 2012 at 1:22
So how to create series with gaps in the data?
Seems to be a strange thing to reject given that the rest of the code has been
specifically designed to test for and handle these values (e..g XYChart.java
lines 265-282)...
Original comment by jim.g.mc...@gmail.com
on 31 Mar 2012 at 5:35
Use MathHelper.NULL_VALUE. See this for an example:
http://code.google.com/p/achartengine/source/browse/trunk/achartengine/demo/org/
achartengine/chartdemo/demo/chart/SensorValuesChart.java
Original comment by dandrome...@gmail.com
on 31 Mar 2012 at 8:34
Original issue reported on code.google.com by
jim.g.mc...@gmail.com
on 30 Mar 2012 at 3:35Attachments: