Categories: None [Edit]
    drawr
== DESCRIPTION:  This is a ruby wrapper around Plotr with a similar API to Gruff.  You can create graphs with a similar interface to Gruff, but offload the rendering to the browser!  == FEATURES/PROBLEMS:  * Needs more tests!  == SYNOPSIS:  An example in rails.  Your controller:  class GraphController < ApplicationController def index @drawr = Drawr::Pie.new @drawr.title = "Twan" @drawr.data("One", [1]) @drawr.data('Two', [2]) @drawr.data('Three', [2]) @drawr.data('Four', [10]) @drawr.data('Five', [6]) end end  Your view:  <html> <head> <%= javascript_include_tag 'prototype' %> <%= javascript_include_tag 'excanvas' %> <%= javascript_include_tag 'Plotr' %> </head> <body> <%= @drawr %> </body> </html>
    Total
Ranking: 84,772 of 187,548
          Downloads: 10,300
        Daily
Ranking: 90,620 of 187,532
          Downloads: 2
        Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name | 
|---|
Depends on
| Rank | Downloads | Name | 
|---|---|---|
| 2,298 | 8,984,238 | hoe | 
Owners
| # | Gravatar | Handle | 
|---|---|---|
| 1 | tenderlove | 
 xmisao
xmisao