Take a look at flot for charting.  You may want to use web sockets or ajax
for getting and updating chart data.  It is probably a good idea to have an
abstraction layer between the database and the client code (ajax as a client
for instance).  This would help to reduce sql attacks and decouple the
public facing api from the persistence implementation.  Parameterize your
queries in any case.  JQTouch and iUI are pretty decent frameworks.

On Tue, Apr 20, 2010 at 10:37 AM, jhcp <[email protected]> wrote:

> Hi all,
> I'm newbie in iPhone development and I wonder how could I build an
> application which shows some charts based on data saved in a
> database.
> I really don't know how to get data from server, how use any chart
> framework in order to show data graphically and which could be the
> best way to develop this application.
> I hope anyone could show me the way to do that. Thanks to forum
> members for your support.
>
> --
> You received this message because you are subscribed to the Google Groups
> "iPhoneWebDev" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<iphonewebdev%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/iphonewebdev?hl=en.
>
>


-- 
Derek Williams
Cell: 970.214.8928
Home Office: 970.416.8996

-- 
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en.

Reply via email to