Sha256: ba9aa020a1f17db5d5339f51ad49b1a4e22a99b97b1a21277461f8eb42ee9aca

Contents?: true

Size: 101 Bytes

Versions: 17

Compression:

Stored size: 101 Bytes

Contents

module StaticChartHelper

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

end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
houston-core-0.8.0.pre app/helpers/static_chart_helper.rb
houston-core-0.7.0 app/helpers/static_chart_helper.rb
houston-core-0.7.0.beta4 app/helpers/static_chart_helper.rb
houston-core-0.7.0.beta3 app/helpers/static_chart_helper.rb
houston-core-0.7.0.beta2 app/helpers/static_chart_helper.rb
houston-core-0.7.0.beta app/helpers/static_chart_helper.rb
houston-core-0.6.3 app/helpers/static_chart_helper.rb
houston-core-0.6.2 app/helpers/static_chart_helper.rb
houston-core-0.6.1 app/helpers/static_chart_helper.rb
houston-core-0.6.0 app/helpers/static_chart_helper.rb
houston-core-0.5.6 app/helpers/static_chart_helper.rb
houston-core-0.5.5 app/helpers/static_chart_helper.rb
houston-core-0.5.4 app/helpers/static_chart_helper.rb
houston-core-0.5.3 app/helpers/static_chart_helper.rb
houston-core-0.5.2 app/helpers/static_chart_helper.rb
houston-core-0.5.1 app/helpers/static_chart_helper.rb
houston-core-0.5.0 app/helpers/static_chart_helper.rb