# File lib/chartkick/helper.rb, line 26
    def scatter_chart(data_source, options = {})
      chartkick_chart "ScatterChart", data_source, options
    end