Extjs line chart not drawing series when the first record is null.
Year data1 data2
2010 (null) 99
2011 100.00 100
2012 0 30
2013 (null) 0
In this my first series is data1 and second series is data2.
data2 is being rendered where as data1 line series is not there at all. b'coz the first record is null.
what needs to be done in this case?