Parent

Included Modules

Gruff::Mini::Bar

Public Instance Methods

draw() click to toggle source
    # File lib/gruff/mini/bar.rb, line 25
25:       def draw
26:         expand_canvas_for_vertical_legend
27: 
28:         super
29: 
30:         draw_vertical_legend
31:         @d.draw(@base_image)
32:       end
initialize_ivars() click to toggle source
    # File lib/gruff/mini/bar.rb, line 12
12:       def initialize_ivars
13:         super
14:         
15:         @hide_legend = true
16:         @hide_title = true
17:         @hide_line_numbers = true
18: 
19:         @marker_font_size = 50.0
20:         @minimum_value = 0.0
21:         @maximum_value = 0.0
22:         @legend_font_size = 60.0
23:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.