lib/chart-candy/helpers.rb in chart-candy-0.1.5 vs lib/chart-candy/helpers.rb in chart-candy-0.1.6
- old
+ new
@@ -27,11 +27,9 @@
@to = to
@step = step || 'month'
end
def counter(options={})
- options.reverse_merge! update_every: 1.minute, tools: nil
-
chart 'counter', options
end
def excel_chart_button(options={})
build_url 'line', options if not @url