views:

242

answers:

1

I am using CorePlot for plotting data graph on iPhone. Recently I encountered RGraph based on html5 technology. CorePlot is a little over complicated for my purpose. Does anybody have the experience for using RGraph on iPhone?

+1  A: 

Instantiate a UIWebView and pour your (HTML5) web content into the web view.

Alex Reynolds
Thanks. Do you like the plotting library? Any thing I should pay attention to adopt this tool?
Wayne Lo
I haven't used it, but if it is HTML5, you should be able to load it into a web view. Try opening the examples with Mobile Safari to make sure the graphs work as advertised.
Alex Reynolds