| Page 1 of 1 | [ 3 posts ] |
|
positiveBaseValues is null
[Break On This Error] top = positiveBaseValues[i] - (this._bottomOrigin - top); |
|
Hi,
Could you file a ticket for this? Please include a repro case. If you don't have a repro link available, basic code or dataProvider values that cause the issue will suffice. Thanks much, Tripp |
|
I've sent you a private message with my graph object causing the issue.
This fixes the problem Code: if(!useOrigin) { lastCollection = seriesCollection[order - 1]; negativeBaseValues = lastCollection.get("negativeBaseValues"); positiveBaseValues = lastCollection.get("positiveBaseValues"); if(!negativeBaseValues) { negativeBaseValues = []; } if(!positiveBaseValues) { positiveBaseValues = []; } } |
| Page 1 of 1 | [ 3 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group