Skip to content

Commit

Permalink
added type into areabase
Browse files Browse the repository at this point in the history
  • Loading branch information
coryondrejka committed Oct 30, 2009
1 parent 0428a58 commit e19e239
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/open_flash_chart/area_base.rb
Expand Up @@ -2,6 +2,7 @@ module OpenFlashChart
class AreaBase < Base
def initialize args={}
super
@type = "area"
@fill_alpha = 0.35
@values = []
end
Expand All @@ -14,4 +15,4 @@ def set_loop
@loop = true
end
end
end
end

0 comments on commit e19e239

Please sign in to comment.