# File lib/chart-candy/builder/counter.rb, line 3
  def initialize(id, options={})
    super

    @chart.merge! nature: 'count', data: []
  end