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