# File lib/gruff/spider.rb, line 23
  def initialize(max_value, target_width = 800)
    super(target_width)
    @max_value = max_value
    @hide_legend = true;
  end