Suggestions for Data Visualization

1

Hello,

I’m working on a project related to an open-source and public interest issue. I’m looking for the best tools for creating interactive data visualizations.

We’re currently using WordPress as a template for our site, and have started out with the Google Graph API, but it seems too limited.

Are there WP-friendly APIs or charting tools that will make our life easy? For the record, I’m not a coder, so should we also consider a different platform?

Thanks,
Bill.

Tags: asked August 26, 2010

Leave a Reply

4 Answers

1

Wilson Miner of Everyblock fame wrote an article on creating accessible charts using html and css that might be of some use. If you want to generate visualizations and you aren't a coder, then IBM's Many Eyes project is definitely worth checking out.

Leave a Reply

20
1

What kind of charts or visualizations are you looking to create?

If you're looking for an alternative to Google's Charting API, there are a bunch of other JS charting libraries out there. Some good ones are flot, Highcharts and dojo charting.

There's also Flash of course, which can draw very nice charts.

None of this is Wordpress specific, but it would all be easy to add to a Wordpress site.

Leave a Reply

139
0

I haven't heard of any Wordpress-specific charting tools, but most web-based graphing tools make it easy to embed their visualizations anywhere that accepts HTML, so you might not be completely out of luck: You could simply do your data analysis/charting elsewhere, like Google Fusion Tables or many of the good tools Mark Luckie mentions in his blog.

If it's a more specific project, provide more information and I might be able to provide more suggestions.

Leave a Reply

241
0

Check out Protovis. Great project from the DataVis group at Stanford:

http://www.protovis.org

Best wishes, - Garrett Eastham

Leave a Reply

0

Your Answer

Please login to post questions.