Added title tag documentation - reportable - Fork of reportable required by WarVox, from hdm/reportable.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 32ae0dbb17962d154a8b44fdf4c569ec542f6fdc
 (DIR) parent 562e7a1a4f5b7f4958b2138c05ca6ed0b371f9ad
 (HTM) Author: Jan Bromberger <janbromberger@JBMBP2-2.local>
       Date:   Tue, 29 Dec 2009 17:23:59 +0800
       
       Added title tag documentation
       
       Diffstat:
         M lib/simplabs/reports_as_sparkline/… |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/lib/simplabs/reports_as_sparkline/sparkline_tag_helper.rb b/lib/simplabs/reports_as_sparkline/sparkline_tag_helper.rb
       @@ -18,6 +18,7 @@ module Simplabs #:nodoc:
              # * <tt>fill_color</tt> - The color to fill the area below the sparkline with (hex code)
              # * <tt>labels</tt> - The axes to render lables for (Array of <tt>:x</tt>, <tt>:y+</tt>, <tt>:r</tt>, <tt>:t</tt>; this is x axis, y axis, right, top)
              # * <tt>alt</tt> - The HTML img alt tag
       +      # * <tt>title</tt> - The HTML img title tag
              #
              # ==== Example
              # <tt><%= sparkline_tag(User.registrations_report, :width => 200, :height => 100, :color => '000') %></tt>