# File lib/gruff/side_stacked_bar.rb, line 66
  def larger_than_max?(data_point, index=0)
    max(data_point, index) > @maximum_value
  end