Similar to an existing question What is a good visualization library for creating state diagrams and animations. I am looking for a library similar to Flare Prefuse that works on iOS. What would you recommend?
Asked
Active
Viewed 5,560 times
1 Answers
3
You could use Protovis, D3, or Raphael inside a UIWebView. Protovis is by the same author as Flare. D3 is an offshoot of Protovis. Below are some other questions that might be helpful depending on what you are doing:

Community
- 1
- 1

Jay Askren
- 10,282
- 14
- 53
- 75
-
Thanks, that isn't exactly what I want - but it seems it's probably the only way to do it rather than rolling out my own. – ronaldwidha Sep 03 '11 at 04:13
-
Another option is to port one of these libraries to Objective C. – Jay Askren Sep 05 '11 at 12:44
-
2is CorePlot the only native iOS data visualization library still as of 6/2013 – user798719 Jun 27 '13 at 16:57