# File lib/scruffy/renderers/pie.rb, line 11
    def initialize
      self.components = []
      self.components << Scruffy::Components::Background.new(:background, :position => [0,0], :size =>[100, 100])
      self.components << Scruffy::Components::Graphs.new(:graphs, :position => [-15, 12], :size => [90, 88])
      self.components << Scruffy::Components::Title.new(:title, :position => [5, 2], :size => [90, 7])
      self.components << Scruffy::Components::Legend.new(:legend, :position => [60, 15], :size => [40, 88], :vertical_legend => true)
    end