Closed GoogleCodeExporter closed 8 years ago
Also, the data set on which graphs are created has 12,000 rows with 50 columns.
This data is saved in local SQLite storage.
Original comment by jai.uni...@gmail.com
on 10 Jul 2012 at 9:13
That is quite a lot of data to pull into memory on an iOS device. You could do
some profiling with instruments allocations tool to see what sort of memory
usage you have.
If it turns out to just be too much data, stored in too many graphs, you either
have to reduce the amount of data by culling some points, or you have to reduce
the number of graphs (eg show a few at a time).
There are physical limitations on iOS devices, and there is not much Core Plot
can do to help. It has to have the data to draw.
Original comment by drewmcco...@mac.com
on 10 Jul 2012 at 9:16
We do agree, but Roambi does the same thing. If it can show around 50 reports/
graphs... we should be able to do it.
Also, we are not facing any problem with the data storage but the problem is
with the Graphic Engine.
Please suggest
Original comment by jai.uni...@gmail.com
on 10 Jul 2012 at 9:37
Original issue reported on code.google.com by
jai.uni...@gmail.com
on 10 Jul 2012 at 9:11