# File lib/chart-candy/helpers.rb, line 23
    def initialize(rails_helpers, id, from, to, step)
      @rails_helpers = rails_helpers
      @id = id
      @from = from
      @to = to
      @step = step || 'month'
    end