Search found 1 match
- Wed Feb 04, 2009 8:56 pm
- Forum: Eastwood Chart Servlet
- Topic: Problem WIth DataUtilities (and a possible fix)
- Replies: 0
- Views: 61763
Problem WIth DataUtilities (and a possible fix)
In DataUtilities/parseTextData there are 3 places where series.add is done, but only one of those places does a check against a value <0 (which should add in a null) My fix was to duplicate the <0 checking logic the other 2 cases. The problem showed up when parsing a datastring like this: t:1,2,3,4,...