Does anyone know if and how JFreeChart handles missing data?
For instance: is it possible to draw a line chart with one data in a dataset missing (the line chart would than be broken in two (or three in case of two missing data...))?
Thanks.
Handling missing data
Re: Handling missing data
Hi Jure,
I modified LinePlot a while back to handle null values, so give it a try. It hasn't been extensively tested, so let me know if you have any trouble.
Regards,
DG.
I modified LinePlot a while back to handle null values, so give it a try. It hasn't been extensively tested, so let me know if you have any trouble.
Regards,
DG.