# File lib/chartkick/helper.rb, line 22
    def area_chart(data_source, options = {})
      chartkick_chart "AreaChart", data_source, options
    end