# File lib/chartkick/helper.rb, line 14 def column_chart(data_source, options = {}) chartkick_chart "ColumnChart", data_source, options end