# File lib/chartkick/helper.rb, line 18
    def bar_chart(data_source, options = {})
      chartkick_chart "BarChart", data_source, options
    end