Skip to content

Commit

Permalink
removing an un-needed accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Lofthouse committed Apr 3, 2009
1 parent 165f792 commit 8477114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gchart.rb
Expand Up @@ -17,7 +17,7 @@ class Gchart

attr_accessor :title, :type, :width, :height, :horizontal, :grouped, :legend, :data, :encoding, :max_value, :bar_colors,
:title_color, :title_size, :custom, :axis_with_labels, :axis_labels, :bar_width_and_spacing, :id, :alt, :class,
:geographical_area, :map_colors, :country_codes
:geographical_area, :country_codes

# Support for Gchart.line(:title => 'my title', :size => '400x600')
def self.method_missing(m, options={})
Expand Down

0 comments on commit 8477114

Please sign in to comment.