Ticket #74 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

Report::Graph

Reported by: sandal Assigned to: sandal
Milestone: Keywords:
Cc:

Description (Last modified by sandal)

Like Report::Invoice, you should be able to just say

include Graph

in a Report object, and then be able to do something to the effect of:

  render_graph do |g|
    g.data = [1,2,3,4].to_table(%w[a b c d])
    ...
  end

also: build_graph

If we find ourselves doing this kind of interface frequently, perhaps we can automate it

Change History

09/14/06 21:01:05 changed by sandal

  • description changed.

09/14/06 23:35:35 changed by sandal

  • status changed from new to closed.
  • resolution set to fixed.