-
25 Sep 2012 9:50 AM #1
NullPointerException in ScatterSeries
NullPointerException in ScatterSeries
I have a chart with multiple series, one of them is ScatterSeries. I need to be able to skip values in the Scatter series. I have tried adding Double.NaN but am getting NullPointerException when I redraw the chart. Is there any other way?
Here is the stack trace:
Code:java.lang.NullPointerException: null at com.sencha.gxt.chart.client.chart.series.ScatterSeries.drawMarkers(ScatterSeries.java:479) at com.sencha.gxt.chart.client.chart.series.ScatterSeries.drawSeries(ScatterSeries.java:224)
-
25 Sep 2012 9:30 PM #2
I will move this thread to the bugs forum so we can fix this. Do you have a fully working testcase that implements EntryPoint for this?
Thank you for reporting this bug. We will make it our priority to review this report.

