Closed grantbow closed 13 years ago
Possible work around is implement chart feature to display less data instead of always charting all. Set feature will also allow to split data across files.
This limit comes from setting MAXEVENTS to 50. To get rid of this limitation, you should change:
String[] eventName = new String[MAXEVENTS];
and likewise to lists (which don't have predefined length) instead of arrays. Let me know if you want a patch for this.
moved to ArrayList
works great - doubled size of data file and charts still work.
49 works 50 crashes achartengine currently.
Need to debug