| Class | Gruff::Mini::Bar |
| In: |
lib/gruff/mini/bar.rb
|
| Parent: | Gruff::Bar |
# File lib/gruff/mini/bar.rb, line 12
12: def draw
13: @hide_legend = true
14: @hide_title = true
15: @hide_line_numbers = true
16:
17: @marker_font_size = 50.0
18: @minimum_value = 0.0
19: @legend_font_size = 60.0
20:
21: expand_canvas_for_vertical_legend
22:
23: super
24:
25: draw_vertical_legend
26: @d.draw(@base_image)
27: end