wgpubs
wgpubs

Reputation: 8261

What is the best graphing/charting toolset to use for creating Google Analytics type graphs?

Given a Rails application on the server, what is the best charting/graphing solution for displaying dynamic, database driven charts/graph on a web page such as those available in Google Analytics.

An optimal solution would include components that can speak JSON back-and-forth with the Rails application via AJAX.

Thanks!

Upvotes: 4

Views: 1465

Answers (5)

wgpubs
wgpubs

Reputation: 8261

While many good solutions presented above, the best imho is FusionCharts

Including those suggested here, I rank the solution as follows:

  1. FusionCharts

  2. Open Flash Charts (plugin: http://pullmonkey.com/projects/open_flash_chart)

  3. Ziya LiquidRails (which runs on top of XML/SWF Charts)

The Google Visualization API is nice as well but not unless you're comfortable with everything running through their servers (which I doubt most are). Insofar as my #1 option goes above, the only downside is cost (though there is a free lite version as well).

Thanks again for all the suggestions made above.

Upvotes: 0

Alan Mendelevich
Alan Mendelevich

Reputation: 3611

Take a look at amCharts.

Upvotes: 0

philipth
philipth

Reputation: 276

how about open flash plugin ; i have created some nice graphs with this http://pullmonkey.com/projects/open_flash_chart

Upvotes: 1

OutputLogic
OutputLogic

Reputation: 796

Check Google Visualization API

Upvotes: 3

Related Questions