# File lib/chart-candy/builder/line.rb, line 77
  def close_chart
    super

    @chart[:legend] = (@chart[:lines].length > 1) if @chart[:legend].nil?
  end