# File lib/chart-candy/builder/line.rb, line 83
  def date_based?
    @chart[:axis][:x] and @chart[:axis][:x][:nature] == :date
  end