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
2010-06-29 23:43:50
Thanks. Do you like the plotting library? Any thing I should pay attention to adopt this tool?
Wayne Lo
2010-07-01 15:58:20
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
2010-07-01 19:23:26