Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a good data visualization library for iOS? [closed]

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?

like image 652
ronaldwidha Avatar asked Sep 01 '11 07:09

ronaldwidha


1 Answers

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:

Is there a visualization framework like JUNG for iOS?

Node-based data visualization library in c or objective c

like image 78
Jay Askren Avatar answered Nov 04 '22 19:11

Jay Askren