# File lib/chartkick/helper.rb, line 10
    def pie_chart(data_source, options = {})
      chartkick_chart "PieChart", data_source, options
    end