CSS Graphs plugin

Plugin details

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

Websitehttp://nubyonrails.com/pages/css_graphs Repositoryhttp://topfunky.net/svn/plugins/css_graphs/ Author Geoffrey Grosenbach Tags CSS, graph LicenseMIT

Documentation

Install the plugin:
ruby script/plugin install http://topfunky.net/svn/plugins/css_graphs/

In your view:

<%= bar_graph  ['Gouda', 24], 
               ['Havarti', 9], 
               ['Provolone', 81], 
               ['Gjeit??st', 57], 
               ['Stilton', 42] %>

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | (0 older versions) | Last edited by: hardway, 7 months ago