Provided by: libchart-clicker-perl_2.88-1_all bug

NAME

       Chart::Clicker::Renderer::Bubble - Bubble render

VERSION

       version 2.88

SYNOPSIS

         my $pr = Chart::Clicker::Renderer::Bubble->new({
           shape => Geometry::Primitive::Circle->new({
               radius => 3
           })
         });

DESCRIPTION

       Chart::Clicker::Renderer::Bubble is a subclass of the Point renderer where the points' radiuses are
       determined by the size value of a Series::Size.

       Note: This renderer requires you to use a Chart::Clicker::Data::Series::Size.

METHODS

   draw_point
       Called for each point.  Implemented as a separate method so that subclasses such as Bubble may override
       the drawing.

AUTHOR

       Cory G Watson <gphat@cpan.org>

COPYRIGHT AND LICENSE

       This software is copyright (c) 2014 by Cold Hard Code, LLC.

       This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
       programming language system itself.

perl v5.18.2                                       2014-04-01              Chart::Clicker::Renderer::Bubble(3pm)