lib/seer/column_chart.rb in ncri-seer-0.5.1 vs lib/seer/column_chart.rb in ncri-seer-0.5.2

- old
+ new

@@ -13,10 +13,15 @@ # # <%= Seer::visualize( # @widgets, # :as => :column_chart, # :in_element => 'chart', - # :series => {:series_label => 'name', :data_method => 'quantity'}, + # :series => { + # :series_label => 'name', + # :data_label => 'date', + # :data_method => 'quantity', + # :data_series => @series + # }, # :chart_options => { # :height => 300, # :width => 300, # :is_3_d => true, # :legend => 'none',