# File lib/lilygraph.rb, line 55
  def initialize(options = {})
    @options = DEFAULT_OPTIONS.merge(options)
    @data = []
    @labels = []
  end