Chart::Clicker::Data::Series::Size
Chart data with additional attributes for Size charts
- Provided by: libchart-clicker-perl (Version: 2.88-1)
- Report a bug
Chart data with additional attributes for Size charts
version 2.88
use Chart::Clicker::Data::Series::Size;
my @keys = ();
my @values = ();
my @sizes = ();
my $series = Chart::Clicker::Data::Series::Size->new({
keys => \@keys,
values => \@values,
sizes => \@sizes
});
Chart::Clicker::Data::Series::Size is an extension of the Series class that provides storage for a third variable called the size. This is useful for the Bubble renderer.
Set/Get the sizes for this series.
Gets the largest value from this Series' "sizes".
Gets the smallest value from this Series' "sizes".
Adds a size to this series.
Get a size by it's index.
Gets the count of sizes in this series.
Cory G Watson <gphat@cpan.org>
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.