Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Sencha Premium Member
    Join Date
    Jun 2009
    Location
    Bangalore
    Posts
    37
    Vote Rating
    0
    akush2007 is on a distinguished road

      0  

    Default 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)

  2. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,691
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    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?