Module: StaticChartHelper

Defined in:
app/helpers/static_chart_helper.rb

Instance Method Summary collapse

Instance Method Details

#area_graph(options = {}) ⇒ Object



3
4
5
# File 'app/helpers/static_chart_helper.rb', line 3

def area_graph(options={})
  StaticChart::Area.new(options)
end