# File lib/chart-candy/helpers.rb, line 2 def counter_chart(id, options={}) ChartCandyTagHelper.new(self, id, options[:from], options[:to], options[:step]).counter(options) end