# File lib/chart-candy/helpers.rb, line 41
    def line(options={})
      options.reverse_merge! tools: {}
      options[:tools].reverse_merge! export_xls: true, step: true, template: true

      chart 'line', options
    end