ncri-seer 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/seer/column_chart.rb +6 -1
  2. metadata +1 -1
@@ -15,7 +15,12 @@ module Seer
15
15
  # @widgets,
16
16
  # :as => :column_chart,
17
17
  # :in_element => 'chart',
18
- # :series => {:series_label => 'name', :data_method => 'quantity'},
18
+ # :series => {
19
+ # :series_label => 'name',
20
+ # :data_label => 'date',
21
+ # :data_method => 'quantity',
22
+ # :data_series => @series
23
+ # },
19
24
  # :chart_options => {
20
25
  # :height => 300,
21
26
  # :width => 300,
metadata CHANGED
@@ -6,7 +6,7 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 5
8
8
  - 0
9
- version: 0.5.1
9
+ version: 0.5.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Corey Ehmke / SEO Logic