# File lib/scruffy/layers/stacked.rb, line 62
    def top_value
      @relevant_data ? points.sort.last : nil
    end