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