Hi --
I have a pie chart with a custom label renderer and when I resume my app the method
getLabelText(DataPoint dataPoint)
returns a null value for dataPoint.getDataItem().
The pie chart displays the data correctly so the underlying data is till there but its being lost in the custom renderer.
Any ideas?
Thanks
Rich