# File lib/chartkick/helper.rb, line 6
    def line_chart(data_source, options = {})
      chartkick_chart "LineChart", data_source, options
    end