Jesse Newland

3 Posts tagged with graphs

Google Chart API

The Google Chart API lets you dynamically generate charts. To see the Chart API in action, open up a browser window and copy the following URL into it: http://chart.apis.google.com/chart?cht=lc&chs=200x125&chd=s:helloWorld

plotr - Google Code

Plotr is a javascript framework which enables you to render charts in most modern browsers. It's based on the PlotKit Framework (renderer for Mochikit) and it depends on the Prototype Javascript Framework.

css_graphs

Rails Plugin: Makes graphs using pure CSS. Includes itself in the ActionView::Helpers::TextHelper module, so no extra include is required.
What is this?