#### # must create the following variables: # %config (graph options, see perldoc GD::Graph) # @legends (graph methods, see perldoc GD::Graph) %graph = ( width => 480, height => 320, ); %config = ( width => 480, height => 320, x_label => 'X-Axis', y_label => 'Y-Axis', y_min_value => '5', y_max_value => '5000', y_tick_number => '10', y_label_skip => '2', # title => 'Tagesaktuelle geografische Verteilung der Ausschreibungen', dclrs => [qw(#D6D6FF #CECECE #FFFFFF)], start_angle => 90, transparent => 0, bgclr => 'white', suppress_angle => 5, ); @legends = ( 'Page Views', 'Visits', );